Searched refs:ASM_CALL_CONSTRAINT (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/arch/x86/include/asm/ |
D | mshyperv.h | 92 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 108 "+c" (input_address_lo), ASM_CALL_CONSTRAINT in hv_do_hypercall() 126 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8() 139 ASM_CALL_CONSTRAINT in hv_do_fast_hypercall8() 158 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16() 173 "+c"(input1_lo), ASM_CALL_CONSTRAINT in hv_do_fast_hypercall16()
|
D | sync_core.h | 19 : ASM_CALL_CONSTRAINT : : "memory"); in iret_to_self() 37 : "=&r" (tmp), ASM_CALL_CONSTRAINT : : "cc", "memory"); in iret_to_self()
|
D | preempt.h | 108 asm volatile ("call preempt_schedule_thunk" : ASM_CALL_CONSTRAINT) 113 asm volatile ("call preempt_schedule_notrace_thunk" : ASM_CALL_CONSTRAINT)
|
D | paravirt_types.h | 505 : call_clbr, ASM_CALL_CONSTRAINT \ 515 : call_clbr, ASM_CALL_CONSTRAINT \ 542 : call_clbr, ASM_CALL_CONSTRAINT \
|
D | uaccess.h | 131 ASM_CALL_CONSTRAINT \ 227 ASM_CALL_CONSTRAINT \
|
D | asm.h | 185 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
|
D | alternative.h | 258 : output, ASM_CALL_CONSTRAINT \
|
/Linux-v5.10/arch/x86/kvm/vmx/ |
D | vmx_ops.h | 100 : ASM_CALL_CONSTRAINT, "=r"(value) : "r"(field) : "cc"); in __vmcs_readl()
|
D | nested.c | 3080 : ASM_CALL_CONSTRAINT, CC_OUT(be) (vm_fail) in nested_vmx_check_vmentry_hw()
|
/Linux-v5.10/arch/x86/include/asm/xen/ |
D | hypercall.h | 119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
|
/Linux-v5.10/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-v5.10/arch/x86/mm/ |
D | fault.c | 696 : ASM_CALL_CONSTRAINT in no_context()
|
/Linux-v5.10/arch/x86/kernel/ |
D | alternative.c | 695 : ASM_CALL_CONSTRAINT in int3_selftest()
|
/Linux-v5.10/arch/x86/kvm/ |
D | emulate.c | 5536 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()
|