trapped_mem        29 arch/sh/include/asm/io_trapped.h extern struct list_head trapped_mem;
trapped_mem        34 arch/sh/include/asm/io_trapped.h 	return match_trapped_io_handler(&trapped_mem, offset, size);
trapped_mem        27 arch/sh/kernel/io_trapped.c LIST_HEAD(trapped_mem);
trapped_mem        28 arch/sh/kernel/io_trapped.c EXPORT_SYMBOL_GPL(trapped_mem);
trapped_mem        96 arch/sh/kernel/io_trapped.c 		list_add(&tiop->list, &trapped_mem);