Searched refs:FRAME_SETUP (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/powerpc/booke/ |
H A D | trap_subr.S | 257 #define FRAME_SETUP(sprg_sp, savearea, exc) \ macro 509 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_RSVD) 517 FRAME_SETUP(SPR_SPRG2, PC_BOOKE_CRITSAVE, EXC_CRIT) 531 FRAME_SETUP(SPR_SPRG3, PC_BOOKE_MCHKSAVE, EXC_MCHK) 545 FRAME_SETUP(SPR_SPRG1, PC_DISISAVE, EXC_DSI) 554 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_ISI) 563 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_EXI) 569 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_ALI) 575 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_PGM) 581 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_FPU) [all …]
|
/freebsd/sys/powerpc/aim/ |
H A D | trap_subr32.S | 93 #define FRAME_SETUP(savearea) \ macro 779 FRAME_SETUP(PC_TEMPSAVE) 863 FRAME_SETUP(PC_DBSAVE)
|
H A D | trap_subr64.S | 135 #define FRAME_SETUP(savearea) \ macro 852 FRAME_SETUP(PC_TEMPSAVE) 928 FRAME_SETUP(PC_DBSAVE)
|