Home
last modified time | relevance | path

Searched refs:xen_arch_need_swiotlb (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/xen/arm/
H A Dpage.h112 bool xen_arch_need_swiotlb(struct device *dev,
/openbmc/linux/arch/arm/xen/
H A Dmm.c93 bool xen_arch_need_swiotlb(struct device *dev, in xen_arch_need_swiotlb() function
/openbmc/linux/arch/x86/include/asm/xen/
H A Dpage.h353 static inline bool xen_arch_need_swiotlb(struct device *dev, in xen_arch_need_swiotlb() function
/openbmc/linux/drivers/xen/
H A Dswiotlb-xen.c210 !xen_arch_need_swiotlb(dev, phys, dev_addr) && in xen_swiotlb_map_page()