Home
last modified time | relevance | path

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

/openbsd/sys/arch/alpha/include/
H A Dpte.h87 #define PG_FOR ALPHA_PTE_FAULT_ON_READ macro
/openbsd/sys/arch/alpha/alpha/
H A Dpmap.c1737 npte |= PG_FOR | PG_FOW | PG_FOE; in pmap_enter()
2240 pmap_changebit(pg, PG_FOR | PG_FOW | PG_FOE, ~0, cpu_id); in pmap_clear_reference()
2591 if (!(*pte & (PG_FOR | PG_FOE))) { in pmap_emulate_reference()
2636 faultoff = PG_FOR | PG_FOW; in pmap_emulate_reference()
2639 faultoff = PG_FOR; in pmap_emulate_reference()