Home
last modified time | relevance | path

Searched defs:execonly (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/x86/kvm/mmu/
Dmmu.c4643 u64 pa_bits_rsvd, bool execonly, int huge_page_level) in __reset_rsvds_bits_mask_ept()
4680 struct kvm_mmu *context, bool execonly, int huge_page_level) in reset_rsvds_bits_mask_ept()
4775 reset_ept_shadow_zero_bits_mask(struct kvm_mmu *context, bool execonly) in reset_ept_shadow_zero_bits_mask()
5136 bool execonly, u8 level) in kvm_calc_shadow_ept_root_page_role()
5159 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly, in kvm_init_shadow_ept_mmu()
/linux-6.1.9/arch/x86/kvm/vmx/
Dnested.c403 bool execonly = vmx->nested.msrs.ept_caps & VMX_EPT_EXECUTE_ONLY_BIT; in nested_ept_new_eptp() local
/linux-6.1.9/arch/x86/include/asm/
Dkvm_host.h372 unsigned int execonly:1; member