Lines Matching refs:clobbers
830 #define _PVSITE(ptype, clobbers, ops, word, algn) \ argument
839 .short clobbers; \
872 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .quad, 8) argument
887 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .long, 4) argument
896 #define DISABLE_INTERRUPTS(clobbers) \ argument
897 PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_disable), clobbers, \
898 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \
901 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)
903 #define ENABLE_INTERRUPTS(clobbers) \ argument
904 PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_enable), clobbers, \
905 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \
908 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)
950 #define SAVE_FLAGS(clobbers) \ argument
951 PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_save_fl), clobbers, \
952 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \
955 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)