Searched defs:gla (Results 1 – 10 of 10) sorted by relevance
/xen/xen/arch/x86/hvm/ |
A D | monitor.c | 232 bool hvm_monitor_check_p2m(unsigned long gla, gfn_t gfn, uint32_t pfec, in hvm_monitor_check_p2m()
|
A D | emulate.c | 1008 struct hvm_vcpu_io *vio, unsigned long gla, uint8_t dir, bool create) in hvmemul_find_mmio_cache() 1040 static void latch_linear_to_phys(struct hvm_vcpu_io *vio, unsigned long gla, in latch_linear_to_phys() 1054 unsigned long gla, unsigned int size, uint8_t dir, void *buffer, in hvmemul_linear_mmio_access() 1106 unsigned long gla, unsigned int size, void *buffer, in hvmemul_linear_mmio_read() 1115 unsigned long gla, unsigned int size, void *buffer, in hvmemul_linear_mmio_write() 2724 int hvm_emulate_one_mmio(unsigned long mfn, unsigned long gla) in hvm_emulate_one_mmio()
|
A D | io.c | 109 bool handle_mmio_with_translation(unsigned long gla, unsigned long gpfn, in handle_mmio_with_translation()
|
A D | hvm.c | 1735 int hvm_hap_nested_page_fault(paddr_t gpa, unsigned long gla, in hvm_hap_nested_page_fault()
|
/xen/xen/arch/arm/ |
A D | mem_access.c | 227 bool p2m_mem_access_check(paddr_t gpa, vaddr_t gla, const struct npfec npfec) in p2m_mem_access_check()
|
/xen/xen/arch/x86/mm/ |
A D | mem_access.c | 143 bool p2m_mem_access_check(paddr_t gpa, unsigned long gla, in p2m_mem_access_check()
|
/xen/xen/include/asm-x86/hvm/ |
A D | vcpu.h | 48 unsigned long gla; member
|
/xen/xen/include/public/ |
A D | vm_event.h | 272 uint64_t gla; /* if flags has MEM_ACCESS_GLA_VALID set */ member
|
/xen/xen/include/asm-x86/hvm/vmx/ |
A D | vmx.h | 645 u64 gla; member
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 3373 unsigned long gla, gfn = gpa >> PAGE_SHIFT; in ept_handle_violation() local
|
Completed in 32 milliseconds