Searched refs:__raw_cpu_read (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpercpu.h71 tcp_ptr__ = __raw_cpu_read(, this_cpu_off); \
439 #define __raw_cpu_read(qual, pcp) \ macro
449 #define raw_cpu_read_1(pcp) __raw_cpu_read(, pcp)
450 #define raw_cpu_read_2(pcp) __raw_cpu_read(, pcp)
451 #define raw_cpu_read_4(pcp) __raw_cpu_read(, pcp)
456 #define this_cpu_read_1(pcp) __raw_cpu_read(volatile, pcp)
457 #define this_cpu_read_2(pcp) __raw_cpu_read(volatile, pcp)
458 #define this_cpu_read_4(pcp) __raw_cpu_read(volatile, pcp)
464 #define raw_cpu_read_8(pcp) __raw_cpu_read(, pcp)
467 #define this_cpu_read_8(pcp) __raw_cpu_read(volatil
[all...]

Completed in 108 milliseconds