Home
last modified time | relevance | path

Searched refs:bare (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v5.15/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh174 touch $resdir/bare-metal
175 echo To run this scenario on bare metal: >> $resdir/bare-metal
176 echo >> $resdir/bare-metal
177 echo " 1." Set your bare-metal build tree to the state shown in this file: >> $resdir/bare-metal
178 echo " " $testid_txt >> $resdir/bare-metal
179 echo " 2." Update your bare-metal build tree"'"s .config based on this file: >> $resdir/bare-metal
180 echo " " $resdir/ConfigFragment >> $resdir/bare-metal
181 echo " 3." Make the bare-metal kernel"'"s build system aware of your .config updates: >> $resdir/ba…
182 echo " " $ 'yes "" | make oldconfig' >> $resdir/bare-metal
183 echo " 4." Build your bare-metal kernel. >> $resdir/bare-metal
[all …]
/Linux-v5.15/drivers/soc/fsl/qbman/
Dbman_ccsr.c107 u32 bar, bare; in bm_set_memory() local
119 bare = bm_ccsr_in(REG_FBPR_BARE); in bm_set_memory()
120 if (bare != upper_32_bits(ba) || bar != lower_32_bits(ba)) { in bm_set_memory()
122 ba, bare, bar); in bm_set_memory()
Dqman_ccsr.c349 u32 bar, bare; in qm_set_memory() local
361 bare = qm_ccsr_in(offset); in qm_set_memory()
362 if (bare != upper_32_bits(ba) || bar != lower_32_bits(ba)) { in qm_set_memory()
364 ba, bare, bar); in qm_set_memory()
/Linux-v5.15/Documentation/virt/kvm/
Drunning-nested-guests.rst29 - L0 – level-0; the bare metal host, running KVM
41 hypervisor running on bare metal, adding another layer and
42 resulting in at least four levels in a nested setup — L0 (bare
86 1. On the bare metal host (L0), list the kernel modules and ensure that
125 (Virtual Machine Control Structure)", APIC Virtualization on your bare
145 Once your bare metal host (L0) is configured for nesting, you should be
186 bare metal host, works as of Linux kernel 5.3 and QEMU 4.2.0 for
203 - Migrating a nested guest (L2) to another L1 guest on the *same* bare
207 bare metal host.
209 - Migrating a nested guest (L2) to a bare metal host.
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_flow_dissector.sh120 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \
123 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \
126 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \
/Linux-v5.15/arch/arc/boot/dts/
Dskeleton.dtsi7 * Skeleton device tree; the bare minimum needed to boot; just include and
/Linux-v5.15/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt6 However, if you don't like the notion of statically linked bare-bones
/Linux-v5.15/Documentation/virt/acrn/
Dintroduction.rst6 The ACRN Hypervisor is a Type 1 hypervisor, running directly on bare-metal
/Linux-v5.15/arch/powerpc/platforms/cell/
DKconfig60 bool "RAS features for bare metal Cell BE"
/Linux-v5.15/Documentation/trace/
Dftrace-design.rst74 typically the bare minimum with checking things before returning. That also
88 /* save any bare state needed in order to do initial checking */
94 /* restore any bare state */
157 /* restore any bare state */
/Linux-v5.15/Documentation/admin-guide/hw-vuln/
Dl1tf.rst184 confine the VMEXITs to a bare minimum, but specific configurations and
409 on both hypervisor and bare metal.
557 the bare metal hypervisor, the nested hypervisor and the nested virtual
559 guest will always be processed by the bare metal hypervisor. If KVM is the
560 bare metal hypervisor it will:
568 cache avoids that the bare metal hypervisor's secrets are exposed to the
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/
Dcnxt,cx92755-pinctrl.txt19 For example, the following is the bare minimum node:
Dbrcm,bcm11351-pinctrl.txt14 For example, the following is the bare minimum node:
/Linux-v5.15/Documentation/powerpc/
Ddawr-power9.rst43 For GDB watchpoints (ie 'watch' command) on POWER9 bare metal , GDB
/Linux-v5.15/drivers/remoteproc/
DKconfig73 offloading or just want a bare minimum kernel.
128 DSPs or just want to use a bare minimum kernel.
/Linux-v5.15/scripts/
Dspdxcheck.py241 assert not repo.bare
/Linux-v5.15/Documentation/scsi/
DBusLogic.rst276 BusLogic SCSI Host Adapters are available packaged both as bare boards and as
277 retail kits. The BT- model numbers above refer to the bare board packaging.
279 list. The retail kit includes the bare board and manual as well as cabling and
280 driver media and documentation that are not provided with bare boards.
/Linux-v5.15/mm/
DKconfig.debug57 help to find bare alloc_page(s) leaks. Even if you include this
/Linux-v5.15/fs/nfsd/
DKconfig133 Warning, this server implements the bare minimum functionality
/Linux-v5.15/scripts/mod/
Dmodpost.c841 char *bare = NOFAIL(strndup(p + 1, strlen(p) - 2)); in match() local
842 char *here = strstr(sym, bare); in match()
844 free(bare); in match()
/Linux-v5.15/Documentation/networking/
D6pack.rst170 occur when there is a bare AX.25 connection still running. I don't know if
/Linux-v5.15/Documentation/sh/
Dnew-machine.rst187 - Add machine vector definitions to the board's setup.c. At a bare minimum,
/Linux-v5.15/Documentation/dev-tools/
Dkselftest.rst274 A bare bones test module might look like this:
/Linux-v5.15/arch/arm64/boot/dts/arm/
Djuno-base.dtsi509 /* The SMMU is only really of interest to bare-metal hypervisors */
/Linux-v5.15/Documentation/filesystems/
Dsysfs.rst85 A bare attribute contains no means to read or write the value of the

12