Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpercpu.h218 #define raw_cpu_write_2(pcp, val) raw_cpu_generic_to_op(pcp, val, =) macro
/linux/arch/x86/include/asm/
H A Dpercpu.h476 #define raw_cpu_write_2(pcp, val) __raw_cpu_write(2, , pcp, val) macro