Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmshyperv.h94 : "=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 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 Dpreempt.h108 asm volatile ("call preempt_schedule_thunk" : ASM_CALL_CONSTRAINT)
113 asm volatile ("call preempt_schedule_notrace_thunk" : ASM_CALL_CONSTRAINT)
H A Dparavirt_types.h503 : call_clbr, ASM_CALL_CONSTRAINT \
513 : call_clbr, ASM_CALL_CONSTRAINT \
540 : call_clbr, ASM_CALL_CONSTRAINT \
H A Duaccess.h131 ASM_CALL_CONSTRAINT \
227 ASM_CALL_CONSTRAINT \
H A Dasm.h185 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
H A Dalternative.h266 : output, ASM_CALL_CONSTRAINT \
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx_ops.h100 : ASM_CALL_CONSTRAINT, "=r"(value) : "r"(field) : "cc"); in __vmcs_readl()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/xen/
H A Dhypercall.h119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
/OK3568_Linux_fs/kernel/tools/objtool/Documentation/
H A Dstack-validation.txt198 the ASM_CALL_CONSTRAINT as an output constraint:
200 asm volatile("call func" : ASM_CALL_CONSTRAINT);
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dfault.c704 : ASM_CALL_CONSTRAINT in no_context()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dalternative.c980 : ASM_CALL_CONSTRAINT in int3_selftest()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Demulate.c5528 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()