Searched refs:__raw_cpu_read (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/x86/include/asm/
H A Dpercpu.h424 #define __raw_cpu_read(qual, pcp) \ macro
434 #define raw_cpu_read_1(pcp) __raw_cpu_read(, pcp)
435 #define raw_cpu_read_2(pcp) __raw_cpu_read(, pcp)
436 #define raw_cpu_read_4(pcp) __raw_cpu_read(, pcp)
441 #define this_cpu_read_1(pcp) __raw_cpu_read(volatile, pcp)
442 #define this_cpu_read_2(pcp) __raw_cpu_read(volatile, pcp)
443 #define this_cpu_read_4(pcp) __raw_cpu_read(volatile, pcp)
449 #define raw_cpu_read_8(pcp) __raw_cpu_read(, pcp)
452 #define this_cpu_read_8(pcp) __raw_cpu_read(volatile, pcp)
456 #define this_cpu_read_const(pcp) __raw_cpu_read(, pc
[all...]

Completed in 197 milliseconds