Home
last modified time | relevance | path

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

/linux-6.15/include/asm-generic/
H A Dpercpu.h223 #ifndef raw_cpu_read_8
224 #define raw_cpu_read_8(pcp) raw_cpu_generic_read(pcp) macro
/linux-6.15/arch/x86/include/asm/
H A Dpercpu.h525 #define raw_cpu_read_8(pcp) __raw_cpu_read(8, , pcp) macro
549 #define raw_cpu_read_long(pcp) raw_cpu_read_8(pcp)