OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KVMState
(Results
1 - 2
of
2
) 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
...]
Completed in 23 milliseconds