Lines Matching refs:clobbers
851 #define _PVSITE(ptype, clobbers, ops, word, algn) \ argument
860 .short clobbers; \
893 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .quad, 8) argument
908 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .long, 4) argument
916 #define DISABLE_INTERRUPTS(clobbers) \ argument
917 PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_disable), clobbers, \
918 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \
920 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)
922 #define ENABLE_INTERRUPTS(clobbers) \ argument
923 PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_enable), clobbers, \
924 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \
926 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)