/linux-2.6.39/arch/x86/include/asm/ |
D | sigcontext.h | 132 unsigned long cr2; member 160 unsigned long cr2; member 216 unsigned long cr2; member 258 unsigned long cr2; member
|
D | suspend_32.h | 17 unsigned long cr0, cr2, cr3, cr4; member
|
D | suspend_64.h | 29 unsigned long cr0, cr2, cr3, cr4, cr8; member
|
D | sigcontext32.h | 74 unsigned int cr2; member
|
/linux-2.6.39/arch/um/sys-i386/shared/sysdep/ |
D | faultinfo.h | 20 unsigned long cr2; /* in ptrace_faultinfo called addr */ member 25 #define FAULT_ADDRESS(fi) ((fi).cr2)
|
D | sigcontext.h | 15 (fi).cr2 = SC_CR2(sc); \
|
/linux-2.6.39/arch/um/sys-x86_64/shared/sysdep/ |
D | faultinfo.h | 20 unsigned long cr2; /* in ptrace_faultinfo called addr */ member 25 #define FAULT_ADDRESS(fi) ((fi).cr2)
|
D | sigcontext.h | 16 (fi).cr2 = SC_CR2(sc); \
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | cpu_setup_6xx.S | 193 cmpwi cr2,r10,11 195 cror 4*cr0+eq,4*cr0+eq,4*cr2+eq 337 cmplwi cr2,r3,0x800c /* 7410 */ 344 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq 408 cmplwi cr2,r3,0x800c /* 7410 */ 415 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq 434 bne cr2,1f
|
/linux-2.6.39/arch/x86/kernel/ |
D | process_32.c | 124 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local 157 cr2 = read_cr2(); in __show_regs() 161 cr0, cr2, cr3, cr4); in __show_regs()
|
D | asm-offsets_64.c | 65 ENTRY(cr2); in main()
|
D | process_64.c | 158 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local 193 cr2 = read_cr2(); in __show_regs() 201 printk(KERN_DEFAULT "CR2: %016lx CR3: %016lx CR4: %016lx\n", cr2, cr3, in __show_regs()
|
/linux-2.6.39/arch/x86/power/ |
D | cpu.c | 99 ctxt->cr2 = read_cr2(); in __save_processor_state() 174 write_cr2(ctxt->cr2); in __restore_processor_state()
|
/linux-2.6.39/include/linux/ |
D | lguest.h | 35 unsigned long cr2; member
|
/linux-2.6.39/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 315 u64 cr2; in init_default_values() local 348 cr2 = 0x04; in init_default_values() 370 out_be64(&pmd_regs->tm_cr2, cr2); in init_default_values()
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | exception-64e.h | 179 cmpdi cr2,r8,-1; \ 180 beq cr2,61f; \
|
/linux-2.6.39/arch/powerpc/boot/ |
D | ppc_asm.h | 19 #define cr2 2 macro
|
/linux-2.6.39/drivers/lguest/ |
D | lg.h | 46 u32 cr2; member 198 bool demand_page(struct lg_cpu *cpu, unsigned long cr2, int errcode);
|
/linux-2.6.39/arch/x86/include/asm/xen/ |
D | interface_32.h | 75 unsigned long cr2; member
|
D | interface_64.h | 136 unsigned long cr2; member
|
/linux-2.6.39/arch/um/sys-i386/ |
D | user-offsets.c | 22 OFFSET(HOST_SC_CR2, sigcontext, cr2); in foo()
|
/linux-2.6.39/arch/sh/include/cpu-sh5/cpu/ |
D | registers.h | 27 #define PSSR cr2
|
/linux-2.6.39/arch/um/sys-x86_64/ |
D | user-offsets.c | 22 OFFSET(HOST_SC_CR2, sigcontext, cr2); in foo()
|
D | signal.c | 135 err |= __put_user(fi->cr2, &to->cr2); in copy_sc_to_user()
|
/linux-2.6.39/arch/x86/mm/ |
D | fault.c | 609 tsk->thread.cr2 = address; in pgtable_bad() 661 tsk->thread.cr2 = address; in no_context() 726 tsk->thread.cr2 = address; in __bad_area_nosemaphore() 810 tsk->thread.cr2 = address; in do_sigbus()
|