Home
last modified time | relevance | path

Searched refs:ASM_CALL_CONSTRAINT (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.6/arch/x86/include/asm/
Dmshyperv.h84 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
96 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
112 "+c" (input_address_lo), ASM_CALL_CONSTRAINT in hv_do_hypercall()
140 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8()
145 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8()
158 ASM_CALL_CONSTRAINT in _hv_do_fast_hypercall8()
194 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall16()
201 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall16()
216 "+c"(input1_lo), ASM_CALL_CONSTRAINT in _hv_do_fast_hypercall16()
Dpreempt.h128 asm volatile ("call " STATIC_CALL_TRAMP_STR(preempt_schedule) : ASM_CALL_CONSTRAINT); \
136 asm volatile ("call " STATIC_CALL_TRAMP_STR(preempt_schedule_notrace) : ASM_CALL_CONSTRAINT); \
142 asm volatile ("call preempt_schedule_thunk" : ASM_CALL_CONSTRAINT);
145 asm volatile ("call preempt_schedule_notrace_thunk" : ASM_CALL_CONSTRAINT);
Dsync_core.h19 : ASM_CALL_CONSTRAINT : : "memory"); in iret_to_self()
37 : "=&r" (tmp), ASM_CALL_CONSTRAINT : : "cc", "memory"); in iret_to_self()
Duaccess_64.h118 :"+c" (len), "+D" (to), "+S" (from), ASM_CALL_CONSTRAINT in copy_user_generic()
180 : "+c" (size), "+D" (addr), ASM_CALL_CONSTRAINT in __clear_user()
Dirq_stack.h95 : "+r" (tos), ASM_CALL_CONSTRAINT \
Dparavirt_types.h432 : call_clbr, ASM_CALL_CONSTRAINT \
446 : call_clbr, ASM_CALL_CONSTRAINT \
Dasm.h209 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
Duaccess.h83 ASM_CALL_CONSTRAINT \
182 ASM_CALL_CONSTRAINT \
Dalternative.h317 : output, ASM_CALL_CONSTRAINT \
/Linux-v6.6/tools/arch/x86/include/asm/
Dasm.h188 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx_ops.h147 : ASM_CALL_CONSTRAINT, "=&r"(value) : "r"(field) : "cc"); in __vmcs_readl()
/Linux-v6.6/arch/x86/include/asm/xen/
Dhypercall.h119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
/Linux-v6.6/tools/objtool/Documentation/
Dobjtool.txt281 the ASM_CALL_CONSTRAINT as an output constraint:
283 asm volatile("call func" : ASM_CALL_CONSTRAINT);
/Linux-v6.6/arch/x86/kernel/
Dalternative.c1527 : ASM_CALL_CONSTRAINT in int3_selftest()
/Linux-v6.6/arch/x86/kvm/
Demulate.c5113 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()