Searched refs:error_code (Results 1 - 25 of 116) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-i386/
H A Dfaultinfo.h19 int error_code; /* in ptrace_faultinfo misleadingly called is_write */ member in struct:faultinfo
24 #define FAULT_WRITE(fi) ((fi).error_code & 2)
H A Dsigcontext.h20 (fi).error_code = SC_ERR(sc); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-x86_64/
H A Dfaultinfo.h19 int error_code; /* in ptrace_faultinfo misleadingly called is_write */ member in struct:faultinfo
24 #define FAULT_WRITE(fi) ((fi).error_code & 2)
H A Dsigcontext.h23 (fi).error_code = SC_ERR(sc); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/mm/
H A Dfault.c29 * error_code:
37 unsigned long error_code)
41 regs->sr, regs->pc, address, error_code);
53 die_if_kernel("Oops", regs, error_code);
36 do_page_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/mm/
H A Dfault.c28 * error_code:
36 unsigned long error_code)
40 regs->sr, regs->pc, address, error_code);
52 die_if_kernel("Oops", regs, error_code);
35 do_page_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/mm/
H A Dfault.c141 static void do_sigsegv(struct pt_regs *regs, unsigned long error_code, argument
152 error_code);
163 static void do_no_context(struct pt_regs *regs, unsigned long error_code, argument
186 die("Oops", regs, error_code);
190 static void do_low_address(struct pt_regs *regs, unsigned long error_code) argument
196 die ("Low-address protection", regs, error_code);
200 do_no_context(regs, error_code, 0);
207 static int do_out_of_memory(struct pt_regs *regs, unsigned long error_code, argument
222 do_no_context(regs, error_code, address);
226 static void do_sigbus(struct pt_regs *regs, unsigned long error_code, argument
252 signal_return(struct mm_struct *mm, struct pt_regs *regs, unsigned long address, unsigned long error_code) argument
302 do_exception(struct pt_regs *regs, unsigned long error_code, int write) argument
425 do_protection_exception(struct pt_regs *regs, unsigned long error_code) argument
442 do_dat_exception(struct pt_regs *regs, unsigned long error_code) argument
508 pfault_interrupt(__u16 error_code) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/mcheck/
H A Dmce.h11 extern fastcall void (*machine_check_vector)(struct pt_regs *, long error_code);
H A Dmce.c25 static fastcall void unexpected_machine_check(struct pt_regs * regs, long error_code) argument
31 void fastcall (*machine_check_vector)(struct pt_regs *, long error_code) = unexpected_machine_check;
H A Dwinchip.c18 static fastcall void winchip_machine_check(struct pt_regs * regs, long error_code) argument
H A Dp5.c19 static fastcall void pentium_machine_check(struct pt_regs * regs, long error_code) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dfault.c76 unsigned long error_code)
84 if (error_code & PF_INSTR)
228 unsigned long error_code)
239 tsk->thread.error_code = error_code;
240 __die("Bad pagetable", regs, error_code);
306 unsigned long error_code)
337 * (error_code & 4) == 0, and that the fault was not a
338 * protection error (error_code & 9) == 0.
346 if (!(error_code
75 is_prefetch(struct pt_regs *regs, unsigned long addr, unsigned long error_code) argument
227 pgtable_bad(unsigned long address, struct pt_regs *regs, unsigned long error_code) argument
305 do_page_fault(struct pt_regs *regs, unsigned long error_code) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dsigcontext.h11 unsigned long error_code; member in struct:sigcontext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dsigcontext.h11 unsigned long error_code; member in struct:sigcontext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dfault.c105 unsigned long error_code)
109 if (notify_die(DIE_DABR_MATCH, "dabr_match", regs, error_code,
129 * For 600- and 800-family processors, the error_code parameter is DSISR
131 * the error_code parameter is ESR for a data fault, 0 for an instruction
133 * For 64-bit processors, the error_code parameter is
142 unsigned long error_code)
160 error_code &= 0x48200000;
162 is_write = error_code & DSISR_ISSTORE;
164 is_write = error_code & ESR_DST;
180 if (error_code
104 do_dabr(struct pt_regs *regs, unsigned long address, unsigned long error_code) argument
141 do_page_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Dfault.c198 unsigned long error_code)
203 if (nx_enabled && (error_code & 16))
291 * error_code:
299 unsigned long error_code)
324 * (error_code & 4) == 0, and that the fault was not a
325 * protection error (error_code & 9) == 0.
328 if (!(error_code & 0x0000000d) && vmalloc_fault(address) >= 0)
330 if (notify_page_fault(regs, error_code) == NOTIFY_STOP)
339 if (notify_page_fault(regs, error_code) == NOTIFY_STOP)
372 if ((error_code
197 is_prefetch(struct pt_regs *regs, unsigned long addr, unsigned long error_code) argument
298 do_page_fault(struct pt_regs *regs, unsigned long error_code) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/mm/
H A Dfault.c60 * error_code : See below
64 * error_code :
75 asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long error_code, argument
105 * (error_code & ACE_USERMODE) == 0, and that the fault was not a
106 * protection error (error_code & ACE_PROTECTION) == 0.
108 if (address >= TASK_SIZE && !(error_code & ACE_USERMODE))
136 if ((error_code & ACE_USERMODE) == 0 &&
150 if (error_code & ACE_USERMODE) {
170 switch (error_code & (ACE_WRITE|ACE_PROTECTION)) {
187 if ((error_code
[all...]
H A Dfault-nommu.c61 * error_code : See below
65 * error_code :
70 asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long error_code, argument
89 die("Oops", regs, error_code);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dtraps.c456 struct pt_regs * regs, long error_code,
472 * We want error_code and trap_no set for userspace faults and
480 tsk->thread.error_code = error_code;
492 tsk->thread.error_code = error_code;
494 die(str, regs, error_code);
500 int ret = handle_vm86_trap((struct kernel_vm86_regs *) regs, error_code, trapnr);
507 fastcall void do_##name(struct pt_regs * regs, long error_code) \
509 if (notify_die(DIE_TRAP, str, regs, error_code, trapn
455 do_trap(int trapnr, int signr, char *str, int vm86, struct pt_regs * regs, long error_code, siginfo_t *info) argument
566 do_general_protection(struct pt_regs * regs, long error_code) argument
750 do_nmi(struct pt_regs * regs, long error_code) argument
766 do_int3(struct pt_regs *regs, long error_code) argument
800 do_debug(struct pt_regs * regs, long error_code) argument
924 do_coprocessor_error(struct pt_regs * regs, long error_code) argument
978 do_simd_coprocessor_error(struct pt_regs * regs, long error_code) argument
1002 do_spurious_interrupt_bug(struct pt_regs * regs, long error_code) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dtraps.c248 struct pt_regs * regs, long error_code, siginfo_t *info)
253 tsk->thread.error_code = error_code;
263 die(str, regs, error_code);
269 asmlinkage void do_##name(struct pt_regs * regs, long error_code) \
271 do_trap(trapnr, signr, NULL, regs, error_code, NULL); \
275 asmlinkage void do_##name(struct pt_regs * regs, long error_code) \
282 do_trap(trapnr, signr, str, regs, error_code, &info); \
293 asmlinkage void do_alignment_check(struct pt_regs *regs, long error_code) argument
303 current->thread.error_code
247 do_trap(int trapnr, int signr, const char * str, struct pt_regs * regs, long error_code, siginfo_t *info) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtraps.c562 struct pt_regs * regs, long error_code,
569 * We want error_code and trap_no set for userspace
578 tsk->thread.error_code = error_code;
585 regs->rip, regs->rsp, error_code);
602 tsk->thread.error_code = error_code;
604 die(str, regs, error_code);
611 asmlinkage void do_##name(struct pt_regs * regs, long error_code) \
613 if (notify_die(DIE_TRAP, str, regs, error_code, trapn
561 do_trap(int trapnr, int signr, char *str, struct pt_regs * regs, long error_code, siginfo_t *info) argument
647 do_stack_segment(struct pt_regs *regs, long error_code) argument
657 do_double_fault(struct pt_regs * regs, long error_code) argument
674 do_general_protection(struct pt_regs * regs, long error_code) argument
796 do_int3(struct pt_regs * regs, long error_code) argument
828 do_debug(struct pt_regs * regs, unsigned long error_code) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A Dfault.c87 * For 600- and 800-family processors, the error_code parameter is DSISR
89 * the error_code parameter is ESR for a data fault, 0 for an instruction
93 unsigned long error_code)
100 int is_write = error_code & ESR_DST;
111 error_code &= 0x48200000;
113 is_write = error_code & 0x02000000;
122 if (error_code & 0x00400000) {
181 if (error_code & 0x95700000)
191 if (error_code & 0x10000000)
232 if (error_code
92 do_page_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dpaging_tmpl.h66 u32 error_code; member in struct:guest_walker
167 walker->error_code = 0;
171 walker->error_code = PFERR_PRESENT_MASK;
175 walker->error_code |= PFERR_WRITE_MASK;
177 walker->error_code |= PFERR_USER_MASK;
179 walker->error_code |= PFERR_FETCH_MASK;
393 u32 error_code)
395 int write_fault = error_code & PFERR_WRITE_MASK;
396 int user_fault = error_code & PFERR_USER_MASK;
397 int fetch_fault = error_code
392 page_fault(struct kvm_vcpu *vcpu, gva_t addr, u32 error_code) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dptrace.h35 extern void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs, int error_code);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dn_r3964.h150 int error_code; member in struct:r3964_client_message
164 int error_code; member in struct:r3964_message

Completed in 115 milliseconds

12345