Home
last modified time | relevance | path

Searched defs:this_cpu_ptr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/radix-tree/linux/
H A Dpercpu.h6 #define this_cpu_ptr(var) var macro
/openbmc/linux/include/linux/
H A Dpercpu-defs.h246 #define this_cpu_ptr(ptr) \ macro
252 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
265 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dpercpu.h264 #define this_cpu_ptr raw_cpu_ptr macro