Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c4801 u64 pa_bits_rsvd, bool execonly, in __reset_rsvds_bits_mask_ept()
4839 struct kvm_mmu *context, bool execonly, int huge_page_level) in reset_rsvds_bits_mask_ept()
4934 reset_ept_shadow_zero_bits_mask(struct kvm_mmu *context, bool execonly) in reset_ept_shadow_zero_bits_mask()
5307 bool execonly, u8 level) in kvm_calc_shadow_ept_root_page_role()
5330 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly, in kvm_init_shadow_ept_mmu()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c415 bool execonly = vmx->nested.msrs.ept_caps & VMX_EPT_EXECUTE_ONLY_BIT; in nested_ept_new_eptp() local
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h376 unsigned int execonly:1; member