Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dasid.c47 bool_t need_flush = hvm_asid_handle_vmenter(p_asid); in svm_asid_handle_vmrun() local
59 vmcb->tlb_control = need_flush; in svm_asid_handle_vmrun()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_map.c54 bool_t need_flush = 0; in set_iommu_pde_present() local
68 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() local
119 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() local
681 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()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dp2m.c60 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()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dp2m.h70 bool need_flush; member
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m.c400 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()
A Dp2m-ept.c1194 p2m->need_flush = 1; in ept_sync_domain()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dp2m.h283 bool_t need_flush; member
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c4228 bool_t need_flush; in vmx_vmenter_helper() local
4245 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