Searched refs:CBE_IOPTE_SO_RW (Results 1 – 4 of 4) sorted by relevance
179 CBE_IOPTE_M | CBE_IOPTE_SO_RW | in tce_build_cell()183 CBE_IOPTE_SO_RW | (window->ioid & CBE_IOPTE_IOID_Mask); in tce_build_cell()186 base_pte &= ~CBE_IOPTE_SO_RW; in tce_build_cell()217 pte = CBE_IOPTE_PP_R | CBE_IOPTE_M | CBE_IOPTE_SO_RW | in tce_free_cell()897 base_pte |= CBE_IOPTE_SO_RW; in cell_iommu_setup_fixed_ptab()
526 CBE_IOPTE_SO_RW | CBE_IOPTE_M); in ps3_alloc_coherent()571 CBE_IOPTE_SO_RW | CBE_IOPTE_M); in ps3_sb_map_page()595 iopte_flag |= CBE_IOPTE_PP_R | CBE_IOPTE_PP_W | CBE_IOPTE_SO_RW; in ps3_ioc0_map_page()601 iopte_flag |= CBE_IOPTE_PP_W | CBE_IOPTE_SO_RW; in ps3_ioc0_map_page()
995 CBE_IOPTE_PP_W | CBE_IOPTE_PP_R | CBE_IOPTE_SO_RW | in dma_sb_region_create_linear()1009 CBE_IOPTE_PP_W | CBE_IOPTE_PP_R | CBE_IOPTE_SO_RW | in dma_sb_region_create_linear()
313 #define CBE_IOPTE_SO_RW 0x1800000000000000ul /* ordering: r & w */ macro