Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpercpu.h71 #define arch_raw_cpu_ptr(_ptr) \ macro
79 #define arch_raw_cpu_ptr(_ptr) ({ BUILD_BUG(); (typeof(_ptr))0; }) macro
/linux/include/asm-generic/
H A Dpercpu.h44 #define arch_raw_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) macro