Home
last modified time | relevance | path

Searched refs:kvm_mmu (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h348 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 Dmmu.h58 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 Dx86.c669 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 Dmmu.c3157 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 Dpaging_tmpl.h105 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 Dtdp_mmu.c581 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 Dvmx.c3009 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 Dnested.c5370 struct kvm_mmu *mmu; in handle_invept()