OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_get_apic_base
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-i386/
cpu.h
835
uint64_t
cpu_get_apic_base
(CPUX86State *env);
kvm.c
432
sregs.apic_base =
cpu_get_apic_base
(env);
op_helper.c
[
all
...]
/external/qemu/hw/
apic.c
297
uint64_t
cpu_get_apic_base
(CPUState *env)
function
301
printf("
cpu_get_apic_base
: %016" PRIx64 "\n",
Completed in 156 milliseconds