Lines Matching refs:hdlr
201 * The data words for `hdlr' and `int_return' are initialized with
209 #define EXC_XFER_TEMPLATE(n, label, hdlr, msr, copyee) \
220 addis r23,r23,(hdlr - 1b)@ha; \
221 addi r23,r23,(hdlr - 1b)@l; \
224 #define STD_EXCEPTION(n, label, hdlr) \
229 EXC_XFER_TEMPLATE(n, label, hdlr, MSR_KERNEL, NOCOPY) \
231 #define CRIT_EXCEPTION(n, label, hdlr) \
236 EXC_XFER_TEMPLATE(n, label, hdlr, \
239 #define MCK_EXCEPTION(n, label, hdlr) \
244 EXC_XFER_TEMPLATE(n, label, hdlr, \
249 #define EXC_XFER_TEMPLATE(label, hdlr, msr, copyee) \
259 .long hdlr - _start + _START_OFFSET; \
263 #define STD_EXCEPTION(n, label, hdlr) \
268 EXC_XFER_TEMPLATE(label, hdlr, MSR_KERNEL, NOCOPY) \
270 #define CRIT_EXCEPTION(n, label, hdlr) \
275 EXC_XFER_TEMPLATE(label, hdlr, \
278 #define MCK_EXCEPTION(n, label, hdlr) \
283 EXC_XFER_TEMPLATE(label, hdlr, \