Searched defs:raw_cpu_read_8 (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/asm-generic/
H A Dpercpu.h211 #define raw_cpu_read_8(pcp) raw_cpu_generic_read(pcp) macro
/linux-master/arch/x86/include/asm/
H A Dpercpu.h464 #define raw_cpu_read_8(pcp) __raw_cpu_read(, pcp) macro
489 #define raw_cpu_read_8(pcp) percpu_from_op(8, , "mov", pcp) macro

Completed in 147 milliseconds