Home
last modified time | relevance | path

Searched refs:EXC_XFER_TEMPLATE (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dppc_asm.tmpl209 #define EXC_XFER_TEMPLATE(n, label, hdlr, msr, copyee) \
229 EXC_XFER_TEMPLATE(n, label, hdlr, MSR_KERNEL, NOCOPY) \
236 EXC_XFER_TEMPLATE(n, label, hdlr, \
244 EXC_XFER_TEMPLATE(n, label, hdlr, \
249 #define EXC_XFER_TEMPLATE(label, hdlr, msr, copyee) \
268 EXC_XFER_TEMPLATE(label, hdlr, MSR_KERNEL, NOCOPY) \
275 EXC_XFER_TEMPLATE(label, hdlr, \
283 EXC_XFER_TEMPLATE(label, hdlr, \
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhead_booke.h318 EXC_XFER_TEMPLATE(hdlr, n+2, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), \
327 EXC_XFER_TEMPLATE(hdlr, n+4, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), \
330 #define EXC_XFER_TEMPLATE(hdlr, trap, msr, tfer, ret) \
340 EXC_XFER_TEMPLATE(hdlr, n, MSR_KERNEL, transfer_to_handler_full, \
344 EXC_XFER_TEMPLATE(hdlr, n+1, MSR_KERNEL, transfer_to_handler, \
411EXC_XFER_TEMPLATE(DebugException, 0x2008, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), debug_transfer_t…
464EXC_XFER_TEMPLATE(DebugException, 0x2002, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), crit_transfer_to…
H A Dhead_32.h314 #define EXC_XFER_TEMPLATE(hdlr, trap, msr, tfer, ret) \ macro
323 EXC_XFER_TEMPLATE(hdlr, n, MSR_KERNEL, transfer_to_handler_full, \
327 EXC_XFER_TEMPLATE(hdlr, n+1, MSR_KERNEL, transfer_to_handler, \
H A Dhead_40x.S161 EXC_XFER_TEMPLATE(hdlr, n+2, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), \
481 EXC_XFER_TEMPLATE(DebugException, 0x2002, \
503 EXC_XFER_TEMPLATE(WatchdogException, 0x1020+2,
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dstart.S193 EXC_XFER_TEMPLATE(Alignment, AlignmentException, MSR_KERNEL, COPY_EE)
200 EXC_XFER_TEMPLATE(ProgramCheck, ProgramCheckException,
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dstart.S93 EXC_XFER_TEMPLATE(Alignment, AlignmentException, MSR_KERNEL, COPY_EE)
100 EXC_XFER_TEMPLATE(ProgramCheck, ProgramCheckException,
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S335 EXC_XFER_TEMPLATE(Alignment, AlignmentException, MSR_KERNEL, COPY_EE)
342 EXC_XFER_TEMPLATE(ProgramCheck, ProgramCheckException,
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S1265 EXC_XFER_TEMPLATE(0x600, Alignment, AlignmentException,
1272 EXC_XFER_TEMPLATE(0x700, ProgramCheck, ProgramCheckException,