Searched defs:cr2 (Results 1 – 18 of 18) sorted by relevance
/xen/xen/include/asm-x86/ |
A D | elf.h | 5 unsigned long cr0, cr2, cr3, cr4; member
|
A D | processor.h | 287 unsigned long cr2; in read_cr2() local
|
A D | mm.h | 541 unsigned long cr2; member
|
A D | domain.h | 701 static inline void pv_inject_page_fault(int errcode, unsigned long cr2) in pv_inject_page_fault()
|
/xen/xen/arch/x86/hvm/ |
A D | monitor.c | 214 unsigned int err, uint64_t cr2) in hvm_monitor_interrupt()
|
/xen/xen/arch/x86/pv/ |
A D | ro-page-fault.c | 34 unsigned long cr2; member
|
/xen/xen/include/public/arch-x86/ |
A D | xen-x86_32.h | 171 unsigned long cr2; member
|
A D | xen-x86_64.h | 222 unsigned long cr2; member
|
/xen/tools/libxc/ |
A D | xc_devicemodel_compat.c | 125 uint8_t type, uint32_t error_code, uint8_t insn_len, uint64_t cr2) in xc_hvm_inject_trap()
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 93 unsigned long cr2; /* Only for TRAP_page_fault h/w exception */ member 835 int error_code, unsigned long cr2, struct x86_emulate_ctxt *ctxt) in x86_emul_pagefault()
|
/xen/xen/include/public/ |
A D | vm_event.h | 201 uint64_t cr2; member 336 uint64_t cr2; member
|
/xen/xen/include/public/hvm/ |
A D | dm_op.h | 328 uint64_aligned_t cr2; member
|
/xen/tools/debugger/kdd/ |
A D | kdd.h | 414 uint32_t cr2; member 436 uint64_t cr2; member
|
/xen/xen/arch/x86/ |
A D | traps.c | 1558 unsigned long cr2 = read_cr2(); in do_early_page_fault() local
|
/xen/xen/include/public/arch-x86/hvm/ |
A D | save.h | 81 uint64_t cr2; member 195 uint64_t cr2; member
|
/xen/xen/include/asm-x86/hvm/ |
A D | hvm.h | 502 static inline void hvm_inject_page_fault(int errcode, unsigned long cr2) in hvm_inject_page_fault()
|
/xen/xen/include/asm-x86/hvm/svm/ |
A D | vmcb.h | 398 bool cr2:1; /* 9: cr2 */ member
|
/xen/tools/xentrace/ |
A D | xenalyze.c | 4517 unsigned int cr2; in hvm_pf_inject_process() member 4521 unsigned long long cr2; in hvm_pf_inject_process() member 4525 unsigned long long cr2; in hvm_pf_inject_process() local
|
Completed in 56 milliseconds