Home
last modified time | relevance | path

Searched defs:PTE_WIRED (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/ia64/include/
H A Dpte.h60 #define PTE_WIRED 0x0020000000000000 macro
/netbsd-src/sys/arch/i386/include/
H A Dpmap_private.h239 #define PTE_WIRED PTE_AVL1 /* Wired Mapping */ macro
/netbsd-src/sys/arch/powerpc/include/booke/
H A Dpte.h61 #define PTE_WIRED (MAS3_U0 << 2) /* page is wired (PTE only) */ macro
/netbsd-src/sys/arch/amd64/include/
H A Dpmap_private.h175 #define PTE_WIRED PTE_AVL1 /* Wired Mapping */ macro
/netbsd-src/sys/arch/riscv/include/
H A Dpte.h67 #define PTE_WIRED __BIT(9) macro