Searched refs:PV_CALLEE_SAVE (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/x86/xen/ |
D | irq.c | 118 .save_fl = PV_CALLEE_SAVE(xen_save_fl), 119 .restore_fl = PV_CALLEE_SAVE(xen_restore_fl), 120 .irq_disable = PV_CALLEE_SAVE(xen_irq_disable), 121 .irq_enable = PV_CALLEE_SAVE(xen_irq_enable),
|
D | mmu.c | 2109 .pte_val = PV_CALLEE_SAVE(xen_pte_val), 2110 .pgd_val = PV_CALLEE_SAVE(xen_pgd_val), 2112 .make_pte = PV_CALLEE_SAVE(xen_make_pte), 2113 .make_pgd = PV_CALLEE_SAVE(xen_make_pgd), 2122 .make_pmd = PV_CALLEE_SAVE(xen_make_pmd), 2123 .pmd_val = PV_CALLEE_SAVE(xen_pmd_val), 2126 .pud_val = PV_CALLEE_SAVE(xen_pud_val), 2127 .make_pud = PV_CALLEE_SAVE(xen_make_pud),
|
D | spinlock.c | 283 pv_lock_ops.lock_spinning = PV_CALLEE_SAVE(xen_lock_spinning); in xen_init_spinlocks()
|
/linux-4.1.27/arch/x86/kernel/ |
D | vsmp_64.c | 120 pv_irq_ops.irq_disable = PV_CALLEE_SAVE(vsmp_irq_disable); in set_vsmp_pv_ops() 121 pv_irq_ops.irq_enable = PV_CALLEE_SAVE(vsmp_irq_enable); in set_vsmp_pv_ops() 122 pv_irq_ops.save_fl = PV_CALLEE_SAVE(vsmp_save_fl); in set_vsmp_pv_ops() 123 pv_irq_ops.restore_fl = PV_CALLEE_SAVE(vsmp_restore_fl); in set_vsmp_pv_ops()
|
D | kvm.c | 831 pv_lock_ops.lock_spinning = PV_CALLEE_SAVE(kvm_lock_spinning); in kvm_spinlock_init()
|
/linux-4.1.27/arch/x86/lguest/ |
D | boot.c | 1429 pv_irq_ops.save_fl = PV_CALLEE_SAVE(lguest_save_fl); in lguest_init() 1431 pv_irq_ops.irq_disable = PV_CALLEE_SAVE(lguest_irq_disable); in lguest_init()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | paravirt.h | 795 #define PV_CALLEE_SAVE(func) \ macro
|