Searched refs:ASM_CALL_CONSTRAINT (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | mshyperv.h | 76 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 88 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 104 "+c" (input_address_lo), ASM_CALL_CONSTRAINT in hv_do_hypercall() 132 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8() 137 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8() 150 ASM_CALL_CONSTRAINT in _hv_do_fast_hypercall8() 186 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall16() 193 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall16() 208 "+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 | arch_hweight.h | 22 : [cnt] "=" REG_OUT (res), ASM_CALL_CONSTRAINT in __arch_hweight32() 52 : [cnt] "=" REG_OUT (res), ASM_CALL_CONSTRAINT in __arch_hweight64()
|
| H A D | uaccess_64.h | 132 :"+c" (len), "+D" (to), "+S" (from), ASM_CALL_CONSTRAINT in copy_user_generic() 194 : "+c" (size), "+D" (addr), ASM_CALL_CONSTRAINT in __clear_user()
|
| H A D | irq_stack.h | 95 : "+r" (tos), ASM_CALL_CONSTRAINT \
|
| H A D | paravirt_types.h | 402 : call_clbr, ASM_CALL_CONSTRAINT \ 417 : call_clbr, ASM_CALL_CONSTRAINT \
|
| H A D | asm.h | 234 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
|
| H A D | uaccess.h | 83 ASM_CALL_CONSTRAINT \ 182 ASM_CALL_CONSTRAINT \
|
| H A D | nospec-branch.h | 530 : ASM_CALL_CONSTRAINT in indirect_branch_prediction_barrier()
|
| H A D | alternative.h | 294 #define ALT_OUTPUT_SP(...) ASM_CALL_CONSTRAINT, ## __VA_ARGS__
|
| /linux-6.15/tools/arch/x86/include/asm/ |
| H A D | asm.h | 188 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | vmx_ops.h | 147 : ASM_CALL_CONSTRAINT, [output] "=&r" (value) in __vmcs_readl()
|
| /linux-6.15/arch/x86/include/asm/xen/ |
| H A D | hypercall.h | 130 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
|
| /linux-6.15/tools/objtool/Documentation/ |
| H A D | objtool.txt | 291 the ASM_CALL_CONSTRAINT as an output constraint: 293 asm volatile("call func" : ASM_CALL_CONSTRAINT);
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | alternative.c | 2288 : ASM_CALL_CONSTRAINT in int3_selftest() 2321 : ASM_CALL_CONSTRAINT in alt_reloc_selftest()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | emulate.c | 1076 : "=a"(rc), ASM_CALL_CONSTRAINT : [thunk_target]"r"(fop), [flags]"r"(flags)); in test_cc() 5086 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()
|