Home
last modified time | relevance | path

Searched refs:ASM_CALL_CONSTRAINT (Results 1 – 18 of 18) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpreempt.h128 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 Dsync_core.h19 : ASM_CALL_CONSTRAINT : : "memory"); in iret_to_self()
37 : "=&r" (tmp), ASM_CALL_CONSTRAINT : : "cc", "memory"); in iret_to_self()
H A Darch_hweight.h21 : [cnt] "=" REG_OUT (res), ASM_CALL_CONSTRAINT in __arch_hweight32()
50 : [cnt] "=" REG_OUT (res), ASM_CALL_CONSTRAINT in __arch_hweight64()
H A Dmshyperv.h89 "+c" (input_address_lo), ASM_CALL_CONSTRAINT in hv_do_hypercall()
112 ASM_CALL_CONSTRAINT in _hv_do_fast_hypercall8()
142 "+c"(input1_lo), ASM_CALL_CONSTRAINT in _hv_do_fast_hypercall16()
H A Duaccess_64.h132 :"+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 Dpage_64.h106 : "+c" (len), "+D" (addr), ASM_CALL_CONSTRAINT in clear_pages()
H A Dirq_stack.h95 : "+r" (tos), ASM_CALL_CONSTRAINT \
H A Dparavirt_types.h353 : call_clbr, ASM_CALL_CONSTRAINT \
367 : call_clbr, ASM_CALL_CONSTRAINT \
H A Duaccess.h83 ASM_CALL_CONSTRAINT \
182 ASM_CALL_CONSTRAINT \
H A Dasm.h225 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
H A Dnospec-branch.h541 : ASM_CALL_CONSTRAINT in indirect_branch_prediction_barrier()
H A Dalternative.h302 #define ALT_OUTPUT_SP(...) ASM_CALL_CONSTRAINT, ## __VA_ARGS__
/linux/tools/arch/x86/include/asm/
H A Dasm.h176 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
/linux/arch/x86/kvm/vmx/
H A Dvmx_ops.h147 : ASM_CALL_CONSTRAINT, [output] "=&r" (value) in __vmcs_readl()
/linux/arch/x86/include/asm/xen/
H A Dhypercall.h131 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
/linux/arch/x86/hyperv/
H A Dhv_init.c54 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_std_hypercall()
/linux/tools/objtool/Documentation/
H A Dobjtool.txt291 the ASM_CALL_CONSTRAINT as an output constraint:
293 asm volatile("call func" : ASM_CALL_CONSTRAINT);
/linux/arch/x86/kernel/
H A Dalternative.c2376 : ASM_CALL_CONSTRAINT in alt_reloc_selftest()