Home
last modified time | relevance | path

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

123456789

/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.c269 int raise, enabled; in emulate_arm_fpa11() local
283 raise = 0; in emulate_arm_fpa11()
287 raise |= BIT_IOC; in emulate_arm_fpa11()
290 raise |= BIT_DZC; in emulate_arm_fpa11()
293 raise |= BIT_OFC; in emulate_arm_fpa11()
296 raise |= BIT_UFC; in emulate_arm_fpa11()
299 raise |= BIT_IXC; in emulate_arm_fpa11()
304 ts->fpa.fpsr |= raise & ~enabled; in emulate_arm_fpa11()
306 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/linux/Documentation/PCI/endpoint/
H A Dpci-test-function.rst44 Bit 0 raise legacy IRQ
45 Bit 1 raise MSI IRQ
46 Bit 2 raise MSI-X IRQ
83 for the READ/WRITE/COPY and raise IRQ (Legacy/MSI) commands.
/openbmc/linux/tools/perf/tests/
H A Dperf-hooks.c14 raise(SIGSEGV); in sigsegv_handler()
26 raise(SIGSEGV); in the_hook()
/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/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/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/linux/Documentation/misc-devices/
H A Dpci-endpoint-test.rst16 #) raise legacy IRQ
17 #) raise MSI IRQ
18 #) raise MSI-X IRQ
/openbmc/linux/tools/testing/selftests/x86/
H A Dvdso_restorer.c70 raise(SIGUSR1); in main()
87 raise(SIGUSR1); in main()
/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 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…
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}")
/openbmc/linux/lib/
H A Dnmi_backtrace.c38 void (*raise)(cpumask_t *mask)) in nmi_trigger_cpumask_backtrace()
68 raise(to_cpumask(backtrace_mask)); in nmi_trigger_cpumask_backtrace()
/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/target/microblaze/
H A Dop_helper.c119 int raise = 0; in update_fpu_flags() local
123 raise = 1; in update_fpu_flags()
127 raise = 1; in update_fpu_flags()
131 raise = 1; in update_fpu_flags()
135 raise = 1; in update_fpu_flags()
137 if (raise in update_fpu_flags()
/openbmc/qemu/tests/tcg/arm/system/
H A Dboot.S262 .global raise
263 raise: label
271 endf raise
/openbmc/linux/Documentation/devicetree/bindings/iio/accel/
H A Dlis302.txt37 - st,irq{1,2}-ff-wu-1: raise IRQ 1/2 on FF_WU_1 condition
38 - st,irq{1,2}-ff-wu-2: raise IRQ 1/2 on FF_WU_2 condition
39 - st,irq{1,2}-data-ready: raise IRQ 1/2 on data ready contition
40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition
/openbmc/linux/arch/m68k/fpsp040/
H A Dslog2.S32 | Step 0. If X < 0, create a NaN and raise the invalid operation
47 | Step 0. If X < 0, create a NaN and raise the invalid operation
61 | Step 0. If X < 0, create a NaN and raise the invalid operation
76 | Step 0. If X < 0, create a NaN and raise the invalid operation
/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/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/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/qemu/hw/misc/
H A Daspeed_ibt.c176 bool raise = false; in aspeed_ibt_update_irq() local
188 raise = true; in aspeed_ibt_update_irq()
196 raise = true; in aspeed_ibt_update_irq()
199 if (raise) { in aspeed_ibt_update_irq()
/openbmc/linux/tools/testing/selftests/sigaltstack/
H A Dsas.c102 raise(SIGUSR2); in switch_fn()
180 raise(SIGUSR1); in main()

123456789