Home
last modified time | relevance | path

Searched refs:raw_cpu_read_2 (Results 1 – 2 of 2) sorted by relevance

/linux/include/asm-generic/
H A Dpercpu.h217 #ifndef raw_cpu_read_2
218 #define raw_cpu_read_2(pcp) raw_cpu_generic_read(pcp) macro
/linux/arch/x86/include/asm/
H A Dpercpu.h458 #define raw_cpu_read_2(pcp) __raw_cpu_read(2, , pcp) macro