Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A 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);
A Dmshyperv.h49 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
65 "+c" (input_address_lo), ASM_CALL_CONSTRAINT in hv_do_hypercall()
89 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8()
102 ASM_CALL_CONSTRAINT in _hv_do_fast_hypercall8()
135 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall16()
150 "+c"(input1_lo), ASM_CALL_CONSTRAINT in _hv_do_fast_hypercall16()
A Dsync_core.h19 : ASM_CALL_CONSTRAINT : : "memory"); in iret_to_self()
37 : "=&r" (tmp), ASM_CALL_CONSTRAINT : : "cc", "memory"); in iret_to_self()
A Dirq_stack.h95 : "+r" (tos), ASM_CALL_CONSTRAINT \
A Duaccess_64.h111 : "+c" (size), "+D" (addr), ASM_CALL_CONSTRAINT in __clear_user()
A Dasm.h209 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
A Dparavirt_types.h442 : call_clbr, ASM_CALL_CONSTRAINT \
456 : call_clbr, ASM_CALL_CONSTRAINT \
A Duaccess.h105 ASM_CALL_CONSTRAINT \
204 ASM_CALL_CONSTRAINT \
A Dalternative.h322 : output, ASM_CALL_CONSTRAINT \
/linux-6.3-rc2/tools/arch/x86/include/asm/
A Dasm.h188 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx_ops.h141 : ASM_CALL_CONSTRAINT, "=&r"(value) : "r"(field) : "cc"); in __vmcs_readl()
/linux-6.3-rc2/arch/x86/include/asm/xen/
A Dhypercall.h119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
/linux-6.3-rc2/tools/objtool/Documentation/
A Dobjtool.txt276 the ASM_CALL_CONSTRAINT as an output constraint:
278 asm volatile("call func" : ASM_CALL_CONSTRAINT);
/linux-6.3-rc2/arch/x86/kernel/
A Dalternative.c1326 : ASM_CALL_CONSTRAINT in int3_selftest()
/linux-6.3-rc2/arch/x86/kvm/
A Demulate.c5107 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()

Completed in 30 milliseconds