Home
last modified time | relevance | path

Searched refs:vm (Results 226 – 250 of 254) sorted by relevance

1234567891011

/freebsd/sys/compat/linux/
H A Dlinux_misc.c219 struct vmspace *vm = td->td_proc->p_vmspace; in linux_brk() local
222 old = (uintptr_t)vm->vm_daddr + ctob(vm->vm_dsize); in linux_brk()
224 if ((caddr_t)new > vm->vm_daddr && !kern_break(td, &new)) in linux_brk()
/freebsd/sys/conf/
H A Dfiles5239 vm/sg_pager.c standard
5241 vm/uma_core.c standard
5242 vm/uma_dbg.c standard
5246 vm/vm_glue.c standard
5247 vm/vm_init.c standard
5248 vm/vm_kern.c standard
5249 vm/vm_map.c standard
5251 vm/vm_mmap.c standard
5253 vm/vm_page.c standard
5256 vm/vm_phys.c standard
[all …]
/freebsd/sys/kern/
H A Dkern_mib.c65 SYSCTL_ROOT_NODE(CTL_VM, vm, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c2093 struct vmspace *vm; in alloc_aiotx_mbuf() local
2109 vm = job->userproc->p_vmspace; in alloc_aiotx_mbuf()
2110 map = &vm->vm_map; in alloc_aiotx_mbuf()
/freebsd/contrib/bc/
H A DMakefile.in51 …)/parse.h $(INCDIR)/program.h $(INCDIR)/read.h $(INCDIR)/status.h $(INCDIR)/vector.h $(INCDIR)/vm.h
/freebsd/libexec/bootpd/
H A DChanges137 Fix whitespace skip before :vm= auto: and avoid lookup.
/freebsd/stand/common/
H A Dhelp.common315 set vm.kmem_size=<value> VM_KMEM_SIZE
/freebsd/include/
H A DMakefile49 netipsec netlink netsmb nfs nfsclient nfsserver sys vm
/freebsd/targets/pseudo/tests/
H A DMakefile.depend265 tests/sys/vm \
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstrInfo.td355 SDTCisInt<1> // i1 vm
H A DSIInstrInfo.td1074 def exp_vm : NamedBitOperand<"vm", "ExpVM">;
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c1954 struct vmspace *vm; in pmc_log_process_mappings() local
1962 if ((vm = vmspace_acquire_ref(p)) == NULL) in pmc_log_process_mappings()
1965 map = &vm->vm_map; in pmc_log_process_mappings()
2088 vmspace_free(vm); in pmc_log_process_mappings()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrVec.td63 (ins CCOp:$cf, V64:$vz, VM512:$vm, I32:$vl),
64 "# pseudo-vfmk.w.$cf $vmx, $vz, $vm">;
69 (ins CCOp:$cf, V64:$vz, VM512:$vm, I32:$vl),
70 "# pseudo-vfmk.s.$cf $vmx, $vz, $vm">;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sme.td87 def SVSTR_VNUM_ZA : MInst<"svstr_vnum_za", "vm%l", "",
91 def SVSTR_ZA : MInst<"svstr_za", "vm%", "",
H A Driscv_vector.td2225 [["vm", "v", "vvm"]]>;
2228 [["vm", "Uv", "UvUvm"]]>;
/freebsd/tools/tools/nanobsd/embedded/
H A Dcommon57 # o easy support for different image / vm formats
/freebsd/
H A DUPDATING945 vm.stats.vm.v_user_wire_count. The vm.max_wired sysctl was renamed
946 to vm.max_user_wired and changed from an unsigned int to an unsigned
948 wiring limit; the vm.max_user_wired sysctl may need to be tuned to
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra20-host1x.txt8 "vm" - VM region assigned to Linux
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def154 /// Call instruction with associated vm state for deoptimization and list
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm8650.dtsi471 cpusys_vm_mem: cpusys-vm@80e00000 {
635 trust_ui_vm_mem: trust-ui-vm@f3800000 {
640 oem_vm_mem: oem-vm@f7c00000 {
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp848 insertNamedMCOperand(MI, MCOperand::createImm(0), AMDGPU::OpName::vm); in convertEXPInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td1855 llvm_i1_ty // vm (ignored on GFX11+)
1882 llvm_i1_ty], // vm
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra186.dtsi1505 reg-names = "hypervisor", "vm";
H A Dtegra194.dtsi1891 reg-names = "hypervisor", "vm";
H A Dtegra234.dtsi2213 reg-names = "common", "hypervisor", "vm";

1234567891011