Searched refs:DEFINE_ASM_FUNC (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | paravirt.c | 39 DEFINE_ASM_FUNC(paravirt_ret0, "xor %eax,%eax", .entry.text); 53 DEFINE_ASM_FUNC(_paravirt_ident_64, "mov %rdi, %rax", .text); 54 DEFINE_ASM_FUNC(pv_native_save_fl, "pushf; pop %rax", .noinstr.text); 55 DEFINE_ASM_FUNC(pv_native_irq_disable, "cli", .noinstr.text); 56 DEFINE_ASM_FUNC(pv_native_irq_enable, "sti", .noinstr.text); 57 DEFINE_ASM_FUNC(pv_native_read_cr2, "mov %cr2, %rax", .noinstr.text);
|
| H A D | kvm.c | 828 DEFINE_ASM_FUNC(__raw_callee_save___kvm_vcpu_is_preempted,
|
| H A D | alternative.c | 528 DEFINE_ASM_FUNC(nop_func, "", .entry.text);
|
| /linux/arch/x86/include/asm/ |
| H A D | qspinlock_paravirt.h | 58 DEFINE_ASM_FUNC(__raw_callee_save___pv_queued_spin_unlock,
|
| H A D | alternative.h | 305 #define DEFINE_ASM_FUNC(func, instr, sec) \ macro
|