Lines Matching defs:a
129 #define MAdp_MPool_VA2PA(a) MS_VA2PA((MS_VIRT)(a)) argument
130 #define MAdp_MPool_PA2KSEG0(a) MS_PA2KSEG0((MS_PHY)(a)) // for cached memory argument
131 #define MAdp_MPool_PA2KSEG1(a) MS_PA2KSEG1((MS_PHY)(a)) // for non-cached memory argument
132 #define open_dev(a, b) 1UL argument
136 #define MAdp_MPool_VA2PA(a) MS_VA2PA((MS_VIRT)(a)) argument
137 #define MAdp_MPool_PA2KSEG1(a) MS_PA2KSEG1((MS_PHY)(a)) argument
138 #define open_dev(a, b) 1UL argument
140 #define open_dev(a, b) 1UL argument
148 #define MS_VA2PA(a) pmem_mm_va2pa((MS_VIRT)(a)) argument
149 #define MS_PA2KSEG1(a) pmem_mm_pa2va((MS_PHY)(a)) argument
150 #define MAdp_MPool_VA2PA(a) pmem_mm_va2pa((MS_VIRT)(a)) argument
151 #define MAdp_MPool_PA2KSEG1(a) pmem_mm_pa2va((MS_PHY)(a)) argument
156 #define MAdp_MPool_VA2PA(a) (((MS_VIRT)(a))-MEM_LOGMAPPHY) argument
157 #define MAdp_MPool_PA2KSEG1(a) (((MS_PHY)(a))+MEM_LOGMAPPHY) argument
163 #define MUX(a, b, c) ((a) ? (b) : (c)) argument