/openbmc/linux/Documentation/crypto/ |
H A D | devel-algos.rst | 72 other part of the kernel. Note that the .cia_setkey() call might happen 73 before or after any of these schematics happen, but must not happen 172 other part of the kernel. Note that the .setkey() call might happen 173 before or after any of these schematics happen, but must not happen 210 ----------- other transformations happen here -----------
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.12/ |
H A D | oe-npm-cache | 23 // found, place debug statements in 'make-fetch-happen/lib/cache/policy.js' 27 'key_prefix': 'make-fetch-happen:request-cache:', 47 'key_prefix': 'make-fetch-happen:request-cache:',
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | powerdomain-common.c | 61 WARN_ON(1); /* should never happen */ in omap2_pwrdm_get_mem_bank_onstate_mask() 81 WARN_ON(1); /* should never happen */ in omap2_pwrdm_get_mem_bank_retst_mask() 101 WARN_ON(1); /* should never happen */ in omap2_pwrdm_get_mem_bank_stst_mask()
|
/openbmc/qemu/include/qapi/ |
H A D | visitor.h | 286 * Can happen only when @v is an input visitor. 305 * On failure, store an error through @errp. Can happen only when @v 345 * Can happen only when @v is an input visitor. 381 * On failure, store an error through @errp. Can happen only when @v 420 * Can happen only when @v is an input visitor. 512 * On failure, store an error through @errp. Can happen only when @v 546 * On failure, store an error through @errp. Can happen only when @v 627 * On failure, store an error through @errp. Can happen only when @v 649 * Can happen only when @v is an input visitor. 667 * On failure, store an error through @errp. Can happen only when @v [all …]
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 263 /* these should not happen */ in wait_for_csb() 280 /* should not happen, we use physical addrs */ in wait_for_csb() 291 /* should not happen, we use physical addrs */ in wait_for_csb() 295 /* shouldn't happen, we're in HYP mode */ in wait_for_csb() 299 /* shouldn't happen, setup_ddl doesn't use many dde's */ in wait_for_csb() 304 /* shouldn't happen, we setup CRB correctly */ in wait_for_csb() 309 * shouldn't happen, setup_direct/indirect_dde creates in wait_for_csb() 315 /* shouldn't happen, setup_ddl creates DDL right */ in wait_for_csb() 319 /* shouldn't happen, setup_ddl creates DDL right */ in wait_for_csb() 323 /* should not happen with ICSWX */ in wait_for_csb() [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | atomics.rst | 124 - acquire operations will appear to happen, with respect to the other 128 - release operations will appear to happen, with respect to the other 144 happen, with respect to the other components of the system, 150 happen, with respect to the other components of the system, 163 the barrier will appear to happen before all the LOAD operations 171 the barrier will appear to happen before all the STORE operations 179 the barrier will appear to happen before all the LOAD or STORE operations 184 the barrier will appear to happen after all the LOAD or STORE operations 189 before the barrier will appear to happen before all the LOAD and 203 the processor will guarantee that the first LOAD will appear to happen [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | mem_noshuf_exception.c | 32 * raise an exception and allows the store to happen. 98 * raise an exception and allows the store to happen. in main() 112 * Also check that the post-increment doesn't happen when the in main()
|
/openbmc/linux/Documentation/bpf/ |
H A D | cpumasks.rst | 235 /* Should never happen. */ 240 /* Should never happen. */ 309 /* Should never happen. */ 314 /* Should never happen. */ 318 /* Should never happen. */ 324 /* Should never happen. */
|
/openbmc/u-boot/doc/ |
H A D | README.unaligned-memory-access.txt | 22 The above may seem a little vague, as memory access can happen in different 56 happen. The exception handler is able to correct the unaligned access, 59 happen, but the exceptions do not contain enough information for the 66 memory accesses to happen, your code will not work correctly on certain 166 Think about what would happen if addr1 was an odd address such as 0x10003.
|
H A D | README.memory-test | 76 which usually happen not with simple read or write cycles on the bus, 78 accesses usually happen only for certain DMA operations, or for heavy 97 to catch did not happen when accessing the RAM, but when reading from
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | xen_shinfo_test.c | 719 "Expected event channel IRQ but it didn't happen"); in main() 732 "Expected event channel IRQ but it didn't happen"); in main() 752 "Expected event channel IRQ but it didn't happen"); in main() 763 "Expected event channel IRQ but it didn't happen"); in main() 776 "Expected event channel IRQ but it didn't happen"); in main() 787 "Expected event channel IRQ but it didn't happen"); in main() 810 "Expected event channel IRQ but it didn't happen"); in main() 824 "Expected event channel IRQ but it didn't happen"); in main() 867 "Expected event channel IRQ but it didn't happen"); in main() 884 "Expected event channel IRQ but it didn't happen"); in main() [all …]
|
/openbmc/linux/drivers/md/ |
H A D | dm-builtin.c | 19 * happen: 38 * being scheduled long enough, this bug may really happen.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ |
H A D | PowerSupplyRedundancy.interface.yaml | 51 With BMC Specific algorithm, when rotation happen, BMC will add 57 RotationRankOrder every time before rotation happen, then BMC
|
/openbmc/linux/Documentation/core-api/ |
H A D | unaligned-memory-access.rst | 28 The above may seem a little vague, as memory access can happen in different 62 happen. The exception handler is able to correct the unaligned access, 65 happen, but the exceptions do not contain enough information for the 72 memory accesses to happen, your code will not work correctly on certain 172 Think about what would happen if addr1 was an odd address such as 0x10003.
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | error_logging_utils_tests.cpp | 190 // Try to log error again. Should not happen due to ErrorHistory. in TEST() 225 // Try to log error again. Should not happen due to ErrorHistory. in TEST() 261 // Try to log error again. Should not happen due to ErrorHistory. in TEST() 293 // Try to log error again. Should not happen due to ErrorHistory. in TEST() 324 // Try to log error again. Should not happen due to ErrorHistory. in TEST() 355 // Try to log error again. Should not happen due to ErrorHistory. in TEST() 385 // Try to log error again. Should not happen due to ErrorHistory. in TEST()
|
/openbmc/linux/include/linux/sched/ |
H A D | wake_q.h | 19 * already in a wake queue, the wakeup will happen soon and the second 31 * NOTE that there is no guarantee the wakeup will happen any later than the
|
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/ |
H A D | 0001-Fix-build-race-in-Makefile.patch | 13 In parallel builds, all of those targets happen at the same time. This 14 means that 'bin' can happen *after* 'bin/$(GLEWINFO.BIN)', which is a
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | mlxsw.rst | 97 routed from a disabled router interface (RIF). This can happen during 103 routed through a disabled router interface (RIF). This can happen during
|
/openbmc/u-boot/drivers/rtc/ |
H A D | at91sam9_rtt.c | 60 /* wait for counter clear to happen, takes less than a 1/32768th second */ in rtc_set() 75 /* wait for counter clear to happen, takes less than a 1/32768th second */ in rtc_reset()
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_mem.h | 70 * There are no guarantees what will happen if unplugged memory is 76 * It can happen that the device cannot process a request, because it is 81 * scenarios (if the device is busy) it can happen that the device still
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_mem.h | 70 * There are no guarantees what will happen if unplugged memory is 76 * It can happen that the device cannot process a request, because it is 81 * scenarios (if the device is busy) it can happen that the device still
|
/openbmc/linux/kernel/locking/ |
H A D | spinlock_debug.c | 130 * Must not happen on UP: in do_raw_spin_trylock() 170 * Must not happen on UP: in do_raw_read_trylock() 222 * Must not happen on UP: in do_raw_write_trylock()
|
/openbmc/linux/drivers/mtd/parsers/ |
H A D | Kconfig | 42 for your particular device. It won't happen automatically. The 123 for your particular device. It won't happen automatically. The 172 for your particular device. It won't happen automatically. The
|
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | ops-dreamcast.c | 21 * The !gapspci_config_access case really shouldn't happen, ever, unless 34 * likely to happen anytime soon.
|
/openbmc/linux/fs/reiserfs/ |
H A D | lock.c | 57 /* this can happen when the lock isn't always held */ in reiserfs_write_unlock_nested() 74 /* this can happen when the lock isn't always held */ in reiserfs_write_lock_nested()
|