Searched refs:ASM_CALL_CONSTRAINT (Results 1 – 12 of 12) sorted by relevance
/arch/x86/include/asm/ |
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()
|
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()
|
D | preempt.h | 108 asm volatile ("call preempt_schedule_thunk" : ASM_CALL_CONSTRAINT) 113 asm volatile ("call preempt_schedule_notrace_thunk" : ASM_CALL_CONSTRAINT)
|
D | paravirt_types.h | 503 : call_clbr, ASM_CALL_CONSTRAINT \ 513 : call_clbr, ASM_CALL_CONSTRAINT \ 540 : call_clbr, ASM_CALL_CONSTRAINT \
|
D | asm.h | 185 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
|
D | uaccess.h | 131 ASM_CALL_CONSTRAINT \ 227 ASM_CALL_CONSTRAINT \
|
D | alternative.h | 266 : output, ASM_CALL_CONSTRAINT \
|
/arch/x86/kvm/vmx/ |
D | vmx_ops.h | 100 : ASM_CALL_CONSTRAINT, "=r"(value) : "r"(field) : "cc"); in __vmcs_readl()
|
/arch/x86/include/asm/xen/ |
D | hypercall.h | 119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
|
/arch/x86/mm/ |
D | fault.c | 704 : ASM_CALL_CONSTRAINT in no_context()
|
/arch/x86/kernel/ |
D | alternative.c | 998 : ASM_CALL_CONSTRAINT in int3_selftest()
|
/arch/x86/kvm/ |
D | emulate.c | 5528 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()
|