Home
last modified time | relevance | path

Searched refs:raise (Results 1 – 25 of 146) sorted by relevance

123456

/openbmc/qemu/hw/intc/
H A Daspeed_vic.c62 bool raise; in aspeed_vic_set_irq() local
78 raise = level; in aspeed_vic_set_irq()
81 raise = !level; in aspeed_vic_set_irq()
83 s->raw = deposit64(s->raw, irq, 1, raise); in aspeed_vic_set_irq()
89 raise = (!!old_level) != (!!level); in aspeed_vic_set_irq()
93 raise = !old_level && level; in aspeed_vic_set_irq()
96 raise = old_level && !level; in aspeed_vic_set_irq()
99 if (raise) { in aspeed_vic_set_irq()
100 s->raw = deposit64(s->raw, irq, 1, raise); in aspeed_vic_set_irq()
/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c236 int raise, enabled; in emulate_arm_fpa11() local
250 raise = 0; in emulate_arm_fpa11()
254 raise |= BIT_IOC; in emulate_arm_fpa11()
257 raise |= BIT_DZC; in emulate_arm_fpa11()
260 raise |= BIT_OFC; in emulate_arm_fpa11()
263 raise |= BIT_UFC; in emulate_arm_fpa11()
266 raise |= BIT_IXC; in emulate_arm_fpa11()
271 ts->fpa.fpsr |= raise & ~enabled; in emulate_arm_fpa11()
273 if (raise & enabled) { in emulate_arm_fpa11()
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/
H A D0001-lock.py-fix-Exception-handling.patch6 Before, when logdir is not writable, _try_lock will raise an Exception
18 So fixed like this, if _try_lock raise Exception, _unlock_thread first,
19 then raise the Exception.
43 + raise
56 + raise
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/
H A Dpython3.patch24raise GSettingsSchemaConvertException('%s:%s: %s' % (os.path.basename(self.file), current_line_nb,…
33raise GSettingsSchemaConvertException('\'%s\' does not look like a valid gconf schema file: %s' % …
54 raise e
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0009-invoking-fsck-with-infinite-timeout.patch21 raise FSError("\n".join(error_msgs))
27 raise FSError("filesystem check failed: %s" % e)
/openbmc/qemu/docs/specs/
H A Dedu.rst63 raise interrupt after finishing factorial computation
66 It contains values which raised the interrupt (see interrupt raise
69 0x60 (WO) : interrupt raise register
95 raise interrupt 0x100 after finishing the DMA
100 An IRQ is generated when written to the interrupt raise register. The value
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzawrs.c.inc51 * should raise an exception when the implementation-specific bounded time
53 * immediately, as does our implementation of wrs.sto, or raise an
60 /* We only get here when helper_wrs_nto() doesn't raise an exception. */
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dfeatures_check.bbclass38 raise bb.parse.SkipRecipe("one of '%s' needs to be in %s_FEATURES"
45 raise bb.parse.SkipRecipe("missing required %s feature%s '%s' (not in %s_FEATURES)"
52 raise bb.parse.SkipRecipe("conflicting %s feature%s '%s' (in %s_FEATURES)"
H A Dcargo-update-recipe-crates.bbclass41 raise ValueError("Unable to find any candidate crates that use crates.io")
72 raise ValueError("Cannot parse '%s'" % cargo_lock_path) from e
76 raise ValueError("Unable to find any Cargo.lock in ${CARGO_LOCK_SRC_DIR}")
H A Duboot-config.bbclass110raise bb.parse.SkipRecipe("Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the %s machine conf…
113 raise bb.parse.SkipRecipe("You cannot use UBOOT_MACHINE and UBOOT_CONFIG at the same time.")
116raise bb.parse.SkipRecipe("You cannot use UBOOT_BINARIES as it is internal to uboot_config.bbclass…
126 raise bb.parse.SkipRecipe('Only config,images,binary can be specified!')
141raise bb.parse.SkipRecipe("The selected UBOOT_CONFIG key %s has no match in %s." % (ubootconfig, u…
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped87 quiet: Errors to ignore (empty to raise on all errors)
97 raise FdtException(val)
108 quiet: Errors to ignore (empty to raise on all errors)
121 raise FdtException(val)
159 quiet: Errors to ignore (empty to raise on all errors)
176 quiet: Errors to ignore (empty to raise on all errors)
191 quiet: Errors to ignore (empty to raise on all errors)
306 quiet: Errors to ignore (empty to raise on all errors)
322 quiet: Errors to ignore (empty to raise on all errors)
351 quiet: Errors to ignore (empty to raise on all errors)
[all …]
/openbmc/qemu/tests/tcg/arm/system/
H A Dboot.S262 .global raise
263 raise: label
271 endf raise
/openbmc/qemu/tests/tcg/x86_64/
H A Dtest-1648.c31 raise(SIGUSR1); in main()
/openbmc/u-boot/arch/arm/lib/
H A Deabi_compat.c10 int raise (int signum) in raise() function
/openbmc/openbmc/poky/meta-selftest/recipes-test/multiconfig/
H A Dmulticonfig-image-packager_0.1.bb26 raise bb.parse.SkipRecipe("Not a multiconfig target")
29 raise bb.parse.SkipRecipe("multiconfig target %s not enabled" % mcname)
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-bsp/arm-systemready/
H A Darm-systemready-firmware.bb11 raise bb.parse.SkipRecipe("ARM_SYSTEMREADY_FIRMWARE needs to be set")
/openbmc/qemu/target/microblaze/
H A Dop_helper.c131 int raise = 0; in update_fpu_flags() local
135 raise = 1; in update_fpu_flags()
139 raise = 1; in update_fpu_flags()
143 raise = 1; in update_fpu_flags()
147 raise = 1; in update_fpu_flags()
149 if (raise in update_fpu_flags()
/openbmc/openbmc/poky/meta-poky/classes/
H A Dpoky-sanity.bbclass8raise NotImplementedError("You need to update bblayers.conf manually for this version transition")
42raise NotImplementedError("You need to update bblayers.conf manually for this version transition")
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A D0001-Make-CPU-family-warnings-fatal.patch24 + raise EnvironmentException('Unknown CPU family {}, see https://wiki.yoctoproject.org/w…
41 + raise EnvironmentException('Unknown CPU family %s, see https://wiki.yoctoproject.org/wiki/…
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/images/
H A Dinitramfs-kexecboot-klibc-image.bb11 raise bb.parse.SkipRecipe("'nios2' not supported arch")
/openbmc/qemu/hw/vmapple/
H A Dtrace-events11 aes_cmd_flag(uint32_t raise, uint32_t flag_info) "raise=%d flag_info=0x%x"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kivy/
H A D0001-Remove-old-Python-2-long-from-Cython-files-fixes-bui.patch40 raise TypeError("Argument 'indices' has incorrect type (expected bytes or int).")
49 raise TypeError("Argument 'data' has incorrect type (expected bytes or int).")
/openbmc/openbmc/poky/meta-selftest/recipes-test/fortran/
H A Dfortran-helloworld.bb26 raise bb.parse.SkipRecipe("Fortran isn't enabled")
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/
H A Dandroid-tools-conf_1.0.bb20 raise bb.parse.SkipRecipe("PREFERRED_PROVIDER_%s set to %s, not %s" % (pn, profprov, pn))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/
H A Dandroid-tools-conf_1.0.bb22 raise bb.parse.SkipRecipe("PREFERRED_PROVIDER_%s set to %s, not %s" % (pn, profprov, pn))

123456