Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
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);
Dmshyperv.h51 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
67 "+c" (input_address_lo), ASM_CALL_CONSTRAINT in hv_do_hypercall()
85 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8()
98 ASM_CALL_CONSTRAINT in hv_do_fast_hypercall8()
117 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16()
132 "+c"(input1_lo), ASM_CALL_CONSTRAINT in hv_do_fast_hypercall16()
Dsync_core.h19 : ASM_CALL_CONSTRAINT : : "memory"); in iret_to_self()
37 : "=&r" (tmp), ASM_CALL_CONSTRAINT : : "cc", "memory"); in iret_to_self()
Dirq_stack.h95 : "+r" (tos), ASM_CALL_CONSTRAINT \
Dasm.h209 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
Dparavirt_types.h449 : call_clbr, ASM_CALL_CONSTRAINT \
464 : call_clbr, ASM_CALL_CONSTRAINT \
Duaccess.h104 ASM_CALL_CONSTRAINT \
200 ASM_CALL_CONSTRAINT \
Dalternative.h267 : output, ASM_CALL_CONSTRAINT \
/linux-5.19.10/tools/arch/x86/include/asm/
Dasm.h188 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
/linux-5.19.10/arch/x86/kvm/vmx/
Dvmx_ops.h125 : ASM_CALL_CONSTRAINT, "=&r"(value) : "r"(field) : "cc"); in __vmcs_readl()
/linux-5.19.10/arch/x86/include/asm/xen/
Dhypercall.h119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
/linux-5.19.10/tools/objtool/Documentation/
Dobjtool.txt276 the ASM_CALL_CONSTRAINT as an output constraint:
278 asm volatile("call func" : ASM_CALL_CONSTRAINT);
/linux-5.19.10/arch/x86/kernel/
Dalternative.c874 : ASM_CALL_CONSTRAINT in int3_selftest()
/linux-5.19.10/arch/x86/kvm/
Demulate.c5411 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()