Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dpercpu.h184 #define __raw_cpu_read_stable(size, _var) \ macro
469 #define this_cpu_read_stable_1(pcp) __raw_cpu_read_stable(1, pcp)
470 #define this_cpu_read_stable_2(pcp) __raw_cpu_read_stable(2, pcp)
471 #define this_cpu_read_stable_4(pcp) __raw_cpu_read_stable(4, pcp)
531 #define this_cpu_read_stable_8(pcp) __raw_cpu_read_stable(8, pcp)