Home
last modified time | relevance | path

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

/arch/m32r/kernel/
Dtraps.c291 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()
Dalign.c562 int handle_unaligned_access(unsigned long insn32, struct pt_regs *regs) in handle_unaligned_access() function
/arch/sh/include/asm/
Dsystem_32.h125 int handle_unaligned_access(opcode_t instruction, struct pt_regs *regs,
/arch/sh/kernel/
Dtraps_32.c367 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()
Dio_trapped.c273 tmp = handle_unaligned_access(instruction, regs, &trapped_io_access); in handle_trapped_io()