Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpercpu.h222 #ifndef raw_cpu_read_4
223 #define raw_cpu_read_4(pcp) raw_cpu_generic_read(pcp) macro
/linux/arch/x86/include/asm/
H A Dpercpu.h457 #define raw_cpu_read_4(pcp) __raw_cpu_read(4, , pcp) macro
556 #define raw_cpu_read_long(pcp) raw_cpu_read_4(pcp)