Searched refs:SGPTE_VALID (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/alpha/pci/
H A Dpci_sgmap_pte32.h47 #define SGPTE_VALID 0x00000001 macro
H A Dpci_sgmap_pte64.h47 #define SGPTE_VALID 0x0000000000000001UL macro
/netbsd-current/sys/arch/alpha/tc/
H A Dtc_sgmap.h49 #define SGPTE_VALID 0x00800000 macro
/netbsd-current/sys/arch/alpha/common/
H A Dsgmap_typedep.c59 SGPTE_PGADDR_SHIFT) | SGPTE_VALID;
276 *pte = (pa >> SGPTE_PGADDR_SHIFT) | SGPTE_VALID;
298 spill_pte_v = (pa >> SGPTE_PGADDR_SHIFT) | SGPTE_VALID;

Completed in 144 milliseconds