Symbol: ASM_CALL_CONSTRAINT
arch/x86/hyperv/hv_init.c
54
: "=a" (hv_status), ASM_CALL_CONSTRAINT,
arch/x86/include/asm/alternative.h
302
#define ALT_OUTPUT_SP(...) ASM_CALL_CONSTRAINT, ## __VA_ARGS__
arch/x86/include/asm/arch_hweight.h
21
: [cnt] "=" REG_OUT (res), ASM_CALL_CONSTRAINT
arch/x86/include/asm/arch_hweight.h
50
: [cnt] "=" REG_OUT (res), ASM_CALL_CONSTRAINT
arch/x86/include/asm/irq_stack.h
95
: "+r" (tos), ASM_CALL_CONSTRAINT \
arch/x86/include/asm/mshyperv.h
112
ASM_CALL_CONSTRAINT
arch/x86/include/asm/mshyperv.h
142
"+c"(input1_lo), ASM_CALL_CONSTRAINT
arch/x86/include/asm/mshyperv.h
89
"+c" (input_address_lo), ASM_CALL_CONSTRAINT
arch/x86/include/asm/nospec-branch.h
541
: ASM_CALL_CONSTRAINT
arch/x86/include/asm/page_64.h
106
: "+c" (len), "+D" (addr), ASM_CALL_CONSTRAINT
arch/x86/include/asm/paravirt_types.h
353
: call_clbr, ASM_CALL_CONSTRAINT \
arch/x86/include/asm/paravirt_types.h
367
: call_clbr, ASM_CALL_CONSTRAINT \
arch/x86/include/asm/preempt.h
128
asm volatile ("call " STATIC_CALL_TRAMP_STR(preempt_schedule) : ASM_CALL_CONSTRAINT); \
arch/x86/include/asm/preempt.h
136
asm volatile ("call " STATIC_CALL_TRAMP_STR(preempt_schedule_notrace) : ASM_CALL_CONSTRAINT); \
arch/x86/include/asm/preempt.h
142
asm volatile ("call preempt_schedule_thunk" : ASM_CALL_CONSTRAINT);
arch/x86/include/asm/preempt.h
145
asm volatile ("call preempt_schedule_notrace_thunk" : ASM_CALL_CONSTRAINT);
arch/x86/include/asm/sync_core.h
19
: ASM_CALL_CONSTRAINT : : "memory");
arch/x86/include/asm/sync_core.h
37
: "=&r" (tmp), ASM_CALL_CONSTRAINT : : "cc", "memory");
arch/x86/include/asm/uaccess.h
182
ASM_CALL_CONSTRAINT \
arch/x86/include/asm/uaccess.h
83
ASM_CALL_CONSTRAINT \
arch/x86/include/asm/uaccess_64.h
132
:"+c" (len), "+D" (to), "+S" (from), ASM_CALL_CONSTRAINT
arch/x86/include/asm/uaccess_64.h
194
: "+c" (size), "+D" (addr), ASM_CALL_CONSTRAINT
arch/x86/include/asm/xen/hypercall.h
131
#define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
arch/x86/kernel/alternative.c
2376
: ASM_CALL_CONSTRAINT
arch/x86/kvm/vmx/vmx_ops.h
147
: ASM_CALL_CONSTRAINT, [output] "=&r" (value)