Searched refs:ASM_CALL_CONSTRAINT (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/x86/include/asm/ |
| A D | preempt.h | 125 asm volatile ("call " STATIC_CALL_TRAMP_STR(preempt_schedule) : ASM_CALL_CONSTRAINT); \ 133 asm volatile ("call " STATIC_CALL_TRAMP_STR(preempt_schedule_notrace) : ASM_CALL_CONSTRAINT); \ 139 asm volatile ("call preempt_schedule_thunk" : ASM_CALL_CONSTRAINT); 142 asm volatile ("call preempt_schedule_notrace_thunk" : ASM_CALL_CONSTRAINT);
|
| A D | mshyperv.h | 51 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 67 "+c" (input_address_lo), ASM_CALL_CONSTRAINT in hv_do_hypercall() 85 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8() 98 ASM_CALL_CONSTRAINT in hv_do_fast_hypercall8() 117 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16() 132 "+c"(input1_lo), ASM_CALL_CONSTRAINT in hv_do_fast_hypercall16()
|
| 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 | irq_stack.h | 94 : "+r" (tos), ASM_CALL_CONSTRAINT \
|
| A D | uaccess.h | 131 ASM_CALL_CONSTRAINT \ 227 ASM_CALL_CONSTRAINT \
|
| A D | paravirt_types.h | 450 : call_clbr, ASM_CALL_CONSTRAINT \ 465 : call_clbr, ASM_CALL_CONSTRAINT \
|
| A D | asm.h | 172 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
|
| A D | alternative.h | 265 : output, ASM_CALL_CONSTRAINT \
|
| /linux/tools/arch/x86/include/asm/ |
| A D | asm.h | 188 #define ASM_CALL_CONSTRAINT "+r" (current_stack_pointer) macro
|
| /linux/arch/x86/kvm/vmx/ |
| A D | vmx_ops.h | 102 : ASM_CALL_CONSTRAINT, "=r"(value) : "r"(field) : "cc"); in __vmcs_readl()
|
| /linux/arch/x86/include/asm/xen/ |
| A D | hypercall.h | 119 #define __HYPERCALL_0PARAM "=r" (__res), ASM_CALL_CONSTRAINT
|
| /linux/tools/objtool/Documentation/ |
| A D | stack-validation.txt | 198 the ASM_CALL_CONSTRAINT as an output constraint: 200 asm volatile("call func" : ASM_CALL_CONSTRAINT);
|
| /linux/arch/x86/kernel/ |
| A D | alternative.c | 768 : ASM_CALL_CONSTRAINT in int3_selftest()
|
| /linux/arch/x86/kvm/ |
| A D | emulate.c | 5373 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()
|
Completed in 33 milliseconds