OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KVMState
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
kvm.h
72
struct
KVMState
;
73
typedef struct
KVMState
KVMState
;
75
int kvm_ioctl(
KVMState
*s, int type, ...);
77
int kvm_vm_ioctl(
KVMState
*s, int type, ...);
98
int kvm_arch_init(
KVMState
*s, int smp_cpus);
133
int kvm_check_extension(
KVMState
*s, unsigned int extension);
kvm-all.c
55
struct
KVMState
68
static
KVMState
*kvm_state;
70
static KVMSlot *kvm_alloc_slot(
KVMState
*s)
86
static KVMSlot *kvm_lookup_matching_slot(
KVMState
*s,
107
static KVMSlot *kvm_lookup_overlapping_slot(
KVMState
*s,
131
static int kvm_set_user_memory_region(
KVMState
*s, KVMSlot *slot)
149
KVMState
*s = kvm_state;
225
KVMState
*s = kvm_state;
268
KVMState
*s = kvm_state;
299
KVMState
*s = kvm_state
[
all
...]
cpu-defs.h
134
struct
KVMState
;
210
struct
KVMState
*kvm_state; \
/external/qemu/target-i386/
kvm.c
45
static struct kvm_cpuid2 *try_get_cpuid(
KVMState
*s, int max)
250
int kvm_arch_init(
KVMState
*s, int smp_cpus)
Completed in 46 milliseconds