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

/linux-4.1.27/arch/m32r/kernel/
H A Dtraps.c279 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 Dalign.c562 int handle_unaligned_access(unsigned long insn32, struct pt_regs *regs) handle_unaligned_access() function
/linux-4.1.27/arch/sh/kernel/
H A Dtraps_32.c303 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 Dio_trapped.c292 tmp = handle_unaligned_access(instruction, regs, handle_trapped_io()
/linux-4.1.27/arch/sh/include/asm/
H A Duaccess.h208 int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs,

Completed in 183 milliseconds