Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dpreempt.h125 asm volatile ("call " STATIC_CALL_TRAMP_STR(preempt_schedule) : ASM_CALL_CONSTRAINT); \
133 asm volatile ("call " STATIC_CALL_TRAMP_STR(preempt_schedule_notrace) : ASM_CALL_CONSTRAINT); \
139 asm volatile ("call preempt_schedule_thunk" : ASM_CALL_CONSTRAINT);
142 asm volatile ("call preempt_schedule_notrace_thunk" : ASM_CALL_CONSTRAINT);
Dmshyperv.h58 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
74 "+c" (input_address_lo), ASM_CALL_CONSTRAINT in hv_do_hypercall()
92 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8()
105 ASM_CALL_CONSTRAINT in hv_do_fast_hypercall8()
124 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16()
139 "+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.h94 : "+r" (tos), ASM_CALL_CONSTRAINT \
Duaccess.h131 ASM_CALL_CONSTRAINT \
227 ASM_CALL_CONSTRAINT \
Dparavirt_types.h449 : call_clbr, ASM_CALL_CONSTRAINT \
464 : call_clbr, ASM_CALL_CONSTRAINT \
Dasm.h188 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
Dalternative.h264 : output, ASM_CALL_CONSTRAINT \
/Linux-v5.15/tools/arch/x86/include/asm/
Dasm.h188 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx_ops.h102 : ASM_CALL_CONSTRAINT, "=r"(value) : "r"(field) : "cc"); in __vmcs_readl()
/Linux-v5.15/arch/x86/include/asm/xen/
Dhypercall.h119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
/Linux-v5.15/tools/objtool/Documentation/
Dstack-validation.txt198 the ASM_CALL_CONSTRAINT as an output constraint:
200 asm volatile("call func" : ASM_CALL_CONSTRAINT);
/Linux-v5.15/arch/x86/kernel/
Dalternative.c591 : ASM_CALL_CONSTRAINT in int3_selftest()
/Linux-v5.15/arch/x86/mm/
Dfault.c668 : ASM_CALL_CONSTRAINT in page_fault_oops()
/Linux-v5.15/arch/x86/kvm/
Demulate.c5368 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()