Searched refs:execonly (Results 1 - 4 of 4) sorted by last modified time

/linux-master/arch/x86/kvm/vmx/
H A Dnested.c465 bool execonly = vmx->nested.msrs.ept_caps & VMX_EPT_EXECUTE_ONLY_BIT; local
468 kvm_init_shadow_ept_mmu(vcpu, execonly, ept_lpage_level,
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c4936 u64 pa_bits_rsvd, bool execonly,
4966 if (!execonly) {
4974 struct kvm_mmu *context, bool execonly, int huge_page_level)
4977 vcpu->arch.reserved_gpa_bits, execonly,
5069 reset_ept_shadow_zero_bits_mask(struct kvm_mmu *context, bool execonly) argument
5072 reserved_hpa_bits(), execonly,
5447 bool execonly, u8 level)
5464 role.ext.execonly = execonly;
5470 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly, argument
4935 __reset_rsvds_bits_mask_ept(struct rsvd_bits_validate *rsvd_check, u64 pa_bits_rsvd, bool execonly, int huge_page_level) argument
4973 reset_rsvds_bits_mask_ept(struct kvm_vcpu *vcpu, struct kvm_mmu *context, bool execonly, int huge_page_level) argument
5446 kvm_calc_shadow_ept_root_page_role(struct kvm_vcpu *vcpu, bool accessed_dirty, bool execonly, u8 level) argument
[all...]
/linux-master/arch/x86/kvm/
H A Dmmu.h112 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly,
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h323 * execonly and ad_disabled are only used for nested EPT which has
388 unsigned int execonly:1; member in struct:kvm_mmu_extended_role::__anon69

Completed in 341 milliseconds