Home
last modified time | relevance | path

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

/linux-6.14.4/include/asm-generic/
Dpercpu.h204 #ifndef raw_cpu_read_2
205 #define raw_cpu_read_2(pcp) raw_cpu_generic_read(pcp) macro
/linux-6.14.4/arch/x86/include/asm/
Dpercpu.h474 #define raw_cpu_read_2(pcp) __raw_cpu_read(2, , pcp) macro