/arch/x86/um/shared/sysdep/ |
D | faultinfo_64.h | 20 unsigned long cr2; /* in ptrace_faultinfo called addr */ member
|
D | faultinfo_32.h | 20 unsigned long cr2; /* in ptrace_faultinfo called addr */ member
|
/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
|
D | processor.h | 475 unsigned long cr2; member
|
D | kvm_host.h | 548 unsigned long cr2; member
|
/arch/x86/kernel/ |
D | process_32.c | 63 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
|
D | traps.c | 316 dotraplinkage void do_double_fault(struct pt_regs *regs, long error_code, unsigned long 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
|
/arch/powerpc/boot/ |
D | ppc_asm.h | 15 #define cr2 2 macro
|
/arch/s390/kernel/ |
D | nmi.c | 193 union ctlreg2 cr2; in s390_check_registers() local
|
/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 232 __u32 cr2; member 264 __u64 cr2; member 322 __u32 cr2; member 379 __u64 cr2; member
|
D | kvm.h | 154 __u64 cr0, cr2, cr3, cr4, cr8; member
|
/arch/x86/include/asm/xen/ |
D | interface_32.h | 76 unsigned long cr2; member
|
D | interface_64.h | 137 unsigned long cr2; member
|
/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 303 u64 cr2; in init_default_values() local
|
/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pci.c | 76 u32 cr2; /* PCI + 0x3C */ member
|
/arch/x86/kvm/ |
D | x86.c | 6368 static bool reexecute_instruction(struct kvm_vcpu *vcpu, gva_t cr2, in reexecute_instruction() 6443 unsigned long cr2, int emulation_type) in retry_instruction() 6629 unsigned long cr2, in x86_emulate_instruction()
|
D | mmu.c | 5519 int kvm_mmu_page_fault(struct kvm_vcpu *vcpu, gva_t cr2, u64 error_code, in kvm_mmu_page_fault()
|
/arch/x86/xen/ |
D | mmu_pv.c | 1305 static void xen_write_cr2(unsigned long cr2) in xen_write_cr2()
|
/arch/x86/kvm/vmx/ |
D | vmx.c | 4614 unsigned long cr2, rip, dr6; in handle_exception_nmi() local
|