Home
last modified time | relevance | path

Searched refs:handle_trapped_io (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dio_trapped.h22 int handle_trapped_io(struct pt_regs *regs, unsigned long address);
54 #define handle_trapped_io(tiop, address) 0 macro
/openbmc/linux/arch/sh/kernel/
H A Dio_trapped.c271 int handle_trapped_io(struct pt_regs *regs, unsigned long address) in handle_trapped_io() function
/openbmc/linux/arch/sh/mm/
H A Dfault.c229 if (handle_trapped_io(regs, address)) in no_context()