Searched refs:ASM_CALL_CONSTRAINT (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | mshyperv.h | 147 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 163 "+c" (input_address_lo), ASM_CALL_CONSTRAINT in hv_do_hypercall() 181 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8() 194 ASM_CALL_CONSTRAINT in hv_do_fast_hypercall8() 213 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16() 228 "+c"(input1_lo), ASM_CALL_CONSTRAINT in hv_do_fast_hypercall16()
|
D | preempt.h | 105 asm volatile ("call ___preempt_schedule" : ASM_CALL_CONSTRAINT) 110 asm volatile ("call ___preempt_schedule_notrace" : ASM_CALL_CONSTRAINT)
|
D | rwsem.h | 75 ASM_CALL_CONSTRAINT \ 134 "=a" (ret), ASM_CALL_CONSTRAINT \
|
D | paravirt_types.h | 542 : call_clbr, ASM_CALL_CONSTRAINT \ 552 : call_clbr, ASM_CALL_CONSTRAINT \ 579 : call_clbr, ASM_CALL_CONSTRAINT \
|
D | nospec-branch.h | 247 : "=r" (loops), ASM_CALL_CONSTRAINT
|
D | alternative.h | 223 : output, ASM_CALL_CONSTRAINT \
|
D | processor.h | 718 : ASM_CALL_CONSTRAINT : : "memory"); in sync_core() 735 : "=&r" (tmp), ASM_CALL_CONSTRAINT : : "cc", "memory"); in sync_core()
|
D | asm.h | 205 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
|
D | uaccess.h | 179 ASM_CALL_CONSTRAINT \
|
/Linux-v4.19/arch/x86/include/asm/xen/ |
D | hypercall.h | 119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
|
/Linux-v4.19/tools/objtool/Documentation/ |
D | stack-validation.txt | 198 the ASM_CALL_CONSTRAINT as an output constraint: 200 asm volatile("call func" : ASM_CALL_CONSTRAINT);
|
/Linux-v4.19/arch/x86/mm/ |
D | fault.c | 766 : ASM_CALL_CONSTRAINT in no_context()
|
/Linux-v4.19/arch/x86/kvm/ |
D | emulate.c | 5416 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()
|
D | vmx.c | 10449 ASM_CALL_CONSTRAINT in vmx_handle_external_intr()
|