Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dmmu.h66 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly,
Dmmu.c4376 int maxphyaddr, bool execonly) in __reset_rsvds_bits_mask_ept() argument
4404 if (!execonly) { in __reset_rsvds_bits_mask_ept()
4412 struct kvm_mmu *context, bool execonly) in reset_rsvds_bits_mask_ept() argument
4415 cpuid_maxphyaddr(vcpu), execonly); in reset_rsvds_bits_mask_ept()
4497 struct kvm_mmu *context, bool execonly) in reset_ept_shadow_zero_bits_mask() argument
4500 boot_cpu_data.x86_phys_bits, execonly); in reset_ept_shadow_zero_bits_mask()
4846 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly, in kvm_init_shadow_ept_mmu() argument
4869 reset_rsvds_bits_mask_ept(vcpu, context, execonly); in kvm_init_shadow_ept_mmu()
4870 reset_ept_shadow_zero_bits_mask(vcpu, context, execonly); in kvm_init_shadow_ept_mmu()