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