Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dgit.py24 self.bare = True
27 self.bare = False
48 def init(path, bare=False): argument
51 if bare:
H A Dgitarchive.py30 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 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.
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qbman/
H A 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()
H A 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()
/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Damp.its15 description = "bare-mental-core1";
31 description = "bare-mental-core2";
47 description = "bare-mental-core3";
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A 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 \
/OK3568_Linux_fs/buildroot/support/testing/tests/download/git-remote/refs-sub1.git/
H A Dconfig4 bare = true
/OK3568_Linux_fs/buildroot/support/testing/tests/download/git-remote/repo.git/
H A Dconfig4 bare = true
/OK3568_Linux_fs/buildroot/support/testing/tests/download/git-remote/refs-sub2.git/
H A Dconfig4 bare = true
/OK3568_Linux_fs/external/xserver/debian/po/
H A Dnb.po60 "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/arch/x86/dts/
H A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
H A Dskeleton64.dtsi2 * Skeleton device tree in the 64 bits version; the bare minimum
/OK3568_Linux_fs/u-boot/arch/mips/dts/
H A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
/OK3568_Linux_fs/u-boot/arch/arc/dts/
H A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
/OK3568_Linux_fs/buildroot/package/python-gitdb2/
H A DConfig.in7 GitDB allows you to access bare git repositories for reading
/OK3568_Linux_fs/kernel/arch/arc/boot/dts/
H A Dskeleton.dtsi7 * Skeleton device tree; the bare minimum needed to boot; just include and
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/doc/
H A Dinitrd.txt6 However, if you don't like the notion of statically linked bare-bones
/OK3568_Linux_fs/u-boot/board/emulation/
H A DKconfig16 as a coreboot payload as well as bare boot without coreboot.
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drust.bbclass33 # XXX: for some reason bitbake sets BUILD_* & TARGET_* but uses the bare
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/kmscube/
H A Dkmscube_git.bb2 DESCRIPTION = "kmscube is a little demonstration program for how to drive bare metal graphics \
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmvgbe.c237 MVGBE_REG_BITS_RESET(regs->bare, (1 << param->win)); in set_access_control()
239 MVGBE_REG_BITS_SET(regs->bare, (1 << param->win)); in set_access_control()
491 MVGBE_REG_WR(regs->bare, 0x3f); in mvgbe_halt()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Dquery.py121 …False, args.filenames, args.recipes_only, args.multiple, args.layer, args.bare, inheritlist, args.…
123 …, show_filenames, show_recipes_only, show_multi_provider_only, selected_layer, bare, inherits, mc): argument
158 if not bare and f in skiplist:
/OK3568_Linux_fs/buildroot/boot/afboot-stm32/
H A D0001-Pass-fno-builtin-to-fix-build-with-gcc-10.patch15 gets recognized as such. However, in the context of bare-metal code,

12345