Home
last modified time | relevance | path

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

/linux/tools/testing/shared/linux/
H A Dpercpu.h6 #define this_cpu_ptr(var) var macro
/linux/include/linux/
H A Dpercpu-defs.h248 #define this_cpu_ptr(ptr) \ macro
254 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
267 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
/linux/arch/arm64/include/asm/
H A Dpercpu.h264 #define this_cpu_ptr raw_cpu_ptr macro