Home
last modified time | relevance | path

Searched +full:cpu +full:- +full:centric (Results 1 – 4 of 4) sorted by relevance

/freebsd/share/doc/papers/jail/
H A Dfuture.ms33 a jail, re-enabling support for ping, and other network debugging and
37 is the ability to limit the impact of one jail on the CPU resources
43 partitioning between jail environments \s-2[LOTTERY1] [LOTTERY2]\s+2.
51 Management of jail environments is currently somewhat ad hoc--creating
52 and starting jails is a well-documented procedure, but day-to-day
56 ability to manage pools of processes in a jail-centric way.
66 user-land utility set.
68 First, the ability to address kernel-centric management mechanisms at
79 More carefully defining the user-land semantics of a jail during startup
85 out to jail-local /etc/rc.shutdown, and other useful shutdown functions.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dpsci.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
15 processors") can be used by Linux to initiate various CPU-centri
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h1 //===-- EmulateInstruction.h ------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
19 #include "lldb/lldb-defines.h"
20 #include "lldb/lldb-enumerations.h"
21 #include "lldb/lldb-private-enumerations.h"
22 #include "lldb/lldb-private-types.h"
23 #include "lldb/lldb-types.h"
38 /// A class that allows emulation of CPU opcodes.
40 /// This class is a plug-in interface that is accessed through the standard
[all …]
/freebsd/sys/dev/acpica/
H A Dacpi_pxm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
95 * This maps the SLIT data into the VM-domain centric view. in slit_parse_table()
97 * remap them to a VM-domain ID and if it doesn't exist, in slit_parse_table()
100 * It should result in a packed 2d array of VM-domain in slit_parse_table()
105 printf("SLIT.Localities: %d\n", (int) s->LocalityCount); in slit_parse_table()
106 for (i = 0; i < s->LocalityCount; i++) { in slit_parse_table()
113 for (j = 0; j < s->LocalityCount; j++) { in slit_parse_table()
117 e = s->Entry[i * s->LocalityCount + j]; in slit_parse_table()
122 vm_locality_table[offset] = -1; in slit_parse_table()
[all …]