Searched refs:handle_delayslot (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/sh/kernel/ |
H A D | traps_32.c | 282 static inline int handle_delayslot(struct pt_regs *regs, in handle_delayslot() function 353 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 359 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 365 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 386 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 392 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 420 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 434 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 451 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 457 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
|