/arch/x86/um/shared/sysdep/ |
D | mcontext.h | 15 (fi).cr2 = (mc)->cr2; \ 24 (fi).cr2 = (mc)->gregs[REG_CR2]; \
|
D | faultinfo_64.h | 20 unsigned long cr2; /* in ptrace_faultinfo called addr */ member 25 #define FAULT_ADDRESS(fi) ((fi).cr2)
|
D | faultinfo_32.h | 20 unsigned long cr2; /* in ptrace_faultinfo called addr */ member 25 #define FAULT_ADDRESS(fi) ((fi).cr2)
|
/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 231 __u32 cr2; member 263 __u64 cr2; member 321 __u32 cr2; member 378 __u64 cr2; member
|
/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
|
D | idle_book3s.S | 417 cmpwi cr2,r0,PNV_THREAD_NAP 418 bgt cr2,pnv_wakeup_tb_loss /* Either sleep or Winkle */ 488 cmpwi cr2,r15,0 512 beq cr2,first_thread_in_core 538 bne cr2,clear_lock
|
/arch/x86/include/asm/ |
D | suspend_32.h | 15 unsigned long cr0, cr2, cr3, cr4; member
|
D | suspend_64.h | 24 unsigned long cr0, cr2, cr3, cr4, cr8; member
|
D | svm.h | 181 u64 cr2; member
|
/arch/powerpc/boot/ |
D | ppc_asm.h | 19 #define cr2 2 macro
|
/arch/x86/kernel/ |
D | process_32.c | 60 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local 91 cr2 = read_cr2(); in __show_regs() 95 cr0, cr2, cr3, cr4); in __show_regs()
|
D | asm-offsets_64.c | 47 ENTRY(cr2); in main()
|
D | traps.c | 317 unsigned long cr2; in do_double_fault() local 391 cr2 = read_cr2(); in do_double_fault() 392 if ((unsigned long)task_stack_page(tsk) - 1 - cr2 < PAGE_SIZE) in do_double_fault() 393 handle_stack_overflow("kernel stack overflow (double-fault)", regs, cr2); in do_double_fault()
|
D | process_64.c | 59 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local 93 cr2 = read_cr2(); in __show_regs() 101 printk(KERN_DEFAULT "CR2: %016lx CR3: %016lx CR4: %016lx\n", cr2, cr3, in __show_regs()
|
/arch/powerpc/include/asm/ |
D | exception-64e.h | 184 cmpdi cr2,r8,-1; \ 185 beq cr2,61f; \
|
/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()
|
/arch/x86/include/asm/xen/ |
D | interface_32.h | 75 unsigned long cr2; member
|
D | interface_64.h | 136 unsigned long cr2; member
|
/arch/sh/include/cpu-sh5/cpu/ |
D | registers.h | 27 #define PSSR cr2
|
/arch/x86/power/ |
D | cpu.c | 131 ctxt->cr2 = read_cr2(); in __save_processor_state() 211 write_cr2(ctxt->cr2); in __restore_processor_state()
|
/arch/x86/mm/ |
D | fault.c | 703 tsk->thread.cr2 = address; in pgtable_bad() 740 tsk->thread.cr2 = address; in no_context() 812 tsk->thread.cr2 = address; in no_context() 896 tsk->thread.cr2 = address; in __bad_area_nosemaphore() 993 tsk->thread.cr2 = address; in do_sigbus()
|
/arch/x86/kernel/acpi/ |
D | wakeup_64.S | 91 movq %rbx, %cr2
|
/arch/x86/ia32/ |
D | ia32_signal.c | 205 put_user_ex(current->thread.cr2, &sc->cr2); in ia32_setup_sigcontext()
|
/arch/s390/kernel/ |
D | head64.S | 54 .quad .Lduct # cr2: dispatchable unit control table
|
/arch/x86/entry/vsyscall/ |
D | vsyscall_64.c | 113 thread->cr2 = ptr; in write_ok_or_segv()
|