trap_entry         58 arch/h8300/kernel/irq.c 	const h8300_vector *trap_entry;
trap_entry         68 arch/h8300/kernel/irq.c 	trap_entry = trap_table;
trap_entry         71 arch/h8300/kernel/irq.c 			if (*trap_entry)
trap_entry         72 arch/h8300/kernel/irq.c 				*ramvec_p = VECTOR(*trap_entry);
trap_entry         74 arch/h8300/kernel/irq.c 			trap_entry++;