Home
last modified time | relevance | path

Searched defs:__this_cpu_ptr (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/asm-generic/
Dpercpu.h60 #define __this_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) macro
86 #define __this_cpu_ptr(ptr) this_cpu_ptr(ptr) macro
/linux-3.3/arch/x86/include/asm/
Dpercpu.h55 #define __this_cpu_ptr(ptr) \ macro