Searched defs:vmx_pages (Results 1 – 10 of 10) sorted by relevance
495 struct vmx_pages { struct496 void *vmxon_hva;497 uint64_t vmxon_gpa;498 void *vmxon;500 void *vmcs_hva;501 uint64_t vmcs_gpa;502 void *vmcs;504 void *msr_hva;505 uint64_t msr_gpa;506 void *msr;[all …]
68 void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()146 void guest_code(struct vmx_pages *vmx_pages) in guest_code()
32 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
26 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
37 static void l1_guest_code(struct vmx_pages *vmx_pages, unsigned long high_gpa) in l1_guest_code()
76 static void vmx_l1_guest_code(struct vmx_pages *vmx_pages) in vmx_l1_guest_code()
71 void guest_code(struct vmx_pages *vmx_pages) in guest_code()
80 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
73 struct vmx_pages *vmx_pages = arg; in guest_code() local
82 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()