Searched refs:PMAP_MD0 (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/arch/arm64/include/
H A Dpmap.h42 #define PMAP_CACHE_CI (PMAP_MD0) /* cache inhibit */
44 #define PMAP_CACHE_WB (PMAP_MD1|PMAP_MD0) /* writeback */
46 #define PMAP_CACHE_DEV_NGNRE (PMAP_MD2|PMAP_MD0) /* device nGnRE */
47 #define PMAP_CACHE_BITS (PMAP_MD0|PMAP_MD1|PMAP_MD2)
/openbsd-current/sys/arch/riscv64/include/
H A Dpmap.h46 #define PMAP_CACHE_CI (PMAP_MD0) /* cache inhibit */
49 #define PMAP_CACHE_BITS (PMAP_MD0|PMAP_MD1|PMAP_MD2)
/openbsd-current/sys/uvm/
H A Duvm_pmap.h95 #define PMAP_MD0 0x00000040 /* Machine dependant */ macro
/openbsd-current/sys/arch/mips64/include/
H A Dpmap.h142 #define PMAP_NOCACHE PMAP_MD0
/openbsd-current/sys/arch/amd64/include/
H A Dpmap.h322 #define PMAP_EFI PMAP_MD0

Completed in 206 milliseconds