Home
last modified time | relevance | path

Searched defs:eptp (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/lib/x86/
H A Dvmx.c200 struct eptPageTablePointer eptp = { in init_vmcs_control_fields() local
/linux/arch/x86/kvm/vmx/
H A Dnested.c384 static bool nested_ept_root_matches(hpa_t root_hpa, u64 root_eptp, u64 eptp) in nested_ept_root_matches()
390 static void nested_ept_invalidate_addr(struct kvm_vcpu *vcpu, gpa_t eptp, in nested_ept_invalidate_addr()
5988 u64 eptp, gpa; in handle_invept() member
H A Dvmx.c575 noinline void invept_error(unsigned long ext, u64 eptp) in invept_error()
3334 u64 eptp = root_hpa | VMX_EPTP_MT_WB; in construct_eptp() local
3358 u64 eptp = construct_eptp(root_hpa); in vmx_flush_tlb_ept_root() local
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h525 void *eptp; member
/linux/arch/x86/include/asm/
H A Dvmx.h556 static inline u8 vmx_eptp_page_walk_level(u64 eptp) in vmx_eptp_page_walk_level()