Searched refs:vm (Results 76 - 100 of 984) sorted by relevance

1234567891011>>

/freebsd-10.2-release/sys/amd64/vmm/io/
H A Dvlapic.h32 struct vm;
78 void vlapic_set_x2apic_state(struct vm *vm, int vcpuid, enum x2apic_state s);
81 void vlapic_deliver_intr(struct vm *vm, bool level, uint32_t dest, bool phys,
H A Dvatpit.c95 struct vm *vm; member in struct:vatpit
139 VM_CTR1(vatpit->vm, "atpit t%d fired", arg->channel_num);
155 vatpic_pulse_irq(vatpit->vm, 0);
156 vioapic_pulse_irq(vatpit->vm, 2);
319 vatpit_handler(struct vm *vm, int vcpuid, bool in, int port, int bytes, argument
327 vatpit = vm_atpit(vm);
336 VM_CTR0(vatpit->vm, "vatpit attempt to read mode");
402 vatpit_nmisc_handler(struct vm *v argument
423 vatpit_init(struct vm *vm) argument
[all...]
H A Dvhpet.c74 struct vm *vm; member in struct:vhpet
181 vioapic_deassert_irq(vhpet->vm, pin);
226 VM_CTR1(vhpet->vm, "hpet t%d intr is already asserted", n);
231 lapic_intr_msi(vhpet->vm, vhpet->timer[n].msireg >> 32,
238 VM_CTR1(vhpet->vm, "hpet t%d intr is not routed to ioapic", n);
243 vioapic_pulse_irq(vhpet->vm, pin);
246 vioapic_assert_irq(vhpet->vm, pin);
291 VM_CTR1(vhpet->vm, "hpet t%d fired", n);
318 VM_CTR1(vhpet->vm, "hpe
470 vhpet_mmio_write(void *vm, int vcpuid, uint64_t gpa, uint64_t val, int size, void *arg) argument
620 vhpet_mmio_read(void *vm, int vcpuid, uint64_t gpa, uint64_t *rval, int size, void *arg) argument
702 vhpet_init(struct vm *vm) argument
[all...]
/freebsd-10.2-release/sys/arm/arm/
H A Dbus_space_generic.c47 #include <vm/vm.h>
48 #include <vm/pmap.h>
49 #include <vm/vm_kern.h>
50 #include <vm/vm_extern.h>
/freebsd-10.2-release/lib/libkvm/
H A Dkvm_minidump_i386.c45 #include <vm/vm.h>
46 #include <vm/vm_param.h>
128 struct vmstate *vm = kd->vmst; local
130 if (vm->bitmap)
131 free(vm->bitmap);
132 if (vm->ptemap)
133 free(vm->ptemap);
134 free(vm);
146 _kvm_err(kd, kd->program, "cannot allocate vm");
202 struct vmstate *vm; local
242 struct vmstate *vm; local
[all...]
H A Dkvm_minidump_arm.c48 #include <vm/vm.h>
49 #include <vm/vm_param.h>
128 struct vmstate *vm = kd->vmst; local
130 if (vm->bitmap)
131 free(vm->bitmap);
132 if (vm->ptemap)
133 free(vm->ptemap);
134 free(vm);
146 _kvm_err(kd, kd->program, "cannot allocate vm");
213 struct vmstate *vm; local
[all...]
H A Dkvm_minidump_mips.c49 #include <vm/vm.h>
50 #include <vm/vm_param.h>
130 struct vmstate *vm = kd->vmst; local
132 if (vm->bitmap)
133 free(vm->bitmap);
134 if (vm->ptemap)
135 free(vm->ptemap);
136 free(vm);
148 _kvm_err(kd, kd->program, "cannot allocate vm");
216 struct vmstate *vm; local
[all...]
H A Dkvm_i386.c45 * vm code will one day obsolete this module.
59 #include <vm/vm.h>
60 #include <vm/vm_param.h>
95 struct vmstate *vm = kd->vmst; local
98 if (vm->mmapbase != NULL) {
99 munmap(vm->mmapbase, vm->mmapsize);
100 vm->mmapbase = NULL;
103 vm
141 struct vmstate *vm = kd->vmst; local
249 struct vmstate *vm; local
345 struct vmstate *vm; local
[all...]
/freebsd-10.2-release/sys/vm/
H A Dvm_init.c66 __FBSDID("$FreeBSD: releng/10.2/sys/vm/vm_init.c 255426 2013-09-09 18:11:59Z jhb $");
82 #include <vm/vm.h>
83 #include <vm/vm_param.h>
84 #include <vm/vm_kern.h>
85 #include <vm/vm_object.h>
86 #include <vm/vm_page.h>
87 #include <vm/vm_map.h>
88 #include <vm/vm_pager.h>
89 #include <vm/vm_exter
[all...]
H A Dsg_pager.c29 __FBSDID("$FreeBSD: releng/10.2/sys/vm/sg_pager.c 284100 2015-06-06 20:37:40Z jhb $");
41 #include <vm/vm.h>
42 #include <vm/vm_param.h>
43 #include <vm/vm_object.h>
44 #include <vm/vm_page.h>
45 #include <vm/vm_pager.h>
46 #include <vm/vm_phys.h>
47 #include <vm/uma.h>
/freebsd-10.2-release/sys/mips/malta/
H A Dgt.c37 #include <vm/vm.h>
38 #include <vm/vm_kern.h>
39 #include <vm/pmap.h>
40 #include <vm/vm_page.h>
41 #include <vm/vm_extern.h>
/freebsd-10.2-release/sys/amd64/vmm/amd/
H A Dsvm.c39 #include <vm/vm.h>
40 #include <vm/pmap.h>
389 VCPU_CTR3(sc->vm, vcpu, "intercept[%d] modified "
444 if (vcpu_trace_exceptions(sc->vm, vcpu)) {
514 svm_vminit(struct vm *vm, pmap_t pmap) argument
522 svm_sc->vm = vm;
906 VCPU_CTR3(sc->vm, vcp
917 struct vm *vm; local
1917 struct vm *vm; local
[all...]
/freebsd-10.2-release/sys/dev/twa/
H A Dtw_osl_includes.h67 #include <vm/vm.h>
/freebsd-10.2-release/sys/x86/iommu/
H A Dintel_quirks.c49 #include <vm/vm.h>
50 #include <vm/vm_extern.h>
51 #include <vm/vm_kern.h>
52 #include <vm/vm_object.h>
53 #include <vm/vm_page.h>
54 #include <vm/vm_pager.h>
55 #include <vm/vm_map.h>
/freebsd-10.2-release/sys/powerpc/powerpc/
H A Dsyncicache.c43 #include <vm/vm.h>
/freebsd-10.2-release/sys/arm/freescale/imx/
H A Dimx51_machdep.c37 #include <vm/vm.h>
H A Dimx53_machdep.c37 #include <vm/vm.h>
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h104 #include <vm/vm.h>
105 #include <vm/vm_page.h>
106 #include <vm/vm_object.h>
107 #include <vm/vm_kern.h>
108 #include <vm/vm_map.h>
116 #include <vm/vm_extern.h>
117 #include <vm/vnode_pager.h>
/freebsd-10.2-release/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h37 #include <vm/uma.h>
38 #include <vm/vm.h>
39 #include <vm/vm_extern.h>
/freebsd-10.2-release/sys/fs/procfs/
H A Dprocfs_map.c59 #include <vm/vm.h>
60 #include <vm/vm_extern.h>
61 #include <vm/pmap.h>
62 #include <vm/vm_map.h>
63 #include <vm/vm_page.h>
64 #include <vm/vm_object.h>
81 struct vmspace *vm; local
110 vm = vmspace_acquire_ref(p);
111 if (vm
[all...]
/freebsd-10.2-release/sys/fs/tmpfs/
H A Dtmpfs_fifoops.c44 #include <vm/vm.h>
45 #include <vm/vm_object.h>
/freebsd-10.2-release/sys/powerpc/mambo/
H A Dmambo.c42 #include <vm/vm.h>
43 #include <vm/pmap.h>
/freebsd-10.2-release/sys/mips/cavium/
H A Dcvmx_config.h50 #include <vm/vm.h>
51 #include <vm/pmap.h>
/freebsd-10.2-release/sys/powerpc/psim/
H A Dopenpic_iobus.c51 #include <vm/vm.h>
52 #include <vm/pmap.h>
/freebsd-10.2-release/sys/sparc64/sparc64/
H A Ddb_interface.c43 #include <vm/vm.h>
44 #include <vm/pmap.h>

Completed in 301 milliseconds

1234567891011>>