Home
last modified time | relevance | path

Searched refs:usermode (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgobject-introspection-data.bbclass2 # DISTRO_FEATURES and qemu-usermode is in MACHINE_FEATURES, and False otherwise.
7 … bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d), 'False', d)}"
H A Dgtk-doc.bbclass3 # use of usermode qemu).
6 # DISTRO_FEATURES and qemu-usermode is in MACHINE_FEATURES, and False otherwise.
12 … bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d), 'False', d)}"
H A Dmanpages.bbclass19 if ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'true', 'false', d)}; then
H A Dqemu.bbclass69 # needs right options to usermode qemu
H A Dmeson.bbclass7 EXEWRAPPER_ENABLED ?= "${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d…
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/powerpc/
H A Dtune-ppce5500.inc19 # QEMU usermode fails with invalid instruction error (YOCTO: #10304)
20 …FILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'e5500', ' qemu-usermode', '', d)}"
H A Dtune-ppce6500.inc19 # QEMU usermode fails with invalid instruction error (YOCTO: #10304)
20 …FILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'e6500', ' qemu-usermode', '', d)}"
H A Dtune-power6.inc23 # QEMU usermode fails with invalid instruction error
24 …ILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'power6', ' qemu-usermode', '', d)}"
H A Dtune-power5.inc23 # QEMU usermode fails with invalid instruction error
24 …ILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'power5', ' qemu-usermode', '', d)}"
H A Dtune-power7.inc23 # QEMU usermode fails with invalid instruction error
24 …ILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'power7', ' qemu-usermode', '', d)}"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/
H A Dqemuwrapper-cross_1.0.bb24 if [ ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d)} = False -a "${P…
25 echo "qemuwrapper: qemu usermode is not supported"
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dsubarch.include1 # SUBARCH tells the usermode build what the underlying arch is. That is set
2 # first, and if a usermode build is happening, the "ARCH=um" on the command
/OK3568_Linux_fs/kernel/scripts/
H A Dsubarch.include1 # SUBARCH tells the usermode build what the underlying arch is. That is set
2 # first, and if a usermode build is happening, the "ARCH=um" on the command
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dsubarch.include1 # SUBARCH tells the usermode build what the underlying arch is. That is set
2 # first, and if a usermode build is happening, the "ARCH=um" on the command
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dsubarch.include1 # SUBARCH tells the usermode build what the underlying arch is. That is set
2 # first, and if a usermode build is happening, the "ARCH=um" on the command
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Dsubarch.include1 # SUBARCH tells the usermode build what the underlying arch is. That is set
2 # first, and if a usermode build is happening, the "ARCH=um" on the command
/OK3568_Linux_fs/kernel/security/
H A DKconfig191 bool "Force all usermode helper calls through a single binary"
194 binary programs through the "usermode helper" kernel
204 "real" usermode helper binary, based on the first argument
208 If you wish for all usermode helper programs are to be
213 string "Path to the static usermode helper binary"
215 default "/sbin/usermode-helper"
217 The binary called by the kernel when any usermode helper
222 If you wish for all usermode helper programs to be disabled,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-support/usermode/
H A Dusermode_1.114.bb2 DESCRIPTION = "The usermode contains the userhelper program, which can be used to allow configured \
9 HOMEPAGE = "https://pagure.io/usermode"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/musl/
H A D0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch7 environment, especially when executing qemu in usermode to run target
9 can be computed during cross builds, qemu in usermode often comes to aid
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl/
H A D0001-build-set-HAVE_STATEMENT_EXPR-var.patch9 in meson.bbclass to be True and qemu-usermode to be working.
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/x86/
H A Darch-x86.inc28 …KFILL_CONSIDERED:append = " ${@bb.utils.contains('TUNE_FEATURES', 'mx32', 'qemu-usermode', '', d)}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/graphviz/
H A Dgraphviz_2.50.0.bb89 if ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'true', 'false', d)}; then
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A De500_mmu_host.c48 static inline u32 e500_shadow_mas3_attrib(u32 mas3, int usermode) in e500_shadow_mas3_attrib() argument
54 if (!usermode) { in e500_shadow_mas3_attrib()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A DCVE-2021-3750-3.patch43 /* Memory access is usermode (unprivileged) */
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/mips/
H A Darch-mips.inc24 …CKFILL_CONSIDERED:append = " ${@bb.utils.contains('TUNE_FEATURES', 'n32', 'qemu-usermode', '', d)}"

12