Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dvmparam.h191 #define PHYS_TO_DMAP(x) ({ panic("No direct map exists"); 0; }) macro
/f-stack/freebsd/arm64/include/
H A Dvmparam.h174 #define PHYS_TO_DMAP(pa) \ macro
/f-stack/freebsd/mips/include/
H A Dvmparam.h197 #define PHYS_TO_DMAP(x) MIPS_PHYS_TO_DIRECT(x) macro
/f-stack/freebsd/amd64/include/
H A Dvmparam.h218 #define PHYS_TO_DMAP(x) ({ \ macro
/f-stack/freebsd/i386/include/
H A Dvmparam.h240 #define PHYS_TO_DMAP(x) ({ panic("No direct map exists"); 0; }) macro