Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dpercpu.h339 # ifndef this_cpu_read_8
340 # define this_cpu_read_8(pcp) _this_cpu_generic_read(pcp) macro
/linux-2.6.39/arch/x86/include/asm/
Dpercpu.h489 #define this_cpu_read_8(pcp) percpu_from_op("mov", (pcp), "m"(pcp)) macro