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

/arch/m32r/kernel/
H A Dtraps.c290 extern int handle_unaligned_access(unsigned long, struct pt_regs *);
311 tmp = handle_unaligned_access(insn, regs);
327 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.c401 int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs, function
624 tmp = handle_unaligned_access(instruction, regs,
659 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.h269 int handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs,

Completed in 78 milliseconds