/openbmc/qemu/hw/intc/ |
H A D | aspeed_vic.c | 62 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 D | cpu_loop.c | 269 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 D | 0001-lock.py-fix-Exception-handling.patch | 6 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 D | pci-test-function.rst | 44 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 D | perf-hooks.c | 14 raise(SIGSEGV); in sigsegv_handler() 26 raise(SIGSEGV); in the_hook()
|
/openbmc/u-boot/scripts/dtc/pylibfdt/ |
H A D | libfdt.i_shipped | 87 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 D | python3.patch | 24 …raise GSettingsSchemaConvertException('%s:%s: %s' % (os.path.basename(self.file), current_line_nb,… 33 …raise GSettingsSchemaConvertException('\'%s\' does not look like a valid gconf schema file: %s' % … 54 raise e
|
/openbmc/qemu/docs/specs/ |
H A D | edu.rst | 63 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 D | pci-endpoint-test.rst | 16 #) raise legacy IRQ 17 #) raise MSI IRQ 18 #) raise MSI-X IRQ
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | vdso_restorer.c | 70 raise(SIGUSR1); in main() 87 raise(SIGUSR1); in main()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvzawrs.c.inc | 51 * 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 D | features_check.bbclass | 38 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 D | uboot-config.bbclass | 110 …raise 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.") 116 …raise 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!') 141 …raise bb.parse.SkipRecipe("The selected UBOOT_CONFIG key %s has no match in %s." % (ubootconfig, u…
|
H A D | cargo-update-recipe-crates.bbclass | 41 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 D | nmi_backtrace.c | 38 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 D | 0009-invoking-fsck-with-infinite-timeout.patch | 21 raise FSError("\n".join(error_msgs)) 27 raise FSError("filesystem check failed: %s" % e)
|
/openbmc/qemu/target/microblaze/ |
H A D | op_helper.c | 119 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 D | boot.S | 262 .global raise 263 raise: label 271 endf raise
|
/openbmc/linux/Documentation/devicetree/bindings/iio/accel/ |
H A D | lis302.txt | 37 - 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 D | slog2.S | 32 | 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 D | multiconfig-image-packager_0.1.bb | 26 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 D | 0001-Make-CPU-family-warnings-fatal.patch | 24 + 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 D | poky-sanity.bbclass | 8 … raise NotImplementedError("You need to update bblayers.conf manually for this version transition") 42 … raise NotImplementedError("You need to update bblayers.conf manually for this version transition")
|
/openbmc/qemu/hw/misc/ |
H A D | aspeed_ibt.c | 176 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 D | sas.c | 102 raise(SIGUSR2); in switch_fn() 180 raise(SIGUSR1); in main()
|