Home
last modified time | relevance | path

Searched refs:match_trapped_io_handler (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dio_trapped.h24 void __iomem *match_trapped_io_handler(struct list_head *list,
34 return match_trapped_io_handler(&trapped_mem, offset, size); in __ioremap_trapped()
46 return match_trapped_io_handler(&trapped_io, offset, size); in __ioport_map_trapped()
/openbmc/linux/arch/sh/kernel/
H A Dio_trapped.c106 void __iomem *match_trapped_io_handler(struct list_head *list, in match_trapped_io_handler() function