Lines Matching refs:clobbers
854 #define _PVSITE(ptype, clobbers, ops, word, algn) \ argument
863 .short clobbers; \
896 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .quad, 8) argument
911 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .long, 4) argument
919 #define DISABLE_INTERRUPTS(clobbers) \ argument
920 PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_disable), clobbers, \
921 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \
923 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)
925 #define ENABLE_INTERRUPTS(clobbers) \ argument
926 PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_enable), clobbers, \
927 PV_SAVE_REGS(clobbers | CLBR_CALLEE_SAVE); \
929 PV_RESTORE_REGS(clobbers | CLBR_CALLEE_SAVE);)