Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dpercpu.h140 #define __raw_cpu_write(size, qual, pcp, val) \ macro
161 #define __raw_cpu_write(size, qual, _var, _val) \ macro
458 #define raw_cpu_write_1(pcp, val) __raw_cpu_write(1, , pcp, val)
459 #define raw_cpu_write_2(pcp, val) __raw_cpu_write(2, , pcp, val)
460 #define raw_cpu_write_4(pcp, val) __raw_cpu_write(4, , pcp, val)
465 #define this_cpu_write_1(pcp, val) __raw_cpu_write(1, volatile, pcp, val)
466 #define this_cpu_write_2(pcp, val) __raw_cpu_write(2, volatile, pcp, val)
467 #define this_cpu_write_4(pcp, val) __raw_cpu_write(4, volatile, pcp, val)
526 #define raw_cpu_write_8(pcp, val) __raw_cpu_write(8, , pcp, val)
529 #define this_cpu_write_8(pcp, val) __raw_cpu_write(8, volatile, pcp, val)