Searched refs:PG_FOR (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/arch/alpha/include/
H A Dpte.h87 #define PG_FOR ALPHA_PTE_FAULT_ON_READ macro
/openbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c1736 npte |= PG_FOR | PG_FOW | PG_FOE;
2239 pmap_changebit(pg, PG_FOR | PG_FOW | PG_FOE, ~0, cpu_id);
2590 if (!(*pte & (PG_FOR | PG_FOE))) {
2635 faultoff = PG_FOR | PG_FOW;
2638 faultoff = PG_FOR;

Completed in 133 milliseconds