/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/ |
A D | kvm-test-1-run.sh | 173 touch $resdir/bare-metal 174 echo To run this scenario on bare metal: >> $resdir/bare-metal 175 echo >> $resdir/bare-metal 176 echo " 1." Set your bare-metal build tree to the state shown in this file: >> $resdir/bare-metal 178 echo " 2." Update your bare-metal build tree"'"s .config based on this file: >> $resdir/bare-metal 180 echo " 3." Make the bare-metal kernel"'"s build system aware of your .config updates: >> $resdir/ba… 182 echo " 4." Build your bare-metal kernel. >> $resdir/bare-metal 183 echo " 5." Boot your bare-metal kernel with the following parameters: >> $resdir/bare-metal 189 echo " 8." Copy your bare-metal kernel"'"s .config file, overwriting this file: >> $resdir/bare-met… 196 echo >> $resdir/bare-metal [all …]
|
/linux-6.3-rc2/drivers/soc/fsl/qbman/ |
A D | bman_ccsr.c | 107 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()
|
A D | qman_ccsr.c | 349 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-6.3-rc2/Documentation/virt/kvm/x86/ |
A D | running-nested-guests.rst | 31 - L0 – level-0; the bare metal host, running KVM 43 hypervisor running on bare metal, adding another layer and 44 resulting in at least four levels in a nested setup — L0 (bare 88 1. On the bare metal host (L0), list the kernel modules and ensure that 127 (Virtual Machine Control Structure)", APIC Virtualization on your bare 147 Once your bare metal host (L0) is configured for nesting, you should be 188 bare metal host, works as of Linux kernel 5.3 and QEMU 4.2.0 for 205 - Migrating a nested guest (L2) to another L1 guest on the *same* bare 209 bare metal host. 211 - Migrating a nested guest (L2) to a bare metal host.
|
A D | errata.rst | 9 behavioral differences between virtual machines and bare metal systems.
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_flow_dissector.sh | 130 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \ 133 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \ 136 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \
|
/linux-6.3-rc2/arch/arc/boot/dts/ |
A D | skeleton.dtsi | 7 * Skeleton device tree; the bare minimum needed to boot; just include and
|
/linux-6.3-rc2/tools/testing/selftests/rcutorture/doc/ |
A D | initrd.txt | 6 However, if you don't like the notion of statically linked bare-bones
|
/linux-6.3-rc2/Documentation/virt/acrn/ |
A D | introduction.rst | 6 The ACRN Hypervisor is a Type 1 hypervisor, running directly on bare-metal
|
/linux-6.3-rc2/kernel/configs/ |
A D | debug.config | 2 # seek regressions on linux-next builds on different bare-metal and virtual
|
/linux-6.3-rc2/arch/powerpc/platforms/cell/ |
A D | Kconfig | 61 bool "RAS features for bare metal Cell BE"
|
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/ |
A D | arm,integrator.yaml | 33 a compact form factor and mainly consists of the bare minimum
|
/linux-6.3-rc2/Documentation/trace/ |
A D | ftrace-design.rst | 74 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-6.3-rc2/Documentation/admin-guide/hw-vuln/ |
A D | l1tf.rst | 184 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-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | cnxt,cx92755-pinctrl.txt | 19 For example, the following is the bare minimum node:
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | dawr-power9.rst | 51 For GDB watchpoints (ie 'watch' command) on POWER9 bare metal , GDB
|
/linux-6.3-rc2/Documentation/virt/hyperv/ |
A D | clocks.rst | 11 driver, just as they would on bare metal. Linux vDSO support for the
|
/linux-6.3-rc2/drivers/remoteproc/ |
A D | Kconfig | 84 offloading or just want a bare minimum kernel. 139 DSPs or just want to use a bare minimum kernel.
|
/linux-6.3-rc2/Documentation/x86/ |
A D | tdx.rst | 25 TDX guests behave differently from bare-metal and traditional VMX guests. 73 these MSRs appear to function just as they would on bare metal.
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | BusLogic.rst | 276 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-6.3-rc2/drivers/cxl/ |
A D | Kconfig | 135 bare metal x86. However, for testing purposes toggling this option
|
/linux-6.3-rc2/fs/nfsd/ |
A D | Kconfig | 133 Warning, this server implements the bare minimum functionality
|
/linux-6.3-rc2/Documentation/driver-api/virtio/ |
A D | writing_virtio_drivers.rst | 21 As a bare minimum, a virtio driver needs to register in the virtio bus
|
/linux-6.3-rc2/drivers/firmware/arm_scmi/ |
A D | Kconfig | 40 If enabled allows the direct injection and snooping of SCMI bare
|
/linux-6.3-rc2/scripts/ |
A D | spdxcheck.py | 347 assert not repo.bare
|