Searched refs:execonly (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/arch/x86/kvm/ |
| D | mmu.h | 74 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly,
|
| /Linux-v5.15/arch/x86/kvm/mmu/ |
| D | mmu.c | 4355 u64 pa_bits_rsvd, bool execonly) in __reset_rsvds_bits_mask_ept() argument 4378 if (!execonly) { in __reset_rsvds_bits_mask_ept() 4386 struct kvm_mmu *context, bool execonly) in reset_rsvds_bits_mask_ept() argument 4389 vcpu->arch.reserved_gpa_bits, execonly); in reset_rsvds_bits_mask_ept() 4482 struct kvm_mmu *context, bool execonly) in reset_ept_shadow_zero_bits_mask() argument 4485 reserved_hpa_bits(), execonly); in reset_ept_shadow_zero_bits_mask() 4869 bool execonly, u8 level) in kvm_calc_shadow_ept_root_page_role() argument 4885 role.ext.execonly = execonly; in kvm_calc_shadow_ept_root_page_role() 4891 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly, in kvm_init_shadow_ept_mmu() argument 4898 execonly, level); in kvm_init_shadow_ept_mmu() [all …]
|
| /Linux-v5.15/arch/x86/include/asm/ |
| D | kvm_host.h | 359 unsigned int execonly:1; member
|