XT_SR_PS is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

XT_SR_PS macro

Syntax

#define XT_SR_PS (xtensa_regs[XT_REG_IDX_PS].reg_num)

References

LocationText
xtensa.c:173
#define XT_SR_PS (xtensa_regs[XT_REG_IDX_PS].reg_num)
xtensa.c:599
unsigned int woe_sr = (xtensa->core_config->core_type == XT_LX) ? XT_SR_PS : XT_SR_WB;
xtensa.c:611
(woe_sr == XT_SR_PS) ? "PS" : "WB", res);
xtensa.c:616
woe_dis = *woe & ~((woe_sr == XT_SR_PS) ? XT_PS_WOE_MSK : XT_WB_S_MSK);
xtensa.c:618
(woe_sr == XT_SR_PS) ? "PS.WOE" : "WB.S", *woe, woe_dis);
xtensa.c:630
unsigned int woe_sr = (xtensa->core_config->core_type == XT_LX) ? XT_SR_PS : XT_SR_WB;
xtensa.c:637
(woe_sr == XT_SR_PS) ? "PS.WOE" : "WB", woe);
xtensa.c:2402
xtensa_queue_exec_ins(xtensa, XT_INS_WSR(xtensa, XT_SR_PS, XT_REG_A3));