Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpercpu.h200 #define __raw_cpu_read_stable(size, _var) \ macro
486 #define this_cpu_read_stable_1(pcp) __raw_cpu_read_stable(1, pcp)
487 #define this_cpu_read_stable_2(pcp) __raw_cpu_read_stable(2, pcp)
488 #define this_cpu_read_stable_4(pcp) __raw_cpu_read_stable(4, pcp)
548 #define this_cpu_read_stable_8(pcp) __raw_cpu_read_stable(8, pcp)