Searched refs:handle_unaligned_access (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/arch/m32r/kernel/ |
H A D | traps.c | 279 extern int handle_unaligned_access(unsigned long, struct pt_regs *); 300 tmp = handle_unaligned_access(insn, regs); do_alignment_check() 316 handle_unaligned_access(insn, regs); do_alignment_check()
|
H A D | align.c | 562 int handle_unaligned_access(unsigned long insn32, struct pt_regs *regs) handle_unaligned_access() function
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | traps_32.c | 303 int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs, handle_unaligned_access() function 526 tmp = handle_unaligned_access(instruction, regs, do_address_error() 561 handle_unaligned_access(instruction, regs, &user_mem_access, do_address_error()
|
H A D | io_trapped.c | 292 tmp = handle_unaligned_access(instruction, regs, handle_trapped_io()
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | uaccess.h | 208 int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs,
|
Completed in 183 milliseconds