Searched refs:PHYS_TO_XKPHYS (Results 1 – 1 of 1) sorted by relevance
123 #define PHYS_TO_XKSEG_UNCACHED(p) PHYS_TO_XKPHYS(K_CALG_UNCACHED, (p))124 #define PHYS_TO_XKSEG_CACHED(p) PHYS_TO_XKPHYS(K_CALG_COH_SHAREABLE, (p))126 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | \ macro