Searched refs:problem_state (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dvm.c929 int problem_state = (msr & msr_problem_state) != 0; local
939 virtual->instruction_map.translation.is_problem_state = problem_state;
941 virtual->data_map.translation.is_problem_state = problem_state;
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dvm.c930 int problem_state = (msr & msr_problem_state) != 0; local
940 virtual->instruction_map.translation.is_problem_state = problem_state;
942 virtual->data_map.translation.is_problem_state = problem_state;

Completed in 271 milliseconds