| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | gobject-introspection-data.bbclass | 2 # 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 D | gtk-doc.bbclass | 3 # 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 D | manpages.bbclass | 19 if ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'true', 'false', d)}; then
|
| H A D | qemu.bbclass | 69 # needs right options to usermode qemu
|
| H A D | meson.bbclass | 7 EXEWRAPPER_ENABLED ?= "${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d…
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/powerpc/ |
| H A D | tune-ppce5500.inc | 19 # QEMU usermode fails with invalid instruction error (YOCTO: #10304) 20 …FILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'e5500', ' qemu-usermode', '', d)}"
|
| H A D | tune-ppce6500.inc | 19 # QEMU usermode fails with invalid instruction error (YOCTO: #10304) 20 …FILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'e6500', ' qemu-usermode', '', d)}"
|
| H A D | tune-power6.inc | 23 # QEMU usermode fails with invalid instruction error 24 …ILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'power6', ' qemu-usermode', '', d)}"
|
| H A D | tune-power5.inc | 23 # QEMU usermode fails with invalid instruction error 24 …ILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'power5', ' qemu-usermode', '', d)}"
|
| H A D | tune-power7.inc | 23 # 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 D | qemuwrapper-cross_1.0.bb | 24 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 D | subarch.include | 1 # 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 D | subarch.include | 1 # 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 D | subarch.include | 1 # 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 D | subarch.include | 1 # 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 D | subarch.include | 1 # 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 D | Kconfig | 191 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 D | usermode_1.114.bb | 2 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 D | 0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch | 7 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 D | 0001-build-set-HAVE_STATEMENT_EXPR-var.patch | 9 in meson.bbclass to be True and qemu-usermode to be working.
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/x86/ |
| H A D | arch-x86.inc | 28 …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 D | graphviz_2.50.0.bb | 89 if ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'true', 'false', d)}; then
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | e500_mmu_host.c | 48 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 D | CVE-2021-3750-3.patch | 43 /* Memory access is usermode (unprivileged) */
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/mips/ |
| H A D | arch-mips.inc | 24 …CKFILL_CONSIDERED:append = " ${@bb.utils.contains('TUNE_FEATURES', 'n32', 'qemu-usermode', '', d)}"
|