SPRN_SPRG_PACA
mfspr r13,SPRN_SPRG_PACA; \
mfspr rX,SPRN_SPRG_PACA; \
mtspr SPRN_SPRG_PACA,rX; \
#define SET_PACA(rX) mtspr SPRN_SPRG_PACA,rX
#define GET_PACA(rX) mfspr rX,SPRN_SPRG_PACA
mtspr(SPRN_SPRG_PACA, local_paca);