Home
last modified time | relevance | path

Searched refs:HV_PCI_MAP_ATTR_WRITE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dpci_sun4v.c99 prot &= (HV_PCI_MAP_ATTR_READ | HV_PCI_MAP_ATTR_WRITE); in iommu_batch_flush()
234 HV_PCI_MAP_ATTR_WRITE), in dma_4v_alloc_coherent()
397 prot |= HV_PCI_MAP_ATTR_WRITE; in dma_4v_map_page()
495 prot |= HV_PCI_MAP_ATTR_WRITE; in dma_4v_map_sg()
/openbmc/linux/arch/sparc/include/asm/
H A Dhypervisor.h1904 #define HV_PCI_MAP_ATTR_WRITE 0x02 macro