OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:halted
(Results
1 - 21
of
21
) sorted by null
/external/qemu/target-arm/
exec.h
42
if (!env->
halted
)
48
env->
halted
= 0;
op_helper.c
278
env->
halted
= 1;
/external/qemu/
cpu-defs.h
62
#define EXCP_HALTED 0x10003 /* cpu is
halted
(waiting for external event) */
161
uint32_t
halted
; /* Nonzero if the CPU is in suspend state */ \
usb-linux.c
98
uint8_t
halted
;
member in struct:endp_data
148
return s->endp_table[ep - 1].
halted
;
153
s->endp_table[ep - 1].
halted
= 0;
158
s->endp_table[ep - 1].
halted
= 1;
876
s->endp_table[(devep & 0xf) - 1].
halted
= 0;
[
all
...]
cpu-exec.c
234
if (env1->
halted
) {
239
env1->
halted
= 0;
381
env->
halted
= 1;
[
all
...]
cpus.c
84
if (!env->
halted
)
monitor.c
417
if (env->
halted
)
418
monitor_printf(mon, " (
halted
)");
[
all
...]
gdbstub.c
[
all
...]
exec.c
541
qemu_put_be32s(f, &env->
halted
);
552
qemu_get_be32s(f, &env->
halted
);
[
all
...]
/external/qemu/target-i386/
exec.h
355
/* handle exit of
HALTED
state */
356
if (!env->
halted
)
360
env->
halted
= 0;
machine.c
316
qemu_get_be32s(f, &env->
halted
);
363
/* XXX: ensure compatiblity for
halted
bit ? */
helper.c
702
env->
halted
);
729
env->
halted
);
[
all
...]
kvm.c
766
env->
halted
= 1;
op_helper.c
[
all
...]
/external/oprofile/events/i386/atom/
unit_masks
36
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
events
5
event:0x3c counters:0,1 um:cpu_clk_unhalted minimum:6000 name:CPU_CLK_UNHALTED : Clock cycles when not
halted
/external/qemu/hw/
goldfish_trace.c
269
cpu_single_env->
halted
= 1;
apic.c
484
env->
halted
= !(s->apicbase & MSR_IA32_APICBASE_BSP);
505
env->
halted
= 0;
/external/clang/tools/scan-view/
ScanView.py
121
self.
halted
= False
156
self.
halted
= True
161
while not self.
halted
:
/external/oprofile/events/i386/westmere/
unit_masks
61
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/oprofile/events/i386/nehalem/
events
10
event:0x3c counters:0,1,2,3 um:zero minimum:6000 name:CPU_CLK_UNHALTED : Clock cycles when not
halted
Completed in 2816 milliseconds