Searched refs:PG_PVLIST (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dpte.h97 #define PG_PVLIST 0x0000000000020000 /* on pv list [SOFTWARE] */ macro
H A Dpmap.h260 #define pmap_pte_pv(pte) (*(pte) & PG_PVLIST)
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dpmap.h317 #define PG_PVLIST PG_AVAIL2 /* mapping has entry on pvlist */ macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dpmap.h239 #define PG_PVLIST PG_AVAIL2 /* mapping has entry on pvlist */ macro
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpmap.c1143 KASSERT((opte & PG_PVLIST) == 0);
3292 if ((opte & PG_PVLIST) == 0) {
3296 "PG_PVLIST for %#" PRIxVADDR, va);
3304 "PG_PVLIST, va = %#" PRIxVADDR ", pa = %#" PRIxPADDR,
3947 npte |= PG_PVLIST;
4032 KASSERT(((opte ^ npte) & PG_PVLIST) == 0);
4040 if ((~opte & (PG_V | PG_PVLIST)) == 0) {
4043 KASSERTMSG(pg != NULL, "pmap_enter: PG_PVLIST mapping with "
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dpmap.c1279 "without PG_PVLIST for 0x%lx",
1824 npte |= PG_PVLIST;
1964 panic("pmap_kremove: PG_PVLIST mapping for "

Completed in 195 milliseconds