Searched refs:ASM_CALL_CONSTRAINT (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dsync_core.h19 : ASM_CALL_CONSTRAINT : : "memory");
37 : "=&r" (tmp), ASM_CALL_CONSTRAINT : : "cc", "memory");
H A Dpreempt.h127 asm volatile ("call " STATIC_CALL_TRAMP_STR(preempt_schedule) : ASM_CALL_CONSTRAINT); \
135 asm volatile ("call " STATIC_CALL_TRAMP_STR(preempt_schedule_notrace) : ASM_CALL_CONSTRAINT); \
141 asm volatile ("call preempt_schedule_thunk" : ASM_CALL_CONSTRAINT);
144 asm volatile ("call preempt_schedule_notrace_thunk" : ASM_CALL_CONSTRAINT);
H A Dmshyperv.h84 : "=a" (hv_status), ASM_CALL_CONSTRAINT,
96 : "=a" (hv_status), ASM_CALL_CONSTRAINT,
112 "+c" (input_address_lo), ASM_CALL_CONSTRAINT
140 : "=a" (hv_status), ASM_CALL_CONSTRAINT,
145 : "=a" (hv_status), ASM_CALL_CONSTRAINT,
158 ASM_CALL_CONSTRAINT
194 : "=a" (hv_status), ASM_CALL_CONSTRAINT,
201 : "=a" (hv_status), ASM_CALL_CONSTRAINT,
216 "+c"(input1_lo), ASM_CALL_CONSTRAINT
H A Duaccess_64.h116 :"+c" (len), "+D" (to), "+S" (from), ASM_CALL_CONSTRAINT
178 : "+c" (size), "+D" (addr), ASM_CALL_CONSTRAINT
H A Dirq_stack.h62 * For builds with CONFIG_UNWINDER_FRAME_POINTER, ASM_CALL_CONSTRAINT is
95 : "+r" (tos), ASM_CALL_CONSTRAINT \
H A Dparavirt_types.h399 : call_clbr, ASM_CALL_CONSTRAINT \
414 : call_clbr, ASM_CALL_CONSTRAINT \
H A Dasm.h223 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
H A Duaccess.h83 ASM_CALL_CONSTRAINT \
182 ASM_CALL_CONSTRAINT \
H A Dalternative.h323 : output, ASM_CALL_CONSTRAINT \
/linux-master/tools/arch/x86/include/asm/
H A Dasm.h188 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
/linux-master/arch/x86/kvm/vmx/
H A Dvmx_ops.h147 : ASM_CALL_CONSTRAINT, "=&r"(value) : "r"(field) : "cc");
/linux-master/arch/x86/include/asm/xen/
H A Dhypercall.h119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
/linux-master/arch/x86/kernel/
H A Dalternative.c1628 : ASM_CALL_CONSTRAINT
/linux-master/arch/x86/kvm/
H A Demulate.c5109 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT

Completed in 189 milliseconds