Searched refs:handle_delayslot (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/sh/kernel/ |
D | traps_32.c | 268 static inline int handle_delayslot(struct pt_regs *regs, in handle_delayslot() function 339 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 345 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 351 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 372 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 378 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 406 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 420 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 437 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access() 443 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
|