Searched refs:__percpu_arg (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpercpu.h48 #define __percpu_arg(x) "%%"__stringify(__percpu_seg)":%P" #x macro
51 #define __percpu_arg(x) "%P" #x macro
84 asm(op "b %1,"__percpu_arg(0) \
89 asm(op "w %1,"__percpu_arg(0) \
94 asm(op "l %1,"__percpu_arg(0) \
99 asm(op "q %1,"__percpu_arg(0) \
124 asm("incb "__percpu_arg(0) : "+m" (var)); \
126 asm("decb "__percpu_arg(0) : "+m" (var)); \
128 asm("addb %1, "__percpu_arg(0) \
134 asm("incw "__percpu_arg(
[all...]
H A Dsystem.h33 "movl %%ebx, "__percpu_arg([stack_canary])"\n\t"
115 "movq %%r8,"__percpu_arg([gs_canary])"\n\t"
132 "movq "__percpu_arg([current_task])",%%rsi\n\t" \

Completed in 42 milliseconds