Searched refs:need_flush (Results 1 – 8 of 8) sorted by relevance
47 bool_t need_flush = hvm_asid_handle_vmenter(p_asid); in svm_asid_handle_vmrun() local59 vmcb->tlb_control = need_flush; in svm_asid_handle_vmrun()
54 bool_t need_flush = 0; in set_iommu_pde_present() local68 need_flush = 1; in set_iommu_pde_present()104 return need_flush; in set_iommu_pde_present()113 bool_t need_flush = 0; in set_iommu_pte_present() local119 need_flush = set_iommu_pde_present(pde, next_mfn, in set_iommu_pte_present()122 return need_flush; in set_iommu_pte_present()637 bool_t need_flush = 0; in amd_iommu_map_page() local681 need_flush = set_iommu_pte_present(pt_mfn[1], gfn, mfn, in amd_iommu_map_page()687 if ( !need_flush ) in amd_iommu_map_page()
60 if ( p2m->need_flush ) in p2m_write_unlock()62 p2m->need_flush = false; in p2m_write_unlock()178 p2m->need_flush = false; in p2m_flush_tlb_sync()677 if ( p2m->need_flush ) in p2m_free_entry()924 p2m->need_flush |= !!lpae_valid(orig_pte); in __p2m_set_entry()945 p2m->need_flush = true; in __p2m_set_entry()
70 bool need_flush; member
400 if ( p2m->need_flush ) { in p2m_tlb_flush_sync()401 p2m->need_flush = 0; in p2m_tlb_flush_sync()411 if ( p2m->need_flush ) { in p2m_unlock_and_tlb_flush()412 p2m->need_flush = 0; in p2m_unlock_and_tlb_flush()
1194 p2m->need_flush = 1; in ept_sync_domain()
283 bool_t need_flush; member
4228 bool_t need_flush; in vmx_vmenter_helper() local4245 need_flush = hvm_asid_handle_vmenter(p_asid); in vmx_vmenter_helper()4267 if ( unlikely(need_flush) ) in vmx_vmenter_helper()
Completed in 23 milliseconds