Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dpercpu.h186 #define __raw_cpu_read_stable(size, _var) \ macro
471 #define this_cpu_read_stable_1(pcp) __raw_cpu_read_stable(1, pcp)
472 #define this_cpu_read_stable_2(pcp) __raw_cpu_read_stable(2, pcp)
473 #define this_cpu_read_stable_4(pcp) __raw_cpu_read_stable(4, pcp)
533 #define this_cpu_read_stable_8(pcp) __raw_cpu_read_stable(8, pcp)

Completed in 11 milliseconds