Searched refs:trap (Results 1 - 25 of 103) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68328/
H A Dromvec.S15 .global trap
21 .long CONFIG_RAMBASE+CONFIG_RAMSIZE-4, _start, buserr, trap
22 .long trap, trap, trap, trap
23 .long trap, trap, trap, trap
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68360/
H A Dhead-ram.S287 .long trap /* Address Error - 3. */
288 .long trap /* Illegal Instruction - 4. */
289 .long trap /* Divide by zero - 5. */
290 .long trap /* CHK, CHK2 Instructions - 6. */
291 .long trap /* TRAPcc, TRAPV Instructions - 7. */
292 .long trap /* Privilege Violation - 8. */
293 .long trap /* Trace - 9. */
294 .long trap /* Line 1010 Emulator - 10. */
295 .long trap /* Line 1111 Emualtor - 11. */
296 .long trap /* Harwar
[all...]
H A Dhead-rom.S298 .long trap /* Address Error - 3. */
299 .long trap /* Illegal Instruction - 4. */
300 .long trap /* Divide by zero - 5. */
301 .long trap /* CHK, CHK2 Instructions - 6. */
302 .long trap /* TRAPcc, TRAPV Instructions - 7. */
303 .long trap /* Privilege Violation - 8. */
304 .long trap /* Trace - 9. */
305 .long trap /* Line 1010 Emulator - 10. */
306 .long trap /* Line 1111 Emualtor - 11. */
307 .long trap /* Harwar
[all...]
H A Dints.c38 asmlinkage void trap(void);
65 _ramvec[3] = trap;
66 _ramvec[4] = trap;
67 _ramvec[5] = trap;
68 _ramvec[6] = trap;
69 _ramvec[7] = trap;
70 _ramvec[8] = trap;
71 _ramvec[9] = trap;
72 _ramvec[10] = trap;
73 _ramvec[11] = trap;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry-table.S1 /* entry-table.S: main trap vector tables and exception jump table
19 # Declare the main trap and vector tables
23 # (1) The trap table for debug mode
24 # (2) The trap table for kernel mode
25 # (3) The trap table for user mode
35 # The user and kernel trap tables use the same prologue for normal
39 # (5) The fixup table for kernel-trap single-step
40 # (6) The fixup table for user-trap single-step
47 # The linker script places the user mode and kernel mode trap tables on to
53 # trap tabl
[all...]
H A Dvmlinux.lds.S82 .trap : {
83 /* trap table management - read entry-table.S before modifying */
86 *(.trap.user)
87 *(.trap.kernel)
89 *(.trap.break)
124 *(.trap.vector)
128 *(.trap.fixup.user .trap.fixup.kernel)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-ppc/
H A Dsigcontext.h14 switch (_sc->regs->trap) { \
24 panic("SC_FAULT_ADDR: unhandled trap type\n"); \
32 switch (_sc->regs->trap) { \
42 panic("SC_FAULT_ADDR: unhandled trap type\n"); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Ddie_notifier.c11 struct pt_regs *regs, long err, int trap, int sig)
17 .trapnr = trap,
10 notify_die(enum die_val val, const char *str, struct pt_regs *regs, long err, int trap, int sig) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkdebug.h18 struct pt_regs *regs, long err, int trap, int sig);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dptrace.h44 unsigned long trap; /* Reason for being here */ member in struct:pt_regs
96 * We use the least-significant bit of the trap field to indicate
102 #define FULL_REGS(regs) (((regs)->trap & 1) == 0)
104 #define IS_CRITICAL_EXC(regs) (((regs)->trap & 2) == 0)
106 #define TRAP(regs) ((regs)->trap & ~0xF)
108 #define CHECK_FULL_REGS(regs) BUG_ON(regs->trap & 1)
112 if ((regs)->trap & 1) \
H A Dmmu-hash64.h235 unsigned long vsid, pte_t *ptep, unsigned long trap,
238 unsigned long vsid, pte_t *ptep, unsigned long trap,
241 extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap);
244 unsigned long trap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dirq_handler.h7 asmlinkage void trap(void);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5307/
H A Dvectors.c55 asmlinkage void trap(void);
64 * There is a common trap handler and common interrupt
70 _ramvec[i] = trap;
72 _ramvec[i] = trap;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dintv.S23 /* Jump to an interrupt/trap handler. These handlers (defined in entry.S)
50 JUMP_TO_HANDLER (trap, ENTRY_SP) // 0x40 - TRAP0n
52 JUMP_TO_HANDLER (trap, ENTRY_SP) // 0x50 - TRAP1n
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dfskeleton.S83 bral trap | jump to trap handler
102 bral trap | jump to trap handler
121 bral trap | jump to trap handler
140 bral trap | jump to trap handler
159 bral trap | jump to trap handle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dex.S49 .long debug_enter /* 1C0 */ ! Allow trap to debugger
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dm68k_ksyms.c93 extern asmlinkage void trap(void);
95 EXPORT_SYMBOL(trap); variable
H A Dentry.S39 .globl trap
55 ENTRY(trap)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dfault.c149 int trap = TRAP(regs); local
150 int is_exec = trap == 0x400;
159 if (trap == 0x400)
170 if (trap == 0x300) {
416 switch (regs->trap) {
H A Dhash_utils_64.c576 unsigned int hash_page_do_lazy_icache(unsigned int pp, pte_t pte, int trap) argument
587 if (trap == 0x400) {
623 int hash_page(unsigned long ea, unsigned long access, unsigned long trap) argument
633 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n",
634 ea, access, trap);
687 return hash_huge_page(mm, access, ea, vsid, local, trap);
768 rc = __hash_page_64K(ea, access, vsid, ptep, trap, local);
771 rc = __hash_page_4K(ea, access, vsid, ptep, trap, local);
785 unsigned long access, unsigned long trap)
803 " trap
784 hash_preload(struct mm_struct *mm, unsigned long ea, unsigned long access, unsigned long trap) argument
[all...]
H A Dmmu_decl.h27 unsigned long access, unsigned long trap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mm/
H A Dfault.c24 static inline int notify_page_fault(struct pt_regs *regs, int trap) argument
29 if (kprobe_running() && kprobe_fault_handler(regs, trap))
36 static inline int notify_page_fault(struct pt_regs *regs, int trap) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dppc32.h104 unsigned int trap; /* Reason for being here */ member in struct:pt_regs32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c924 struct snmp_v1_trap *trap,
937 if (!asn1_oid_decode(ctx, end, &trap->id, &trap->id_len))
947 if (!asn1_octets_decode(ctx, end, (unsigned char **)&trap->ip_address, &len))
962 if (!asn1_uint_decode(ctx, end, &trap->general))
971 if (!asn1_uint_decode(ctx, end, &trap->specific))
981 if (!asn1_ulong_decode(ctx, end, &trap->time))
987 kfree((unsigned long *)trap->ip_address);
990 kfree(trap->id);
1103 * Request header or v1 trap
923 snmp_trap_decode(struct asn1_ctx *ctx, struct snmp_v1_trap *trap, const struct oct1_map *map, __sum16 *check) argument
1106 struct snmp_v1_trap trap; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/oprofile/
H A Dop_model_ev67.c96 * Arithmetic trap
123 PM_MISPREDICT, /* Branch caused mispredict trap */
126 PM_REPLAY, /* Replay trap */
127 PM_LOAD_STORE, /* Load-store order trap */
159 unsigned trap: 1; /* 39 */ member in struct:__anon3414::__anon3415
190 if (i_stat.fields.trap) {

Completed in 188 milliseconds

12345