Searched refs:vm (Results 351 - 375 of 1058) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/vm/
H A Dvm.h31 * @(#)vm.h 8.2 (Berkeley) 12/13/93
66 #include <machine/vm.h>
118 * This is defined in <sys/types.h> for the kernel so that non-vm kernel
120 * vm stuff. Defining it there for applications might break things.
121 * Define it here for "applications" that include vm headers (e.g.,
137 * doesn't have to include <vm/vm.h>.
/freebsd-13-stable/sys/arm/arm/
H A Delf_machdep.c44 #include <vm/vm.h>
45 #include <vm/pmap.h>
46 #include <vm/vm_param.h>
/freebsd-13-stable/sys/arm64/arm64/
H A Dbusdma_machdep.c47 #include <vm/vm.h>
48 #include <vm/vm_extern.h>
49 #include <vm/pmap.h>
H A Dtrap.c45 #include <vm/vm.h>
46 #include <vm/pmap.h>
47 #include <vm/vm_kern.h>
48 #include <vm/vm_map.h>
49 #include <vm/vm_param.h>
50 #include <vm/vm_extern.h>
/freebsd-13-stable/sys/cddl/dev/dtrace/aarch64/
H A Ddtrace_isa.c40 #include <vm/vm.h>
41 #include <vm/vm_param.h>
42 #include <vm/pmap.h>
/freebsd-13-stable/sys/cddl/dev/dtrace/arm/
H A Ddtrace_isa.c40 #include <vm/vm.h>
41 #include <vm/vm_param.h>
42 #include <vm/pmap.h>
/freebsd-13-stable/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_isa.c42 #include <vm/vm.h>
43 #include <vm/vm_param.h>
44 #include <vm/pmap.h>
/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Dinstr_size.c44 #include <vm/seg_enum.h>
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_util.h39 #include <vm/vm.h>
40 #include <vm/vm_param.h>
41 #include <vm/pmap.h>
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dio-mapping.h36 #include <machine/vm.h>
/freebsd-13-stable/stand/ficl/
H A DMakefile10 prefix.c search.c stack.c tools.c vm.c words.c
/freebsd-13-stable/share/examples/kld/khelp/
H A Dh_example.c54 #include <vm/uma.h>
/freebsd-13-stable/usr.sbin/bhyve/
H A Dkernemu_dev.c36 struct vm;
/freebsd-13-stable/sys/powerpc/include/
H A Ddb_machdep.h37 #include <vm/vm_param.h>
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dmpc85xx.c40 #include <vm/vm.h>
41 #include <vm/vm_param.h>
42 #include <vm/pmap.h>
/freebsd-13-stable/sys/powerpc/ofw/
H A Drtas.c40 #include <vm/vm.h>
41 #include <vm/vm_page.h>
42 #include <vm/pmap.h>
/freebsd-13-stable/sys/x86/bios/
H A Dsmbios.c45 #include <vm/vm.h>
46 #include <vm/vm_param.h>
47 #include <vm/pmap.h>
H A Dvpd.c50 #include <vm/vm.h>
51 #include <vm/vm_param.h>
52 #include <vm/pmap.h>
/freebsd-13-stable/sys/xen/xenbus/
H A Dxenbusb_back.c128 * backend/<device type>/<frontend vm id>/<device id>
146 const char *vm; local
151 vm = vms[vm_idx];
153 vm_path = xs_join(type, vm);
165 id = xs_join(vm, dev_num);
/freebsd-13-stable/sys/i386/i386/
H A Dcopyout.c43 #include <vm/vm.h>
44 #include <vm/vm_param.h>
45 #include <vm/vm_extern.h>
46 #include <vm/pmap.h>
47 #include <vm/vm_map.h>
48 #include <vm/vm_page.h>
H A Dvm_machdep.c81 #include <vm/vm.h>
82 #include <vm/vm_extern.h>
83 #include <vm/vm_kern.h>
84 #include <vm/vm_page.h>
85 #include <vm/vm_map.h>
86 #include <vm/vm_param.h>
/freebsd-13-stable/sys/net/
H A Dbpf_zerocopy.c54 #include <vm/vm.h>
55 #include <vm/vm_param.h>
56 #include <vm/pmap.h>
57 #include <vm/vm_extern.h>
58 #include <vm/vm_map.h>
59 #include <vm/vm_page.h>
/freebsd-13-stable/sys/kern/
H A Dsubr_uio.c60 #include <vm/vm.h>
61 #include <vm/vm_param.h>
62 #include <vm/vm_extern.h>
63 #include <vm/vm_page.h>
64 #include <vm/vm_pageout.h>
65 #include <vm/vm_map.h>
/freebsd-13-stable/sys/mips/broadcom/
H A Dbcm_machdep.c59 #include <vm/vm.h>
60 #include <vm/vm_param.h>
61 #include <vm/vm_object.h>
62 #include <vm/vm_page.h>
63 #include <vm/vm_phys.h>
64 #include <vm/vm_dumpset.h>
/freebsd-13-stable/sys/mips/cavium/
H A Docteon_machdep.c58 #include <vm/vm.h>
59 #include <vm/vm_param.h>
60 #include <vm/vm_object.h>
61 #include <vm/vm_page.h>
62 #include <vm/vm_phys.h>
63 #include <vm/vm_dumpset.h>

Completed in 291 milliseconds

<<11121314151617181920>>