Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dpercpu.h44 #define arch_raw_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) macro
/openbmc/linux/arch/x86/include/asm/
H A Dpercpu.h38 #define arch_raw_cpu_ptr(ptr) \ macro