OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cenv
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
monitor.c
112
CPUState *
cenv
;
local
118
for (
cenv
= first_cpu;
cenv
!= NULL;
cenv
=
cenv
->next_cpu)
119
if (
cenv
->cpu_index == cpu_index &&
cenv
->mcg_cap) {
120
cpu_inject_x86_mce(
cenv
, bank, status, mcg_status, addr, misc);
[
all
...]
cpu-all.h
1041
void cpu_inject_x86_mce(CPUState *
cenv
, int bank, uint64_t status,
/external/qemu/target-i386/
helper.c
[
all
...]
Completed in 74 milliseconds