Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.h61 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly,
Dmmu.c4619 int maxphyaddr, bool execonly) in __reset_rsvds_bits_mask_ept() argument
4647 if (!execonly) { in __reset_rsvds_bits_mask_ept()
4655 struct kvm_mmu *context, bool execonly) in reset_rsvds_bits_mask_ept() argument
4658 cpuid_maxphyaddr(vcpu), execonly); in reset_rsvds_bits_mask_ept()
4749 struct kvm_mmu *context, bool execonly) in reset_ept_shadow_zero_bits_mask() argument
4752 shadow_phys_bits, execonly); in reset_ept_shadow_zero_bits_mask()
5123 bool execonly) in kvm_calc_shadow_ept_root_page_role() argument
5145 role.ext.execonly = execonly; in kvm_calc_shadow_ept_root_page_role()
5150 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly, in kvm_init_shadow_ept_mmu() argument
5156 execonly); in kvm_init_shadow_ept_mmu()
[all …]
/arch/x86/include/asm/
Dkvm_host.h288 unsigned int execonly:1; member