Home
last modified time | relevance | path

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

/arch/powerpc/platforms/ps3/
Dsystem-bus.c537 CBE_IOPTE_SO_RW | CBE_IOPTE_M); in ps3_alloc_coherent()
582 CBE_IOPTE_SO_RW | CBE_IOPTE_M); in ps3_sb_map_page()
606 iopte_flag |= CBE_IOPTE_PP_R | CBE_IOPTE_PP_W | CBE_IOPTE_SO_RW; in ps3_ioc0_map_page()
612 iopte_flag |= CBE_IOPTE_PP_W | CBE_IOPTE_SO_RW; in ps3_ioc0_map_page()
Dmm.c996 CBE_IOPTE_PP_W | CBE_IOPTE_PP_R | CBE_IOPTE_SO_RW | in dma_sb_region_create_linear()
1010 CBE_IOPTE_PP_W | CBE_IOPTE_PP_R | CBE_IOPTE_SO_RW | in dma_sb_region_create_linear()
/arch/powerpc/platforms/cell/
Diommu.c189 CBE_IOPTE_M | CBE_IOPTE_SO_RW | in tce_build_cell()
193 CBE_IOPTE_SO_RW | (window->ioid & CBE_IOPTE_IOID_Mask); in tce_build_cell()
196 base_pte &= ~CBE_IOPTE_SO_RW; in tce_build_cell()
227 pte = CBE_IOPTE_PP_R | CBE_IOPTE_M | CBE_IOPTE_SO_RW | in tce_free_cell()
1015 base_pte |= CBE_IOPTE_SO_RW; in cell_iommu_setup_fixed_ptab()
/arch/powerpc/include/asm/
Dcell-regs.h312 #define CBE_IOPTE_SO_RW 0x1800000000000000ul /* ordering: r & w */ macro