Searched refs:handle_delayslot (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/arch/sh/kernel/ |
D | traps_32.c | 265 static inline int handle_delayslot(struct pt_regs *regs, in handle_delayslot() function 336 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 342 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 348 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 369 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 375 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 403 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 417 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 434 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 440 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
|