Searched refs:handle_unaligned_access (Results 1 – 5 of 5) sorted by relevance
/arch/m32r/kernel/ |
D | traps.c | 291 extern int handle_unaligned_access(unsigned long, struct pt_regs *); 312 tmp = handle_unaligned_access(insn, regs); in do_alignment_check() 328 handle_unaligned_access(insn, regs); in do_alignment_check()
|
D | align.c | 562 int handle_unaligned_access(unsigned long insn32, struct pt_regs *regs) in handle_unaligned_access() function
|
/arch/sh/include/asm/ |
D | system_32.h | 125 int handle_unaligned_access(opcode_t instruction, struct pt_regs *regs,
|
/arch/sh/kernel/ |
D | traps_32.c | 367 int handle_unaligned_access(opcode_t instruction, struct pt_regs *regs, in handle_unaligned_access() function 556 tmp = handle_unaligned_access(instruction, regs, in do_address_error() 586 handle_unaligned_access(instruction, regs, &user_mem_access); in do_address_error()
|
D | io_trapped.c | 273 tmp = handle_unaligned_access(instruction, regs, &trapped_io_access); in handle_trapped_io()
|