Home
last modified time | relevance | path

Searched refs:PG_XI (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/arch/mips64/include/
Dpte.h123 #define PG_XI (1ULL << (PG_FRAMEBITS + 2)) macro
126 #define PG_XI 0x00000000 macro
142 #define PG_PROTMASK (PG_M | PG_RO | PG_RI | PG_XI)
/openbsd/src/sys/arch/mips64/mips64/
Ddb_machdep.c405 db_printf("%c", tlblo & PG_XI ? 'X' : ' '); in db_print_tlb()
Dpmap.c418 pg_xi = PG_XI; in pmap_bootstrap()