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

/linux-master/arch/x86/kvm/
H A Dmmu.h110 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly,
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c4942 u64 pa_bits_rsvd, bool execonly,
4972 if (!execonly) {
4980 struct kvm_mmu *context, bool execonly, int huge_page_level)
4983 vcpu->arch.reserved_gpa_bits, execonly,
5075 reset_ept_shadow_zero_bits_mask(struct kvm_mmu *context, bool execonly) argument
5078 reserved_hpa_bits(), execonly,
5448 bool execonly, u8 level)
5465 role.ext.execonly = execonly;
5471 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly, argument
4941 __reset_rsvds_bits_mask_ept(struct rsvd_bits_validate *rsvd_check, u64 pa_bits_rsvd, bool execonly, int huge_page_level) argument
4979 reset_rsvds_bits_mask_ept(struct kvm_vcpu *vcpu, struct kvm_mmu *context, bool execonly, int huge_page_level) argument
5447 kvm_calc_shadow_ept_root_page_role(struct kvm_vcpu *vcpu, bool accessed_dirty, bool execonly, u8 level) argument
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h320 * execonly and ad_disabled are only used for nested EPT which has
385 unsigned int execonly:1; member in struct:kvm_mmu_extended_role::__anon7
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c443 bool execonly = vmx->nested.msrs.ept_caps & VMX_EPT_EXECUTE_ONLY_BIT; local
446 kvm_init_shadow_ept_mmu(vcpu, execonly, ept_lpage_level,

Completed in 369 milliseconds