Home
last modified time | relevance | path

Searched refs:execonly (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/arch/x86/kvm/
Dmmu.h110 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly,
/Linux-v6.6/arch/x86/kvm/mmu/
Dmmu.c4795 u64 pa_bits_rsvd, bool execonly, in __reset_rsvds_bits_mask_ept() argument
4825 if (!execonly) { in __reset_rsvds_bits_mask_ept()
4833 struct kvm_mmu *context, bool execonly, int huge_page_level) in reset_rsvds_bits_mask_ept() argument
4836 vcpu->arch.reserved_gpa_bits, execonly, in reset_rsvds_bits_mask_ept()
4928 reset_ept_shadow_zero_bits_mask(struct kvm_mmu *context, bool execonly) in reset_ept_shadow_zero_bits_mask() argument
4931 reserved_hpa_bits(), execonly, in reset_ept_shadow_zero_bits_mask()
5301 bool execonly, u8 level) in kvm_calc_shadow_ept_root_page_role() argument
5318 role.ext.execonly = execonly; in kvm_calc_shadow_ept_root_page_role()
5324 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly, in kvm_init_shadow_ept_mmu() argument
5332 execonly, level); in kvm_init_shadow_ept_mmu()
[all …]
/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h376 unsigned int execonly:1; member
/Linux-v6.6/arch/x86/kvm/vmx/
Dnested.c414 bool execonly = vmx->nested.msrs.ept_caps & VMX_EPT_EXECUTE_ONLY_BIT; in nested_ept_new_eptp() local
417 kvm_init_shadow_ept_mmu(vcpu, execonly, ept_lpage_level, in nested_ept_new_eptp()