Searched refs:__PV_IS_CALLEE_SAVE (Results 1 – 5 of 5) sorted by relevance
332 .save_fl = __PV_IS_CALLEE_SAVE(native_save_fl),333 .restore_fl = __PV_IS_CALLEE_SAVE(native_restore_fl),334 .irq_disable = __PV_IS_CALLEE_SAVE(native_irq_disable),335 .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)
13 .lock_spinning = __PV_IS_CALLEE_SAVE(paravirt_nop),
1121 pv_irq_ops.save_fl = __PV_IS_CALLEE_SAVE(xen_save_fl_direct); in xen_setup_vcpu_info_placement()1122 pv_irq_ops.restore_fl = __PV_IS_CALLEE_SAVE(xen_restore_fl_direct); in xen_setup_vcpu_info_placement()1123 pv_irq_ops.irq_disable = __PV_IS_CALLEE_SAVE(xen_irq_disable_direct); in xen_setup_vcpu_info_placement()1124 pv_irq_ops.irq_enable = __PV_IS_CALLEE_SAVE(xen_irq_enable_direct); in xen_setup_vcpu_info_placement()
1430 pv_irq_ops.restore_fl = __PV_IS_CALLEE_SAVE(lg_restore_fl); in lguest_init()1432 pv_irq_ops.irq_enable = __PV_IS_CALLEE_SAVE(lg_irq_enable); in lguest_init()
799 #define __PV_IS_CALLEE_SAVE(func) \ macro