Searched refs:execonly (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | mmu.h | 76 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly);
|
D | mmu.c | 3710 int maxphyaddr, bool execonly) in __reset_rsvds_bits_mask_ept() argument 3735 if (!execonly) { in __reset_rsvds_bits_mask_ept() 3743 struct kvm_mmu *context, bool execonly) in reset_rsvds_bits_mask_ept() argument 3746 cpuid_maxphyaddr(vcpu), execonly); in reset_rsvds_bits_mask_ept() 3803 struct kvm_mmu *context, bool execonly) in reset_ept_shadow_zero_bits_mask() argument 3806 boot_cpu_data.x86_phys_bits, execonly); in reset_ept_shadow_zero_bits_mask() 4019 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly) in kvm_init_shadow_ept_mmu() argument 4038 reset_rsvds_bits_mask_ept(vcpu, context, execonly); in kvm_init_shadow_ept_mmu() 4039 reset_ept_shadow_zero_bits_mask(vcpu, context, execonly); in kvm_init_shadow_ept_mmu()
|