match_trapped_io_handler   24 arch/sh/include/asm/io_trapped.h void __iomem *match_trapped_io_handler(struct list_head *list,
match_trapped_io_handler   34 arch/sh/include/asm/io_trapped.h 	return match_trapped_io_handler(&trapped_mem, offset, size);
match_trapped_io_handler   46 arch/sh/include/asm/io_trapped.h 	return match_trapped_io_handler(&trapped_io, offset, size);
match_trapped_io_handler  134 arch/sh/kernel/io_trapped.c EXPORT_SYMBOL_GPL(match_trapped_io_handler);