Home
last modified time | relevance | path

Searched refs:CBE_IOPTE_M (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()
603 iopte_flag = CBE_IOPTE_M; in ps3_ioc0_map_page()
Dmm.c1009 CBE_IOPTE_M); in dma_sb_region_create_linear()
1023 CBE_IOPTE_M); in dma_sb_region_create_linear()
/arch/powerpc/platforms/cell/
Diommu.c190 CBE_IOPTE_M | CBE_IOPTE_SO_RW | in tce_build_cell()
193 base_pte = CBE_IOPTE_PP_W | CBE_IOPTE_PP_R | CBE_IOPTE_M | in tce_build_cell()
228 pte = CBE_IOPTE_PP_R | CBE_IOPTE_M | CBE_IOPTE_SO_RW | in tce_free_cell()
1018 base_pte = CBE_IOPTE_PP_W | CBE_IOPTE_PP_R | CBE_IOPTE_M | in cell_iommu_setup_fixed_ptab()
/arch/powerpc/include/asm/
Dcell-regs.h310 #define CBE_IOPTE_M 0x2000000000000000ul /* coherency required */ macro