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

/linux-4.4.14/arch/x86/kvm/
H A Dmmu.h76 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly);
H A Dmmu.c3710 int maxphyaddr, bool execonly) __reset_rsvds_bits_mask_ept()
3735 if (!execonly) { __reset_rsvds_bits_mask_ept()
3743 struct kvm_mmu *context, bool execonly) reset_rsvds_bits_mask_ept()
3746 cpuid_maxphyaddr(vcpu), execonly); reset_rsvds_bits_mask_ept()
3803 struct kvm_mmu *context, bool execonly) reset_ept_shadow_zero_bits_mask()
3806 boot_cpu_data.x86_phys_bits, execonly); reset_ept_shadow_zero_bits_mask()
4019 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly) kvm_init_shadow_ept_mmu() argument
4038 reset_rsvds_bits_mask_ept(vcpu, context, execonly); kvm_init_shadow_ept_mmu()
4039 reset_ept_shadow_zero_bits_mask(vcpu, context, execonly); kvm_init_shadow_ept_mmu()
3709 __reset_rsvds_bits_mask_ept(struct rsvd_bits_validate *rsvd_check, int maxphyaddr, bool execonly) __reset_rsvds_bits_mask_ept() argument
3742 reset_rsvds_bits_mask_ept(struct kvm_vcpu *vcpu, struct kvm_mmu *context, bool execonly) reset_rsvds_bits_mask_ept() argument
3802 reset_ept_shadow_zero_bits_mask(struct kvm_vcpu *vcpu, struct kvm_mmu *context, bool execonly) reset_ept_shadow_zero_bits_mask() argument

Completed in 129 milliseconds