Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/ps3/
Dsystem-bus.c539 CBE_IOPTE_SO_RW | CBE_IOPTE_M); in ps3_alloc_coherent()
584 CBE_IOPTE_SO_RW | CBE_IOPTE_M); in ps3_sb_map_page()
608 iopte_flag |= CBE_IOPTE_PP_R | CBE_IOPTE_PP_W | CBE_IOPTE_SO_RW; in ps3_ioc0_map_page()
614 iopte_flag |= CBE_IOPTE_PP_W | CBE_IOPTE_SO_RW; in ps3_ioc0_map_page()
Dmm.c1003 CBE_IOPTE_PP_W | CBE_IOPTE_PP_R | CBE_IOPTE_SO_RW | in dma_sb_region_create_linear()
1017 CBE_IOPTE_PP_W | CBE_IOPTE_PP_R | CBE_IOPTE_SO_RW | in dma_sb_region_create_linear()
/Linux-v4.19/arch/powerpc/platforms/cell/
Diommu.c190 CBE_IOPTE_M | CBE_IOPTE_SO_RW | in tce_build_cell()
194 CBE_IOPTE_SO_RW | (window->ioid & CBE_IOPTE_IOID_Mask); in tce_build_cell()
197 base_pte &= ~CBE_IOPTE_SO_RW; in tce_build_cell()
228 pte = CBE_IOPTE_PP_R | CBE_IOPTE_M | CBE_IOPTE_SO_RW | in tce_free_cell()
1006 base_pte |= CBE_IOPTE_SO_RW; in cell_iommu_setup_fixed_ptab()
/Linux-v4.19/arch/powerpc/include/asm/
Dcell-regs.h313 #define CBE_IOPTE_SO_RW 0x1800000000000000ul /* ordering: r & w */ macro