Searched refs:kvm_mmu (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | kvm_host.h | 348 struct kvm_mmu { struct 570 struct kvm_mmu *mmu; 573 struct kvm_mmu root_mmu; 576 struct kvm_mmu guest_mmu; 586 struct kvm_mmu nested_mmu; 592 struct kvm_mmu *walk_mmu; 1379 int load_pdptrs(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, unsigned long cr3); 1508 int kvm_read_guest_page_mmu(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, 1543 void kvm_mmu_free_roots(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, 1567 void kvm_mmu_invalidate_gva(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu,
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | mmu.h | 58 reset_shadow_zero_bits_mask(struct kvm_vcpu *vcpu, struct kvm_mmu *context); 166 static inline u8 permission_fault(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, in permission_fault()
|
| H A D | x86.c | 669 struct kvm_mmu *fault_mmu; in kvm_inject_emulated_page_fault() 736 int kvm_read_guest_page_mmu(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, in kvm_read_guest_page_mmu() 771 int load_pdptrs(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, unsigned long cr3) in load_pdptrs()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 3157 void kvm_mmu_free_roots(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, in kvm_mmu_free_roots() 3819 struct kvm_mmu *context) in nonpaging_init_context() 3852 struct kvm_mmu *mmu = vcpu->arch.mmu; in cached_root_available() 3876 struct kvm_mmu *mmu = vcpu->arch.mmu; in fast_pgd_switch() 3959 static inline bool is_last_gpte(struct kvm_mmu *mmu, in is_last_gpte() 4083 struct kvm_mmu *context) in reset_rsvds_bits_mask() 4131 struct kvm_mmu *context, bool execonly) in reset_rsvds_bits_mask_ept() 4143 reset_shadow_zero_bits_mask(struct kvm_vcpu *vcpu, struct kvm_mmu *context) in reset_shadow_zero_bits_mask() 4192 struct kvm_mmu *context) in reset_tdp_shadow_zero_bits_mask() 4225 struct kvm_mmu *context, bool execonly) in reset_ept_shadow_zero_bits_mask() [all …]
|
| H A D | paging_tmpl.h | 105 static inline void FNAME(protect_clean_gpte)(struct kvm_mmu *mmu, unsigned *access, in FNAME() 141 static bool FNAME(is_rsvd_bits_set)(struct kvm_mmu *mmu, u64 gpte, int level) in FNAME() 147 static int FNAME(cmpxchg_gpte)(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, in FNAME() 233 struct kvm_mmu *mmu, in FNAME() 309 struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, in FNAME()
|
| H A D | tdp_mmu.c | 581 struct kvm_mmu *mmu = vcpu->arch.mmu; in kvm_tdp_mmu_map() 1180 struct kvm_mmu *mmu = vcpu->arch.mmu; in kvm_tdp_mmu_get_walk()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 3009 struct kvm_mmu *mmu = vcpu->arch.mmu; in vmx_flush_tlb_current() 3046 struct kvm_mmu *mmu = vcpu->arch.walk_mmu; in vmx_ept_load_pdptrs() 3061 struct kvm_mmu *mmu = vcpu->arch.walk_mmu; in ept_save_pdptrs()
|
| H A D | nested.c | 5370 struct kvm_mmu *mmu; in handle_invept()
|