Home
last modified time | relevance | path

Searched refs:PTE_M (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/powerpc/include/
HDpte.h81 #define PTE_M 0x00000010 macro
114 #define LPTE_M EXTEND_PTE( PTE_M )
233 #define PTE_M MAS2_M macro
255 #define PTE_M TLB_M macro
/trueos/sys/powerpc/booke/
HDpmap.c406 return (PTE_W | PTE_M); in tlb_calc_wimg()
1287 pte->flags = PTE_M | PTE_SR | PTE_SW | PTE_SX | PTE_WIRED | in mmu_booke_bootstrap()
1726 flags |= PTE_M; in mmu_booke_enter_locked()
/trueos/sys/powerpc/aim/
HDmmu_oea.c389 return (PTE_W | PTE_M); in moea_calc_wimg()
401 pte_lo = PTE_M; in moea_calc_wimg()