Home
last modified time | relevance | path

Searched refs:sync_cache (Results 1 – 3 of 3) sorted by relevance

/xen/xen/include/asm-x86/
A Diommu.h123 if ( ops->sync_cache ) \
124 iommu_vcall(ops, sync_cache, addr, size); \
/xen/xen/include/xen/
A Diommu.h278 void (*sync_cache)(const void *addr, unsigned int size); member
/xen/xen/drivers/passthrough/vtd/
A Diommu.c151 static void sync_cache(const void *addr, unsigned int size) in sync_cache() function
220 sync_cache(vaddr, PAGE_SIZE); in alloc_pgtable_maddr()
2771 .sync_cache = sync_cache,

Completed in 9 milliseconds