Home
last modified time | relevance | path

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

/linux/include/asm-generic/ !
H A Dpercpu.h232 #ifndef raw_cpu_write_2
233 #define raw_cpu_write_2(pcp, val) raw_cpu_generic_to_op(pcp, val, =) macro
/linux/arch/x86/include/asm/ !
H A Dpercpu.h459 #define raw_cpu_write_2(pcp, val) __raw_cpu_write(2, , pcp, val) macro