Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpercpu.h210 #ifndef raw_cpu_read_8
211 #define raw_cpu_read_8(pcp) raw_cpu_generic_read(pcp) macro
/linux/arch/x86/include/asm/
H A Dpercpu.h542 #define raw_cpu_read_8(pcp) __raw_cpu_read(8, , pcp) macro
566 #define raw_cpu_read_long(pcp) raw_cpu_read_8(pcp)