Searched refs:execonly (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | mmu.h | 89 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly,
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 5377 u64 pa_bits_rsvd, bool execonly, in __reset_rsvds_bits_mask_ept() argument 5407 if (!execonly) { in __reset_rsvds_bits_mask_ept() 5415 struct kvm_mmu *context, bool execonly, int huge_page_level) in reset_rsvds_bits_mask_ept() argument 5418 vcpu->arch.reserved_gpa_bits, execonly, in reset_rsvds_bits_mask_ept() 5510 reset_ept_shadow_zero_bits_mask(struct kvm_mmu *context, bool execonly) in reset_ept_shadow_zero_bits_mask() argument 5513 reserved_hpa_bits(), execonly, in reset_ept_shadow_zero_bits_mask() 5895 bool execonly, u8 level) in kvm_calc_shadow_ept_root_page_role() argument 5912 role.ext.execonly = execonly; in kvm_calc_shadow_ept_root_page_role() 5918 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly, in kvm_init_shadow_ept_mmu() argument 5926 execonly, level); in kvm_init_shadow_ept_mmu() [all …]
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 395 unsigned int execonly:1; member
|