/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | mshyperv.h | 84 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 96 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 112 "+c" (input_address_lo), ASM_CALL_CONSTRAINT in hv_do_hypercall() 140 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8() 145 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8() 158 ASM_CALL_CONSTRAINT in _hv_do_fast_hypercall8() 194 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall16() 201 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall16() 216 "+c"(input1_lo), ASM_CALL_CONSTRAINT in _hv_do_fast_hypercall16()
|
H A D | preempt.h | 128 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);
|
H A 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()
|
H A D | uaccess_64.h | 118 :"+c" (len), "+D" (to), "+S" (from), ASM_CALL_CONSTRAINT in copy_user_generic() 180 : "+c" (size), "+D" (addr), ASM_CALL_CONSTRAINT in __clear_user()
|
H A D | irq_stack.h | 62 * For builds with CONFIG_UNWINDER_FRAME_POINTER, ASM_CALL_CONSTRAINT is 95 : "+r" (tos), ASM_CALL_CONSTRAINT \
|
H A D | asm.h | 209 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
|
H A D | paravirt_types.h | 432 : call_clbr, ASM_CALL_CONSTRAINT \ 446 : call_clbr, ASM_CALL_CONSTRAINT \
|
H A D | uaccess.h | 83 ASM_CALL_CONSTRAINT \ 182 ASM_CALL_CONSTRAINT \
|
H A D | alternative.h | 317 : output, ASM_CALL_CONSTRAINT \
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | mshyperv.h | 94 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 110 "+c" (input_address_lo), ASM_CALL_CONSTRAINT in hv_do_hypercall() 128 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8() 141 ASM_CALL_CONSTRAINT in hv_do_fast_hypercall8() 160 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16() 175 "+c"(input1_lo), ASM_CALL_CONSTRAINT in hv_do_fast_hypercall16()
|
H A 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()
|
H A D | preempt.h | 108 asm volatile ("call preempt_schedule_thunk" : ASM_CALL_CONSTRAINT) 113 asm volatile ("call preempt_schedule_notrace_thunk" : ASM_CALL_CONSTRAINT)
|
H A D | paravirt_types.h | 503 : call_clbr, ASM_CALL_CONSTRAINT \ 513 : call_clbr, ASM_CALL_CONSTRAINT \ 540 : call_clbr, ASM_CALL_CONSTRAINT \
|
H A D | asm.h | 185 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
|
H A D | uaccess.h | 131 ASM_CALL_CONSTRAINT \ 227 ASM_CALL_CONSTRAINT \
|
H A D | alternative.h | 266 : output, ASM_CALL_CONSTRAINT \
|
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
H A D | asm.h | 188 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx_ops.h | 100 : ASM_CALL_CONSTRAINT, "=r"(value) : "r"(field) : "cc"); in __vmcs_readl()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx_ops.h | 147 : ASM_CALL_CONSTRAINT, "=&r"(value) : "r"(field) : "cc"); in __vmcs_readl()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
|
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | fault.c | 703 : ASM_CALL_CONSTRAINT in no_context()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | alternative.c | 1006 : ASM_CALL_CONSTRAINT in int3_selftest()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | alternative.c | 1537 : ASM_CALL_CONSTRAINT in int3_selftest()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 5528 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()
|