Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/include/asm/
Dio_trapped.h21 int handle_trapped_io(struct pt_regs *regs, unsigned long address);
53 #define handle_trapped_io(tiop, address) 0 macro
/linux-2.6.39/arch/sh/kernel/
Dio_trapped.c272 int handle_trapped_io(struct pt_regs *regs, unsigned long address) in handle_trapped_io() function
/linux-2.6.39/arch/sh/mm/
Dfault_32.c246 if (handle_trapped_io(regs, address)) in do_page_fault()