Searched refs:cpu_flags (Results 1 – 2 of 2) sorted by relevance
22 int cpu_flags = TestCpuFlag(~kCpuInitialized); in TEST_F() local23 printf("Cpu Flags %x\n", cpu_flags); in TEST_F()
2944 int cpu_flags; in check_watchpoint() local2970 cpu_get_tb_cpu_state(env, &pc, &cs_base, &cpu_flags); in check_watchpoint()2971 tb_gen_code(env, pc, cs_base, cpu_flags, 1); in check_watchpoint()