Searched refs:ASM_CALL_CONSTRAINT (Results 1 – 15 of 15) sorted by relevance
| /arch/x86/include/asm/ |
| A D | mshyperv.h | 77 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 89 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 105 "+c" (input_address_lo), ASM_CALL_CONSTRAINT in hv_do_hypercall() 127 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8() 132 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8() 145 ASM_CALL_CONSTRAINT in _hv_do_fast_hypercall8() 174 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall16() 181 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall16() 196 "+c"(input1_lo), ASM_CALL_CONSTRAINT in _hv_do_fast_hypercall16()
|
| 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);
|
| 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()
|
| A D | arch_hweight.h | 21 : [cnt] "=" REG_OUT (res), ASM_CALL_CONSTRAINT in __arch_hweight32() 50 : [cnt] "=" REG_OUT (res), ASM_CALL_CONSTRAINT in __arch_hweight64()
|
| 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()
|
| A D | irq_stack.h | 95 : "+r" (tos), ASM_CALL_CONSTRAINT \
|
| A D | paravirt_types.h | 400 : call_clbr, ASM_CALL_CONSTRAINT \ 415 : call_clbr, ASM_CALL_CONSTRAINT \
|
| A D | asm.h | 229 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
|
| A D | uaccess.h | 83 ASM_CALL_CONSTRAINT \ 182 ASM_CALL_CONSTRAINT \
|
| A D | nospec-branch.h | 536 : ASM_CALL_CONSTRAINT
|
| A D | alternative.h | 300 #define ALT_OUTPUT_SP(...) ASM_CALL_CONSTRAINT, ## __VA_ARGS__
|
| /arch/x86/kvm/vmx/ |
| A D | vmx_ops.h | 147 : ASM_CALL_CONSTRAINT, [output] "=&r" (value) in __vmcs_readl()
|
| /arch/x86/include/asm/xen/ |
| A D | hypercall.h | 130 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
|
| /arch/x86/kernel/ |
| A D | alternative.c | 2250 : ASM_CALL_CONSTRAINT in int3_selftest() 2283 : ASM_CALL_CONSTRAINT in alt_reloc_selftest()
|
| /arch/x86/kvm/ |
| 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()
|
Completed in 31 milliseconds