Searched refs:ASM_CALL_CONSTRAINT (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.4/arch/x86/include/asm/ |
D | mshyperv.h | 86 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 102 "+c" (input_address_lo), ASM_CALL_CONSTRAINT in hv_do_hypercall() 120 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8() 133 ASM_CALL_CONSTRAINT in hv_do_fast_hypercall8() 152 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16() 167 "+c"(input1_lo), ASM_CALL_CONSTRAINT in hv_do_fast_hypercall16()
|
D | preempt.h | 108 asm volatile ("call ___preempt_schedule" : ASM_CALL_CONSTRAINT) 113 asm volatile ("call ___preempt_schedule_notrace" : ASM_CALL_CONSTRAINT)
|
D | paravirt_types.h | 525 : call_clbr, ASM_CALL_CONSTRAINT \ 535 : call_clbr, ASM_CALL_CONSTRAINT \ 562 : call_clbr, ASM_CALL_CONSTRAINT \
|
D | nospec-branch.h | 257 : "=r" (loops), ASM_CALL_CONSTRAINT
|
D | processor.h | 703 : ASM_CALL_CONSTRAINT : : "memory"); in sync_core() 720 : "=&r" (tmp), ASM_CALL_CONSTRAINT : : "cc", "memory"); in sync_core()
|
D | alternative.h | 258 : output, ASM_CALL_CONSTRAINT \
|
D | asm.h | 187 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
|
D | uaccess.h | 174 ASM_CALL_CONSTRAINT \
|
/Linux-v5.4/arch/x86/kvm/vmx/ |
D | ops.h | 85 : ASM_CALL_CONSTRAINT, "=r"(value) : "r"(field) : "cc"); in __vmcs_readl()
|
D | nested.c | 2871 : ASM_CALL_CONSTRAINT, CC_OUT(be) (vm_fail) in nested_vmx_check_vmentry_hw()
|
D | vmx.c | 6264 ASM_CALL_CONSTRAINT in handle_external_interrupt_irqoff()
|
/Linux-v5.4/arch/x86/include/asm/xen/ |
D | hypercall.h | 119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
|
/Linux-v5.4/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.4/arch/x86/kernel/ |
D | alternative.c | 692 : ASM_CALL_CONSTRAINT in int3_selftest()
|
/Linux-v5.4/arch/x86/mm/ |
D | fault.c | 775 : ASM_CALL_CONSTRAINT in no_context()
|
/Linux-v5.4/arch/x86/kvm/ |
D | emulate.c | 5477 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()
|