Searched refs:handle_unaligned_access (Results 1 - 5 of 5) sorted by relevance

/arch/m32r/kernel/
H A Dtraps.c279 extern int handle_unaligned_access(unsigned long, struct pt_regs *);
300 tmp = handle_unaligned_access(insn, regs);
316 handle_unaligned_access(insn, regs);
H A Dalign.c562 int handle_unaligned_access(unsigned long insn32, struct pt_regs *regs) function
/arch/sh/kernel/
H A Dtraps_32.c303 int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs, function
526 tmp = handle_unaligned_access(instruction, regs,
561 handle_unaligned_access(instruction, regs, &user_mem_access,
H A Dio_trapped.c292 tmp = handle_unaligned_access(instruction, regs,
/arch/sh/include/asm/
H A Duaccess.h208 int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs,

Completed in 237 milliseconds