Searched refs:PMAP_MD2 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/arch/arm64/include/
H A Dpmap.h45 #define PMAP_CACHE_DEV_NGNRNE (PMAP_MD2) /* device nGnRnE */
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.h48 #define PMAP_CACHE_DEV (PMAP_MD2) /* device mapping */
49 #define PMAP_CACHE_BITS (PMAP_MD0|PMAP_MD1|PMAP_MD2)
/openbsd-current/sys/uvm/
H A Duvm_pmap.h97 #define PMAP_MD2 0x00000100 /* Machine dependant */ macro

Completed in 183 milliseconds