Home
last modified time | relevance | path

Searched refs:__PV_IS_CALLEE_SAVE (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dparavirt.c334 .save_fl = __PV_IS_CALLEE_SAVE(native_save_fl),
335 .restore_fl = __PV_IS_CALLEE_SAVE(native_restore_fl),
336 .irq_disable = __PV_IS_CALLEE_SAVE(native_irq_disable),
337 .irq_enable = __PV_IS_CALLEE_SAVE(native_irq_enable),
414 #define PTE_IDENT __PV_IS_CALLEE_SAVE(_paravirt_ident_32)
417 #define PTE_IDENT __PV_IS_CALLEE_SAVE(_paravirt_ident_64)
Dparavirt-spinlocks.c34 .lock_spinning = __PV_IS_CALLEE_SAVE(paravirt_nop),
/linux-4.4.14/arch/x86/xen/
Denlighten.c1127 pv_irq_ops.save_fl = __PV_IS_CALLEE_SAVE(xen_save_fl_direct); in xen_setup_vcpu_info_placement()
1128 pv_irq_ops.restore_fl = __PV_IS_CALLEE_SAVE(xen_restore_fl_direct); in xen_setup_vcpu_info_placement()
1129 pv_irq_ops.irq_disable = __PV_IS_CALLEE_SAVE(xen_irq_disable_direct); in xen_setup_vcpu_info_placement()
1130 pv_irq_ops.irq_enable = __PV_IS_CALLEE_SAVE(xen_irq_enable_direct); in xen_setup_vcpu_info_placement()
/linux-4.4.14/arch/x86/lguest/
Dboot.c1426 pv_irq_ops.restore_fl = __PV_IS_CALLEE_SAVE(lg_restore_fl); in lguest_init()
1428 pv_irq_ops.irq_enable = __PV_IS_CALLEE_SAVE(lg_irq_enable); in lguest_init()
/linux-4.4.14/arch/x86/include/asm/
Dparavirt.h802 #define __PV_IS_CALLEE_SAVE(func) \ macro