Home
last modified time | relevance | path

Searched refs:PTE_SW (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/powerpc/include/oea/
H A Dpte.h104 #define PTE_SW 0x00000001 /* Super. Write-Only (U: RO, S: RW) */ macro
/netbsd/sys/arch/powerpc/oea/
H A Dpmap.c2650 case PTE_SW: printf("sw]\n"); break; in pmap_pte_print()