Searched refs:__zpcpu_cast (Results 1 – 1 of 1) sorted by relevance
782 __zpcpu_cast(ptr, __zpcpu_demangle(ptr) + ptoa((unsigned)cpu))1159 #define __zpcpu_cast(ptr, e) ((typeof(ptr))(e)) macro1160 #define __zpcpu_next(ptr) __zpcpu_cast(ptr, __zpcpu_addr(ptr) + PAGE_SIZE)1179 __zpcpu_cast(ptr, __zpcpu_mangle(__zpcpu_addr(ptr) - ptoa(cpu_number()))); \