Searched refs:__PV_IS_CALLEE_SAVE (Results 1 – 5 of 5) sorted by relevance
334 .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)
34 .lock_spinning = __PV_IS_CALLEE_SAVE(paravirt_nop),
1127 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()
1426 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()
802 #define __PV_IS_CALLEE_SAVE(func) \ macro