Home
last modified time | relevance | path

Searched defs:PHYS_TO_DMAP (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/platform/vkernel64/include/
H A Dvmparam.h103 #define PHYS_TO_DMAP(x) ((uint64_t)(x) + (uint64_t)dmap_min_address) macro
/dflybsd-src/sys/platform/pc64/include/
H A Dvmparam.h147 #define PHYS_TO_DMAP(x) ((vm_offset_t)(x) + DMAP_MIN_ADDRESS) macro