/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 | 232 __u32 cr2; member 264 __u64 cr2; member 322 __u32 cr2; member 379 __u64 cr2; member
|
/arch/powerpc/kernel/ |
D | cpu_setup_6xx.S | 190 cmpwi cr2,r10,11 192 cror 4*cr0+eq,4*cr0+eq,4*cr2+eq 334 cmplwi cr2,r3,0x800c /* 7410 */ 341 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq 405 cmplwi cr2,r3,0x800c /* 7410 */ 412 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq 431 bne cr2,1f
|
/arch/x86/include/asm/ |
D | suspend_32.h | 22 unsigned long cr0, cr2, cr3, cr4; member
|
D | suspend_64.h | 37 unsigned long cr0, cr2, cr3, cr4; member
|
D | svm.h | 196 u64 cr2; member
|
/arch/x86/kernel/ |
D | process_32.c | 63 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local 85 cr2 = read_cr2(); in __show_regs() 89 cr0, cr2, cr3, cr4); in __show_regs()
|
D | asm-offsets_64.c | 77 ENTRY(cr2); in main()
|
D | asm-offsets.c | 79 OFFSET(XEN_vcpu_info_arch_cr2, vcpu_info, arch.cr2); in common()
|
D | traps.c | 316 dotraplinkage void do_double_fault(struct pt_regs *regs, long error_code, unsigned long cr2) in do_double_fault() argument 415 if ((unsigned long)task_stack_page(tsk) - 1 - cr2 < PAGE_SIZE) in do_double_fault() 416 handle_stack_overflow("kernel stack overflow (double-fault)", regs, cr2); in do_double_fault()
|
D | process_64.c | 69 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local 113 cr2 = read_cr2(); in __show_regs() 121 printk(KERN_DEFAULT "CR2: %016lx CR3: %016lx CR4: %016lx\n", cr2, cr3, in __show_regs()
|
D | umip.c | 287 tsk->thread.cr2 = (unsigned long)addr; in force_sig_info_umip_fault()
|
/arch/s390/kernel/ |
D | nmi.c | 193 union ctlreg2 cr2; in s390_check_registers() local 264 cr2.val = S390_lowcore.cregs_save_area[2]; in s390_check_registers() 265 if (cr2.gse) { in s390_check_registers()
|
/arch/powerpc/boot/ |
D | ppc_asm.h | 15 #define cr2 2 macro
|
/arch/powerpc/include/asm/ |
D | exception-64e.h | 180 cmpdi cr2,r8,-1; \ 181 beq cr2,61f; \
|
/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 303 u64 cr2; in init_default_values() local 336 cr2 = 0x04; in init_default_values() 358 out_be64(&pmd_regs->tm_cr2, cr2); in init_default_values()
|
/arch/x86/include/asm/xen/ |
D | interface_32.h | 76 unsigned long cr2; member
|
D | interface_64.h | 137 unsigned long cr2; member
|
/arch/sh/include/cpu-sh5/cpu/ |
D | registers.h | 24 #define PSSR cr2
|
/arch/x86/power/ |
D | cpu.c | 123 ctxt->cr2 = read_cr2(); in __save_processor_state() 211 write_cr2(ctxt->cr2); in __restore_processor_state()
|
/arch/x86/kernel/acpi/ |
D | wakeup_64.S | 94 movq %rbx, %cr2
|
/arch/x86/ia32/ |
D | ia32_signal.c | 212 put_user_ex(current->thread.cr2, &sc->cr2); in ia32_setup_sigcontext()
|
/arch/x86/entry/vsyscall/ |
D | vsyscall_64.c | 110 thread->cr2 = ptr; in write_ok_or_segv()
|