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

  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_cec.c 264 #define CEC_STATE(cpu) DV_STATE_CACHED (cpu, cec)
275 return _cec_get_ivg (CEC_STATE (cpu));
292 return _cec_is_supervisor_mode (CEC_STATE (cpu));
318 /* Do not call _cec_require_supervisor() to avoid CEC_STATE()
384 _cec_raise (cpu, CEC_STATE (cpu), IVG_EVX);
438 cec = CEC_STATE (cpu);
458 cec = CEC_STATE (cpu);
667 cec = CEC_STATE (cpu);
698 cec = CEC_STATE (cpu);
802 cec = CEC_STATE (cpu)
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_cec.c 264 #define CEC_STATE(cpu) DV_STATE_CACHED (cpu, cec)
275 return _cec_get_ivg (CEC_STATE (cpu));
292 return _cec_is_supervisor_mode (CEC_STATE (cpu));
318 /* Do not call _cec_require_supervisor() to avoid CEC_STATE()
384 _cec_raise (cpu, CEC_STATE (cpu), IVG_EVX);
438 cec = CEC_STATE (cpu);
458 cec = CEC_STATE (cpu);
667 cec = CEC_STATE (cpu);
698 cec = CEC_STATE (cpu);
802 cec = CEC_STATE (cpu)
    [all...]

Completed in 15 milliseconds