Searched refs:vm (Results 451 - 475 of 1058) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/amd64/pci/
H A Dpci_cfgreg.c43 #include <vm/vm.h>
44 #include <vm/pmap.h>
/freebsd-13-stable/sys/amd64/sgx/
H A Dsgx.c137 #include <vm/vm.h>
138 #include <vm/vm_param.h>
139 #include <vm/vm_extern.h>
140 #include <vm/vm_kern.h>
141 #include <vm/vm_page.h>
142 #include <vm/vm_map.h>
143 #include <vm/vm_object.h>
144 #include <vm/vm_pager.h>
145 #include <vm/vm_phy
[all...]
/freebsd-13-stable/sys/arm/annapurna/alpine/
H A Dalpine_machdep_mp.c39 #include <vm/vm.h>
40 #include <vm/pmap.h>
/freebsd-13-stable/sys/arm/arm/
H A Dundefined.c71 #include <vm/vm.h>
72 #include <vm/vm_extern.h>
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c45 #include <vm/vm.h>
46 #include <vm/pmap.h>
/freebsd-13-stable/sys/arm64/arm64/
H A Dbus_machdep.c35 #include <vm/vm.h>
36 #include <vm/pmap.h>
H A Delf_machdep.c50 #include <vm/vm.h>
51 #include <vm/vm_param.h>
/freebsd-13-stable/sys/arm64/intel/
H A Dstratix10-svc.c53 #include <vm/vm.h>
54 #include <vm/pmap.h>
/freebsd-13-stable/sys/arm64/iommu/
H A Dsmmu_acpi.c47 #include <vm/vm.h>
48 #include <vm/pmap.h>
/freebsd-13-stable/sys/amd64/acpica/
H A Dacpi_machdep.c38 #include <vm/vm.h>
39 #include <vm/pmap.h>
/freebsd-13-stable/sys/amd64/amd64/
H A Dptrace_machdep.c39 #include <vm/vm.h>
40 #include <vm/pmap.h>
/freebsd-13-stable/sys/powerpc/powermac/
H A Dgrackle.c59 #include <vm/vm.h>
60 #include <vm/pmap.h>
H A Dhrowpic.c55 #include <vm/vm.h>
56 #include <vm/pmap.h>
/freebsd-13-stable/lib/libvmmapi/
H A Dvmmapi.c57 #include <vm/vm.h>
120 struct vmctx *vm; local
122 vm = malloc(sizeof(struct vmctx) + strlen(name) + 1);
123 assert(vm != NULL);
125 vm->fd = -1;
126 vm->memflags = 0;
127 vm->lowmem_limit = 3 * GB;
128 vm->name = (char *)(vm
141 vm_destroy(struct vmctx *vm) argument
[all...]
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c57 #include <vm/vm.h>
58 #include <vm/vm_extern.h>
59 #include <vm/vm_param.h>
60 #include <vm/pmap.h>
61 #include <vm/vm_map.h>
62 #include <vm/vm_page.h>
63 #include <vm/vm_object.h>
135 if (ps->vm)
136 vmspace_free(ps->vm);
1241 pscmp(struct pageset *ps, struct vmspace *vm, vm_offset_t start, int npages, int pgoff, int len) argument
1255 struct vmspace *vm; local
[all...]
/freebsd-13-stable/sys/ddb/
H A Ddb_ps.c45 #include <vm/vm.h>
46 #include <vm/vm_param.h>
47 #include <vm/pmap.h>
48 #include <vm/vm_map.h>
/freebsd-13-stable/sys/dev/fb/
H A Ds3_pci.c41 #include <vm/vm.h>
42 #include <vm/vm_extern.h>
43 #include <vm/vm_kern.h>
44 #include <vm/pmap.h>
/freebsd-13-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c37 #include <vm/vm.h>
38 #include <vm/vm_kern.h>
39 #include <vm/vm_extern.h>
40 #include <vm/pmap.h>
/freebsd-13-stable/sys/mips/mips/
H A Dpm_machdep.c57 #include <vm/vm.h>
58 #include <vm/pmap.h>
59 #include <vm/vm_map.h>
60 #include <vm/vm_extern.h>
/freebsd-13-stable/sys/mips/cavium/
H A Doctopci_bus_space.c80 #include <vm/vm.h>
81 #include <vm/pmap.h>
82 #include <vm/vm_kern.h>
83 #include <vm/vm_extern.h>
/freebsd-13-stable/sys/sys/
H A Duser.h52 #include <vm/vm.h> /* XXX */
53 #include <vm/vm_param.h> /* XXX */
54 #include <vm/pmap.h> /* XXX */
55 #include <vm/vm_map.h> /* XXX */
545 * The "vm.objects" sysctl provides a list of all VM objects in the system
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.c48 #include <vm/vm.h>
49 #include <vm/vm_extern.h>
50 #include <vm/vm_kern.h>
51 #include <vm/pmap.h>
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp631 struct kinfo_vmentry *vm; local
633 vm = kinfo_getvmmap(GetID(), &count);
634 if (vm == NULL) {
643 info.GetRange().SetRangeBase(vm[i].kve_start);
644 info.GetRange().SetRangeEnd(vm[i].kve_end);
647 if (vm[i].kve_protection & VM_PROT_READ)
652 if (vm[i].kve_protection & VM_PROT_WRITE)
657 if (vm[i].kve_protection & VM_PROT_EXECUTE)
662 if (vm[i].kve_path[0])
663 info.SetName(vm[
[all...]
/freebsd-13-stable/contrib/bc/src/
H A Dprogram.c49 #include <vm.h>
448 file = vm.file;
465 vm.expr(&parse, BC_PARSE_NOREAD | BC_PARSE_NEEDVAL);
481 bc_vec_pushByte(&f->code, vm.read_ret);
495 vm.file = file;
515 size_t len = vm.nchars + strlen(str);
517 bc_file_puts(&vm.fout, bc_flush_save, str);
522 vm.nchars = len > UINT16_MAX ? UINT16_MAX : (uint16_t) len;
548 if (c == 'n') vm.nchars = UINT16_MAX;
603 bc_file_flush(&vm
[all...]
/freebsd-13-stable/sys/vm/
H A Dvm_radix.c66 #include <vm/uma.h>
67 #include <vm/vm.h>
68 #include <vm/vm_param.h>
69 #include <vm/vm_object.h>
70 #include <vm/vm_page.h>
71 #include <vm/vm_radix.h>

Completed in 245 milliseconds

<<11121314151617181920>>