Searched defs:PHYS_TO_DMAP (Results 1 – 5 of 5) sorted by relevance
191 #define PHYS_TO_DMAP(x) ({ panic("No direct map exists"); 0; }) macro
174 #define PHYS_TO_DMAP(pa) \ macro
197 #define PHYS_TO_DMAP(x) MIPS_PHYS_TO_DIRECT(x) macro
218 #define PHYS_TO_DMAP(x) ({ \ macro
240 #define PHYS_TO_DMAP(x) ({ panic("No direct map exists"); 0; }) macro