Searched defs:eptp (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx_ops.h | 266 static inline void __invept(unsigned long ext, u64 eptp, gpa_t gpa) in __invept() argument 269 u64 eptp, gpa; in __invept() member 312 static inline void ept_sync_context(u64 eptp) in ept_sync_context() argument
|
H A D | nested.c | 5397 static bool nested_ept_root_matches(hpa_t root_hpa, u64 root_eptp, u64 eptp) in nested_ept_root_matches() argument 5413 u64 eptp, gpa; in handle_invept() member
|
H A D | vmx.c | 464 noinline void invept_error(unsigned long ext, u64 eptp, gpa_t gpa) in invept_error() argument 3165 u64 eptp = VMX_EPTP_MT_WB; in construct_eptp() local 3183 u64 eptp; in vmx_load_mmu_pgd() local [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx_ops.h | 315 static inline void __invept(unsigned long ext, u64 eptp, gpa_t gpa) in __invept() argument 318 u64 eptp, gpa; in __invept() member 361 static inline void ept_sync_context(u64 eptp) in ept_sync_context() argument
|
H A D | nested.c | 352 static bool nested_ept_root_matches(hpa_t root_hpa, u64 root_eptp, u64 eptp) in nested_ept_root_matches() argument 358 static void nested_ept_invalidate_addr(struct kvm_vcpu *vcpu, gpa_t eptp, in nested_ept_invalidate_addr() argument 5677 u64 eptp, gpa; in handle_invept() member
|
H A D | vmx.c | 475 noinline void invept_error(unsigned long ext, u64 eptp, gpa_t gpa) in invept_error() argument 3378 u64 eptp = VMX_EPTP_MT_WB; in construct_eptp() local 3396 u64 eptp; in vmx_load_mmu_pgd() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 217 struct eptPageTablePointer eptp = { in init_vmcs_control_fields() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 202 struct eptPageTablePointer eptp = { in init_vmcs_control_fields() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 527 void *eptp; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 575 void *eptp; member
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | vmx.h | 503 static inline u8 vmx_eptp_page_walk_level(u64 eptp) in vmx_eptp_page_walk_level() argument
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | vmx.h | 521 static inline u8 vmx_eptp_page_walk_level(u64 eptp) in vmx_eptp_page_walk_level() argument
|
Completed in 36 milliseconds