Home
last modified time | relevance | path

Searched full:bare (Results 1 – 25 of 165) sorted by relevance

1234567

/Linux-v6.6/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh169 # Give bare-metal advice
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
177 echo " " $testid_txt >> $resdir/bare-metal
178 echo " 2." Update your bare-metal build tree"'"s .config based on this file: >> $resdir/bare-metal
179 echo " " $resdir/ConfigFragment >> $resdir/bare-metal
180 echo " 3." Make the bare-metal kernel"'"s build system aware of your .config updates: >> $resdir/ba…
181 echo " " $ 'yes "" | make oldconfig' >> $resdir/bare-metal
[all …]
/Linux-v6.6/Documentation/virt/kvm/x86/
Drunning-nested-guests.rst31 - 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.
/Linux-v6.6/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()
121 pr_err("Attempted to reinitialize BMan with different BAR, got 0x%llx read BARE=0x%x BAR=0x%x\n", in bm_set_memory()
122 ba, bare, bar); in bm_set_memory()
Dqman_ccsr.c123 /* Follows FQD_[BARE|BAR|AR] and PFDR_[BARE|BAR|AR] */
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()
363 pr_err("Attempted to reinitialize QMan with different BAR, got 0x%llx read BARE=0x%x BAR=0x%x\n", in qm_set_memory()
364 ba, bare, bar); in qm_set_memory()
/Linux-v6.6/arch/arm/include/uapi/asm/
Dtypes.h10 * difference on ARM between GCC built for bare metal ARM, GCC built for glibc
21 * bare metal GCC long unsigned long unsigned int
/Linux-v6.6/include/linux/
Dcc_platform.h27 * includes running either as a bare-metal system or a hypervisor
38 * The platform/OS is running as a bare-metal system or a hypervisor
Dmemregion.h43 * symbol namespace on bare platforms.
Dentry-kvm.h73 * Bare variant of xfer_to_guest_mode_work_pending(). Can be called from
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_flow_dissector.sh130 ./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 \
Dtest_flow_dissector.c6 * GRE/GUE/BARE outer layer 4, where bare is IPIP/SIT/IPv4-in-IPv6/..
583 fprintf(stderr, "Usage: %s [-e gre|gue|bare|none] [-i 4|6] [-l len] " in usage()
649 else if (!strcmp(optarg, "bare")) in parse_opts()
/Linux-v6.6/drivers/gpu/drm/ci/
Dtest.yml110 - ./install/bare-metal/fastboot.sh
126 - ./install/bare-metal/fastboot.sh
139 - ./install/bare-metal/cros-servo.sh
/Linux-v6.6/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-v6.6/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-v6.6/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt6 However, if you don't like the notion of statically linked bare-bones
/Linux-v6.6/arch/arc/boot/dts/
Dskeleton.dtsi7 * Skeleton device tree; the bare minimum needed to boot; just include and
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Dnbio_v7_4.c456 * vector for bare-metal and sriov use case respectively in nbio_v7_4_set_ras_controller_irq_state()
467 * vetcor 1 for bare metal case */ in nbio_v7_4_set_ras_controller_irq_state()
501 * vector for bare-metal and sriov use case respectively in nbio_v7_4_set_ras_err_event_athub_irq_state()
512 * vetcor 1 for bare metal case */ in nbio_v7_4_set_ras_err_event_athub_irq_state()
/Linux-v6.6/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod-events.h31 /* A bare tracepoint with no event associated with it */
/Linux-v6.6/arch/powerpc/platforms/cell/
DKconfig61 bool "RAS features for bare metal Cell BE"
/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_msg_x86.h42 * execute on bare metal hardware. The caller must make sure to check for
83 * execute on bare metal hardware. The caller must make sure to check for
/Linux-v6.6/drivers/char/hw_random/
Dpowernv-rng.c71 MODULE_DESCRIPTION("Bare metal HWRNG driver for POWER7+ and above");
/Linux-v6.6/kernel/configs/
Ddebug.config4 # seek regressions on linux-next builds on different bare-metal and virtual
/Linux-v6.6/drivers/infiniband/hw/qib/
Dqib_twsi.c97 /* SCL is meant to be bare-drain, so never set "OUT", just DIR */ in scl_out()
127 /* SDA is meant to be bare-drain, so never set "OUT", just DIR */ in sda_out()
141 /* SDA is meant to be bare-drain, so never set "OUT", just DIR */ in sda_in()
/Linux-v6.6/drivers/misc/cxl/
Dirq.c181 * On bare-metal, we know range 0 only contains the PSL in cxl_irq_afu()
189 * the ranges on bare-metal and guest. The end result is the same. in cxl_irq_afu()
376 * On bare-metal, the PSL interrupt is in afu_register_hwirqs()
/Linux-v6.6/drivers/remoteproc/
DKconfig84 offloading or just want a bare minimum kernel.
139 DSPs or just want to use a bare minimum kernel.
/Linux-v6.6/include/xen/
Dxen.h8 XEN_NATIVE, /* running on bare hardware */

1234567