Searched refs:vmst (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/lib/libkvm/
H A Dkvm_minidump_arm.c70 struct vmstate *vm = kd->vmst;
76 kd->vmst = NULL;
82 struct vmstate *vmst; local
86 vmst = _kvm_malloc(kd, sizeof(*vmst));
87 if (vmst == NULL) {
92 kd->vmst = vmst;
94 if (pread(kd->pmfd, &vmst->hdr,
95 sizeof(vmst
[all...]
H A Dkvm_minidump_mips.c75 struct vmstate *vm = kd->vmst;
81 kd->vmst = NULL;
87 struct vmstate *vmst; local
91 vmst = _kvm_malloc(kd, sizeof(*vmst));
92 if (vmst == NULL) {
97 kd->vmst = vmst;
101 vmst->pte_size = 64;
103 vmst
[all...]
H A Dkvm_minidump_aarch64.c68 struct vmstate *vm = kd->vmst;
73 kd->vmst = NULL;
79 struct vmstate *vmst; local
83 vmst = _kvm_malloc(kd, sizeof(*vmst));
84 if (vmst == NULL) {
88 kd->vmst = vmst;
89 if (pread(kd->pmfd, &vmst->hdr, sizeof(vmst
[all...]
H A Dkvm_minidump_i386.c67 struct vmstate *vm = kd->vmst;
73 kd->vmst = NULL;
79 struct vmstate *vmst; local
83 vmst = _kvm_malloc(kd, sizeof(*vmst));
84 if (vmst == NULL) {
88 kd->vmst = vmst;
89 if (pread(kd->pmfd, &vmst->hdr, sizeof(vmst
[all...]
H A Dkvm_minidump_amd64.c67 struct vmstate *vm = kd->vmst;
73 kd->vmst = NULL;
79 struct vmstate *vmst; local
83 vmst = _kvm_malloc(kd, sizeof(*vmst));
84 if (vmst == NULL) {
88 kd->vmst = vmst;
89 if (pread(kd->pmfd, &vmst->hdr, sizeof(vmst
[all...]
H A Dkvm_i386.c78 struct vmstate *vm = kd->vmst;
100 struct vmstate *vm = kd->vmst;
106 kd->vmst = NULL;
126 kd->vmst = (struct vmstate *)_kvm_malloc(kd, sizeof(struct vmstate));
127 if (kd->vmst == NULL) {
131 kd->vmst->PTD = 0;
134 if (_kvm_read_core_phdrs(kd, &kd->vmst->phnum,
135 &kd->vmst->phdr) == -1)
185 kd->vmst->PTD = PTD;
186 kd->vmst
[all...]
H A Dkvm_amd64.c73 struct vmstate *vm = kd->vmst;
95 struct vmstate *vm = kd->vmst;
101 kd->vmst = NULL;
120 kd->vmst = (struct vmstate *)_kvm_malloc(kd, sizeof(*kd->vmst));
121 if (kd->vmst == NULL) {
125 kd->vmst->PML4 = 0;
128 if (_kvm_read_core_phdrs(kd, &kd->vmst->phnum,
129 &kd->vmst->phdr) == -1)
165 kd->vmst
[all...]
H A Dkvm_powerpc.c98 vm = kd->vmst;
150 struct vmstate *vm = kd->vmst;
173 struct vmstate *vm = kd->vmst;
178 kd->vmst = NULL;
193 kd->vmst = (struct vmstate *)_kvm_malloc(kd, sizeof(*kd->vmst));
194 if (kd->vmst == NULL)
208 vm = kd->vmst;
H A Dkvm_powerpc64.c98 vm = kd->vmst;
151 struct vmstate *vm = kd->vmst;
174 struct vmstate *vm = kd->vmst;
179 kd->vmst = NULL;
194 kd->vmst = (struct vmstate *)_kvm_malloc(kd, sizeof(*kd->vmst));
195 if (kd->vmst == NULL)
209 vm = kd->vmst;
H A Dkvm_sparc64.c79 free(kd->vmst->vm_regions);
80 free(kd->vmst);
81 kd->vmst = NULL;
144 kd->vmst = vm;
201 tte_off = kd->vmst->vm_tsb_off +
202 ((vpn & kd->vmst->vm_tsb_mask) << SPARC64_TTE_SHIFT);
212 pa_off = _sparc64_find_off(kd->vmst, pa_off, rest);
H A Dkvm_arm.c68 struct vmstate *vm = kd->vmst;
88 struct vmstate *vm = kd->vmst;
92 kd->vmst = NULL;
124 kd->vmst = vm;
196 struct vmstate *vm = kd->vmst;
H A Dkvm_private.h79 struct vmstate *vmst; member in struct:__kvm
H A Dkvm.c387 kd->vmst = NULL;
546 if (kd->vmst != NULL)

Completed in 69 milliseconds