Searched refs:vm (Results 101 - 125 of 1085) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Duaccess.h40 #include <vm/vm.h>
41 #include <vm/vm_extern.h>
/freebsd-12-stable/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
116 vm = vmspace_acquire_ref(p);
117 if (vm
[all...]
/freebsd-12-stable/sys/powerpc/booke/
H A Dmachdep_e500.c38 #include <vm/vm.h>
39 #include <vm/pmap.h>
/freebsd-12-stable/sys/powerpc/mambo/
H A Dmambo.c44 #include <vm/vm.h>
45 #include <vm/pmap.h>
/freebsd-12-stable/sys/powerpc/powernv/
H A Dopal_hmi.c34 #include <vm/vm.h>
35 #include <vm/pmap.h>
/freebsd-12-stable/sys/powerpc/psim/
H A Dopenpic_iobus.c53 #include <vm/vm.h>
54 #include <vm/pmap.h>
/freebsd-12-stable/sys/mips/cavium/
H A Dcvmx_config.h52 #include <vm/vm.h>
53 #include <vm/pmap.h>
/freebsd-12-stable/sys/sparc64/sparc64/
H A Ddb_interface.c45 #include <vm/vm.h>
46 #include <vm/pmap.h>
/freebsd-12-stable/tests/sys/kern/
H A Dkern_copyin.c40 #include <vm/vm.h>
41 #include <vm/pmap.h>
/freebsd-12-stable/lib/libkvm/
H A Dkvm_amd64.h32 #include <vm/vm.h>
33 #include <vm/pmap.h>
H A Dkvm_i386.h32 #include <vm/vm.h>
33 #include <vm/pmap.h>
/freebsd-12-stable/sys/arm/arm/
H A Ddump_machdep.c42 #include <vm/vm.h>
43 #include <vm/pmap.h>
H A Dvm_machdep.c67 #include <vm/vm.h>
68 #include <vm/pmap.h>
69 #include <vm/vm_extern.h>
70 #include <vm/vm_kern.h>
71 #include <vm/vm_page.h>
72 #include <vm/vm_map.h>
73 #include <vm/vm_param.h>
74 #include <vm/vm_pageout.h>
75 #include <vm/um
[all...]
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx_machdep.c39 #include <vm/vm.h>
40 #include <vm/pmap.h>
/freebsd-12-stable/sys/arm/rockchip/
H A Drk30xx_machdep.c44 #include <vm/vm.h>
45 #include <vm/pmap.h>
/freebsd-12-stable/sys/arm/ti/omap4/
H A Domap4_mp.c36 #include <vm/vm.h>
37 #include <vm/pmap.h>
/freebsd-12-stable/sys/arm/xilinx/
H A Dzy7_mp.c36 #include <vm/vm.h>
37 #include <vm/pmap.h>
/freebsd-12-stable/stand/common/
H A Dinterp_forth.c73 bf_command(FICL_VM *vm) argument
84 name = vm->runningWord->name;
96 if (stackPopINT(vm->pStack)) {
104 nstrings = stackPopINT(vm->pStack);
106 len += stackFetch(vm->pStack, i * 2).i + 1;
112 len = stackPopINT(vm->pStack);
113 cp = stackPopPtr(vm->pStack);
119 tail = vmGetInBuf(vm);
120 for (cp = tail, len = 0; cp != vm->tib.end && *cp != 0 && *cp != '\n'; cp++, len++)
128 vmUpdateTib(vm, tai
[all...]
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c45 #include <vm/vm.h>
46 #include <vm/pmap.h>
47 #include <vm/vm_param.h>
48 #include <vm/vm_kern.h>
49 #include <vm/vm_object.h>
50 #include <vm/vm_map.h>
51 #include <vm/vm_page.h>
52 #include <vm/vm_pageout.h>
53 #include <vm/vm_page
[all...]
/freebsd-12-stable/sys/dev/liquidio/
H A Dlio_bsd.h61 #include <vm/vm.h>
62 #include <vm/pmap.h>
71 #include <vm/vm_extern.h>
72 #include <vm/vm_kern.h>
/freebsd-12-stable/sys/kern/
H A Dsubr_busdma_bufalloc.c43 #include <vm/vm.h>
44 #include <vm/vm_extern.h>
45 #include <vm/vm_kern.h>
46 #include <vm/uma.h>
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_stat.c85 vmm_stat_copy(struct vm *vm, int vcpu, int *num_stats, uint64_t *buf) argument
91 if (vcpu < 0 || vcpu >= vm_get_maxcpus(vm))
98 (*vst->func)(vm, vcpu, vst);
102 stats = vcpu_stats(vm, vcpu);
153 VMM_STAT(VMEXIT_COUNT, "total number of vm exits");
154 VMM_STAT(VMEXIT_EXTINT, "vm exits due to external interrupt");
161 VMM_STAT(VMEXIT_INTR_WINDOW, "vm exits due to interrupt window opening");
162 VMM_STAT(VMEXIT_NMI_WINDOW, "vm exits due to nmi window opening");
165 VMM_STAT(VMEXIT_NESTED_FAULT, "vm exit
[all...]
/freebsd-12-stable/sys/arm/ti/
H A Dti_sysc.c40 #include <vm/vm.h>
41 #include <vm/vm_extern.h>
42 #include <vm/vm_kern.h>
43 #include <vm/pmap.h>
/freebsd-12-stable/sys/arm64/arm64/
H A Dmem.c41 #include <vm/vm.h>
42 #include <vm/pmap.h>
43 #include <vm/vm_extern.h>
44 #include <vm/vm_page.h>
/freebsd-12-stable/sys/vm/
H A Dvm_unix.c59 #include <vm/vm.h>
60 #include <vm/vm_param.h>
61 #include <vm/pmap.h>
62 #include <vm/vm_map.h>
89 struct vmspace *vm = td->td_proc->p_vmspace; local
90 vm_map_t map = &vm->vm_map;
103 base = round_page((vm_offset_t) vm->vm_daddr);
104 old = base + ctob(vm->vm_dsize);
211 vm
[all...]

Completed in 468 milliseconds

1234567891011>>