HomeSort by: relevance | last modified time | path
    Searched defs:dr_ctrl_p (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/nat/
loongarch-hw-point.c 101 unsigned int ctrl, *dr_ctrl_p, *dr_ref_count; local
110 dr_ctrl_p = state->dr_ctrl_wp;
117 dr_ctrl_p = state->dr_ctrl_bp;
127 if ((dr_ctrl_p[i] & CTRL_PLV3_ENABLE) == 0) // PLV3 disable
133 else if (dr_addr_p[i] == addr && dr_ctrl_p[i] == ctrl)
147 if ((dr_ctrl_p[idx] & CTRL_PLV3_ENABLE) == 0)
151 dr_ctrl_p[idx] = ctrl;
176 unsigned int ctrl, *dr_ctrl_p, *dr_ref_count; local
185 dr_ctrl_p = state->dr_ctrl_wp;
192 dr_ctrl_p = state->dr_ctrl_bp
    [all...]
aarch64-hw-point.c 307 unsigned int ctrl, *dr_ctrl_p, *dr_ref_count; local
318 dr_ctrl_p = state->dr_ctrl_wp;
326 dr_ctrl_p = state->dr_ctrl_bp;
336 if ((dr_ctrl_p[i] & 1) == 0)
344 && dr_ctrl_p[i] == ctrl)
357 if ((dr_ctrl_p[idx] & 1) == 0)
363 dr_ctrl_p[idx] = ctrl;
388 unsigned int ctrl, *dr_ctrl_p, *dr_ref_count; local
398 dr_ctrl_p = state->dr_ctrl_wp;
406 dr_ctrl_p = state->dr_ctrl_bp
    [all...]
  /src/external/gpl3/gdb/dist/gdb/nat/
loongarch-hw-point.c 101 unsigned int ctrl, *dr_ctrl_p, *dr_ref_count; local
110 dr_ctrl_p = state->dr_ctrl_wp;
117 dr_ctrl_p = state->dr_ctrl_bp;
127 if ((dr_ctrl_p[i] & CTRL_PLV3_ENABLE) == 0) // PLV3 disable
133 else if (dr_addr_p[i] == addr && dr_ctrl_p[i] == ctrl)
147 if ((dr_ctrl_p[idx] & CTRL_PLV3_ENABLE) == 0)
151 dr_ctrl_p[idx] = ctrl;
176 unsigned int ctrl, *dr_ctrl_p, *dr_ref_count; local
185 dr_ctrl_p = state->dr_ctrl_wp;
192 dr_ctrl_p = state->dr_ctrl_bp
    [all...]
aarch64-hw-point.c 307 unsigned int ctrl, *dr_ctrl_p, *dr_ref_count; local
318 dr_ctrl_p = state->dr_ctrl_wp;
326 dr_ctrl_p = state->dr_ctrl_bp;
336 if ((dr_ctrl_p[i] & 1) == 0)
344 && dr_ctrl_p[i] == ctrl)
357 if ((dr_ctrl_p[idx] & 1) == 0)
363 dr_ctrl_p[idx] = ctrl;
388 unsigned int ctrl, *dr_ctrl_p, *dr_ref_count; local
398 dr_ctrl_p = state->dr_ctrl_wp;
406 dr_ctrl_p = state->dr_ctrl_bp
    [all...]

Completed in 84 milliseconds