Searched refs:trap_entry (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dirq.c118 const unsigned long *trap_entry; local
129 trap_entry = h8300_trap_table;
137 if (*trap_entry)
138 *ramvec_p = VECTOR(*trap_entry);
140 trap_entry++;
H A Dints.c90 const unsigned long *trap_entry; local
101 trap_entry = h8300_trap_table;
109 if (*trap_entry)
110 *ramvec_p = VECTOR(*trap_entry);
112 trap_entry++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsparc-stub.c194 static void exceptionHandler(int tnum, trapfunc_t trap_entry) argument
196 unsigned long te_addr = (unsigned long) trap_entry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh2/
H A Dentry.S151 bt trap_entry ! 64 > vec >= 32 is trap
181 trap_entry: label

Completed in 112 milliseconds