Searched defs:vmx_pages (Results 1 – 10 of 10) sorted by relevance
537 struct vmx_pages { struct538 void *vmxon_hva;539 uint64_t vmxon_gpa;540 void *vmxon;542 void *vmcs_hva;543 uint64_t vmcs_gpa;544 void *vmcs;546 void *msr_hva;547 uint64_t msr_gpa;548 void *msr;[all …]
69 void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()147 void guest_code(struct vmx_pages *vmx_pages) in guest_code()
37 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
27 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
42 static void l1_guest_code(struct vmx_pages *vmx_pages, unsigned long high_gpa) in l1_guest_code()
77 static void vmx_l1_guest_code(struct vmx_pages *vmx_pages) in vmx_l1_guest_code()
48 void guest_code(struct vmx_pages *vmx_pages) in guest_code()
83 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
77 struct vmx_pages *vmx_pages = arg; in guest_code() local
85 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()