Searched refs:halted (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtop_bar_view.js28 halted: new HaltedStatusView()
H A Dstatus_view.css10 .halted-status-view {
/external/qemu/include/qom/
H A Dcpu.h91 uint32_t halted; /* used by alpha, cris, ppc TCG */ member in struct:CPUState
/external/oprofile/events/i386/atom/
H A Dunit_masks36 0x00 core_p Core cycles when core is not halted
37 0x01 bus Bus cycles when core is not halted
38 0x02 no_other Bus cycles when core is active and the other is halted
H A Devents5 event:0x3c counters:0,1 um:cpu_clk_unhalted minimum:6000 name:CPU_CLK_UNHALTED : Clock cycles when not halted
/external/clang/tools/scan-view/
H A DScanView.py121 self.halted = False
156 self.halted = True
161 while not self.halted:
/external/qemu/
H A Dcpus.c93 if (!cpu->halted)
H A Dcpu-exec.c243 if (cpu->halted) {
248 cpu->halted = 0;
344 cpu->halted = 1;
H A Dexec.c129 qemu_put_be32s(f, &cpu->halted);
141 qemu_get_be32s(f, &cpu->halted);
H A Dgdbstub.c1857 ENV_GET_CPU(env)->halted ? "halted " : "running");
/external/qemu/hw/android/goldfish/
H A Dtrace.c202 current_cpu->halted = 1;
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwince_usb.c721 BOOL halted = FALSE; local
723 if (UkwIsPipeHalted(priv->dev, transfer->endpoint, &halted)) {
742 if (!halted || UkwClearHaltHost(priv->dev, transfer->endpoint)) {
746 usbi_dbg("Endpoint doesn't appear to be stalled, but the host is halted, changing error");
/external/oprofile/events/i386/westmere/
H A Dunit_masks61 0x00 thread_p Cycles when thread is not halted (programmable counter)
62 0x01 ref_p Reference base clock (133 Mhz) cycles when thread is not halted (programmable counter)
/external/qemu/target-i386/
H A Dmachine.c258 qemu_get_be32s(f, &ENV_GET_CPU(env)->halted);
305 /* XXX: ensure compatiblity for halted bit ? */
H A Dmisc_helper.c522 ENV_GET_CPU(env)->halted = 1;
H A Dhelper.c709 cpu->halted);
736 cpu->halted);
H A Dhax-all.c601 cpu->halted = 1;
H A Dkvm.c776 cpu->halted = 1;
/external/qemu/hw/intc/
H A Dapic.c485 ENV_GET_CPU(env)->halted = !(s->apicbase & MSR_IA32_APICBASE_BSP);
507 cpu->halted = 0;
/external/qemu/target-arm/
H A Dop_helper.c268 ENV_GET_CPU(env)->halted = 1;
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h491 bool halted; member in struct:kvm_vcpu_arch::__anon25126
/external/oprofile/events/i386/nehalem/
H A Devents10 event:0x3c counters:0,1,2,3 um:zero minimum:6000 name:CPU_CLK_UNHALTED : Clock cycles when not halted
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2184 bool halted; member in struct:CpuInfo
H A Dqapi-visit.c1531 visit_type_bool(m, obj ? &(*obj)->halted : NULL, "halted", &err);
/external/qemu/target-mips/
H A Dop_helper.c2061 ENV_GET_CPU(env)->halted = 1;

Completed in 779 milliseconds