Searched refs:tlb_flush (Results 1 – 17 of 17) sorted by relevance
11 static void tlb_flush(struct mmu_gather *tlb);13 #define tlb_flush tlb_flush macro16 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
9 #define tlb_flush tlb_flush macro10 static inline void tlb_flush(struct mmu_gather *tlb);14 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
534 cpumask_t tlb_flush; member961 u64 tlb_flush; member1062 void (*tlb_flush)(struct kvm_vcpu *vcpu, bool invalidate_gpa); member
19 #define tlb_flush tlb_flush macro20 static void tlb_flush(struct mmu_gather *tlb);24 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
26 static inline void tlb_flush(struct mmu_gather *tlb);33 #define tlb_flush tlb_flush macro55 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
27 #define tlb_flush tlb_flush macro28 extern void tlb_flush(struct mmu_gather *tlb);
21 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
29 #define tlb_flush(tlb) flush_tlb_pending() macro
23 #define tlb_flush(tlb) ((void) tlb) macro
50 void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
106 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
393 void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
1414 cpumask_clear(&hv_vcpu->tlb_flush); in kvm_hv_flush_tlb()1426 vcpu_mask, &hv_vcpu->tlb_flush); in kvm_hv_flush_tlb()
4398 kvm_x86_ops->tlb_flush(vcpu, true); in fast_cr3_switch()5272 kvm_x86_ops->tlb_flush(vcpu, true); in kvm_mmu_load()5628 bool tlb_flush = false; in kvm_mmu_invpcid_gva() local5633 tlb_flush = true; in kvm_mmu_invpcid_gva()5640 tlb_flush = true; in kvm_mmu_invpcid_gva()5644 if (tlb_flush) in kvm_mmu_invpcid_gva()
182 { "tlb_flush", VCPU_STAT(tlb_flush) },2583 ++vcpu->stat.tlb_flush; in kvm_vcpu_flush_tlb()2584 kvm_x86_ops->tlb_flush(vcpu, invalidate_gpa); in kvm_vcpu_flush_tlb()
7235 .tlb_flush = svm_flush_tlb,
7806 .tlb_flush = vmx_flush_tlb,