Searched refs:arch_raw_cpu_ptr (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/asm-generic/
H A Dpercpu.h39 * Arch may define arch_raw_cpu_ptr() to provide more efficient address
42 #ifndef arch_raw_cpu_ptr
43 #define arch_raw_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) macro
/linux-4.1.27/arch/x86/include/asm/
H A Dpercpu.h55 #define arch_raw_cpu_ptr(ptr) \ macro
/linux-4.1.27/include/linux/
H A Dpercpu-defs.h229 arch_raw_cpu_ptr(ptr); \

Completed in 181 milliseconds