Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpercpu.h43 #ifndef arch_raw_cpu_ptr
44 #define arch_raw_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu-defs.h242 arch_raw_cpu_ptr(ptr); \
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpercpu.h38 #define arch_raw_cpu_ptr(ptr) \ macro