| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | git.py | 23 if self._run_git_cmd_at(['rev-parse', '--is-bare-repository'], path) == 'true': 24 self.bare = True 27 self.bare = False 48 def init(path, bare=False): argument 51 if bare: 52 cmd.append('--bare')
|
| H A D | gitarchive.py | 30 def init_git_repo(path, no_create, bare, log): argument 47 repo = GitRepo.init(path, bare) 94 if not repo.bare and repo.get_current_branch() == branch: 130 def gitarchive(data_dir, git_dir, no_create, bare, commit_msg_subject, commit_msg_body, branch_name… argument 135 data_repo = init_git_repo(git_dir, no_create, bare, log)
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | running-nested-guests.rst | 29 - 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.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Readline-Bare-Essentials.html | 17 <title>Debugging with GDB: Readline Bare Essentials</title> 19 <meta name="description" content="Debugging with GDB: Readline Bare Essentials"> 20 <meta name="keywords" content="Debugging with GDB: Readline Bare Essentials"> 64 <a name="Readline-Bare-Essentials"></a> 70 <a name="Readline-Bare-Essentials-1"></a> 71 <h4 class="subsection">32.2.1 Readline Bare Essentials</h4> 91 blank space created by the removal of the text. A list of the bare
|
| H A D | Readline-Movement-Commands.html | 30 <link href="Readline-Bare-Essentials.html#Readline-Bare-Essentials" rel="previous" title="Readline … 67 …a>, Previous: <a href="Readline-Bare-Essentials.html#Readline-Bare-Essentials" accesskey="p" rel="…
|
| H A D | Readline-Interaction.html | 29 <link href="Readline-Bare-Essentials.html#Readline-Bare-Essentials" rel="next" title="Readline Bare… 86 … valign="top">• <a href="Readline-Bare-Essentials.html#Readline-Bare-Essentials" accesskey="1…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Readline-Bare-Essentials.html | 17 <title>Debugging with GDB: Readline Bare Essentials</title> 19 <meta name="description" content="Debugging with GDB: Readline Bare Essentials"> 20 <meta name="keywords" content="Debugging with GDB: Readline Bare Essentials"> 64 <a name="Readline-Bare-Essentials"></a> 70 <a name="Readline-Bare-Essentials-1"></a> 71 <h4 class="subsection">32.2.1 Readline Bare Essentials</h4> 91 blank space created by the removal of the text. A list of the bare
|
| H A D | Readline-Movement-Commands.html | 30 <link href="Readline-Bare-Essentials.html#Readline-Bare-Essentials" rel="previous" title="Readline … 67 …a>, Previous: <a href="Readline-Bare-Essentials.html#Readline-Bare-Essentials" accesskey="p" rel="…
|
| H A D | Readline-Interaction.html | 29 <link href="Readline-Bare-Essentials.html#Readline-Bare-Essentials" rel="next" title="Readline Bare… 86 … valign="top">• <a href="Readline-Bare-Essentials.html#Readline-Bare-Essentials" accesskey="1…
|
| /OK3568_Linux_fs/external/xserver/debian/po/ |
| H A D | nb.po | 26 msgstr "Bare root" 32 msgstr "Bare konsoll-brukere" 60 "skje dersom bare root får lov til å starte X-tjeneren. En god middelvei er å " 61 "tillate bare brukere som er logget inn på et av de virtuelle konsollene å "
|
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | amp.its | 15 description = "bare-mental-core1"; 31 description = "bare-mental-core2"; 47 description = "bare-mental-core3";
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/qbman/ |
| H 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() 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()
|
| H A D | qman_ccsr.c | 123 /* 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()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-git-archive | 45 parser.add_argument('--bare', action='store_true', 46 help="Initialize a bare repository when creating a " 106 gitarchive.gitarchive(args.data_dir, args.git_dir, args.no_create, args.bare,
|
| /OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/ |
| H A D | types.h | 10 * difference on ARM between GCC built for bare metal ARM, GCC built for glibc 21 * bare metal GCC long unsigned long unsigned int
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/ |
| H A D | types.h | 10 * difference on ARM between GCC built for bare metal ARM, GCC built for glibc 21 * bare metal GCC long unsigned long unsigned int
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | gitsm.py | 205 # Figure out where we clone over the bare submodules... 226 # Ensure the submodule repository is NOT set to bare, since we're checking it out... 228 …runfetchcmd("%s config core.bare false" % (ud.basecmd), d, quiet=True, workdir=os.path.join(repo_c… 230 …logger.error("Unable to set git config core.bare to false for %s" % os.path.join(repo_conf, 'modul…
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cc_platform.h | 27 * 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
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_flow_dissector.sh | 120 ./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 \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | nbio_v7_4.c | 377 * vector for bare-metal and sriov use case respectively in nbio_v7_4_set_ras_controller_irq_state() 384 * vetcor 1 for bare metal case */ in nbio_v7_4_set_ras_controller_irq_state() 413 * vector for bare-metal and sriov use case respectively in nbio_v7_4_set_ras_err_event_athub_irq_state() 420 * vetcor 1 for bare metal case */ in nbio_v7_4_set_ras_err_event_athub_irq_state()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.x86 | 24 In this case, known as bare mode, from the fact that it runs on the 25 'bare metal', U-Boot acts like a BIOS replacement. The following platforms 76 Build Instructions for U-Boot as BIOS replacement (bare mode) 90 Chromebook Link specific instructions for bare mode: 121 Chromebook Samus (2015 Pixel) instructions for bare mode: 202 Intel Crown Bay specific instructions for bare mode: 239 Intel Cougar Canyon 2 specific instructions for bare mode: 260 Intel Bay Trail based board instructions for bare mode: 335 Intel Galileo instructions for bare mode: 356 QEMU x86 target instructions for bare mode: [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H 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 */
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | drm_dp_helper.c | 496 /* Send a bare address packet to start the transaction. in drm_dp_i2c_xfer() 497 * Zero sized messages specify an address only (bare in drm_dp_i2c_xfer() 538 /* Send a bare address packet to close out the transaction. in drm_dp_i2c_xfer() 539 * Zero sized messages specify an address only (bare in drm_dp_i2c_xfer()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | literal.cpp | 68 ctx.error(R"(Bare objects invalid. Use ["literal", {...}] instead.)"); in parse() 99 // bare primitive value (string, number, boolean, null) in parse()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/hw-vuln/ |
| H 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
|