Home
last modified time | relevance | path

Searched refs:before (Results 51 – 75 of 2566) sorted by relevance

12345678910>>...103

/openbmc/u-boot/doc/
H A DREADME.mips21 Cache will be disabled before entering the loaded ELF image without
28 1) insert flush_cache(all) before calling dcache_disable(), or
49 initialized in board specific assembler language before the cache init
H A DREADME.autoboot27 any commands. If any key is pressed before the boot delay time
34 U-Boot pressed a key before the system had time to boot. It's even
68 entered before the specified time the boot delay sequence is
95 CONFIG_AUTOBOOT_PROMPT is displayed before the boot delay
111 and this string is received from console input before
117 this string is received from console input before autoboot
/openbmc/linux/drivers/soc/fsl/qbman/
H A Dqman_ccsr.c647 u32 before, after; in __qman_liodn_fixup() local
651 before = qm_ccsr_in(REG_REV3_QCSP_LIO_CFG(idx)); in __qman_liodn_fixup()
653 before = qm_ccsr_in(REG_QCSP_LIO_CFG(idx)); in __qman_liodn_fixup()
655 liodn_offset = before & LIO_CFG_LIODN_MASK; in __qman_liodn_fixup()
659 after = (before & (~LIO_CFG_LIODN_MASK)) | liodn_offset; in __qman_liodn_fixup()
670 u32 before, after; in qman_set_sdest() local
673 before = qm_ccsr_in(REG_REV3_QCSP_IO_CFG(idx)); in qman_set_sdest()
676 after = (before & (~IO_CFG_SDEST_MASK)) | (cpu_idx << 16); in qman_set_sdest()
679 before = qm_ccsr_in(REG_QCSP_IO_CFG(idx)); in qman_set_sdest()
680 after = (before & (~IO_CFG_SDEST_MASK)) | (cpu_idx << 16); in qman_set_sdest()
/openbmc/linux/scripts/coccinelle/iterators/
H A Dfor_each_child.cocci2 // Adds missing of_node_put() before return/break/goto statement within a for_each iterator for chi…
307 msg = "WARNING: Function \"%s\" should have of_node_put() before return " % (i)
317 msg = "WARNING: Function \"%s\" should have of_node_put() before break " % (i)
327 msg = "WARNING: Function \"%s\" should have of_node_put() before goto " % (i)
339 msg = "WARNING: Function \"%s\" should have of_node_put() before return around line %s." % (i, j1[0…
348 msg = "WARNING: Function \"%s\" should have of_node_put() before break around line %s." % (i,j2[0].…
357 msg = "WARNING: Function \"%s\" should have of_node_put() before goto around lines %s." % (i,j3[0].…
/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/
H A Darmada-38x.txt12 following property before the previous one:
19 following property before the previous one:
H A Darmada-39x.txt12 following property before the common "marvell,armada390" one:
23 property before the common "marvell,armada390" one:
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-dhcp-term.sh22 before=$SECONDS
43 tosleep=$((before + 10 - SECONDS))
/openbmc/openbmc/poky/meta-poky/classes/
H A Dpoky-bleeding.bbclass2 # AUTOREV and PV containing '+git' needs to be set early, before any anonymous python
8 # We're running before the class extension code at PreFinalise so manually fix BPN
/openbmc/qemu/tests/qtest/
H A Dvirtio-scsi-test.c366 opts.before = virtio_scsi_hotplug_setup; in register_virtio_scsi_test()
369 opts.before = virtio_scsi_setup; in register_virtio_scsi_test()
373 opts.before = virtio_scsi_setup_4k; in register_virtio_scsi_test()
377 opts.before = virtio_scsi_setup_cd; in register_virtio_scsi_test()
380 opts.before = virtio_scsi_setup_iothread; in register_virtio_scsi_test()
/openbmc/qemu/tests/qemu-iotests/
H A D171.out19 write before image boundary
32 writev before/after image boundary
35 read before image boundary
48 readv before/after image boundary
111 write before image boundary
124 writev before/after image boundary
127 read before image boundary
140 readv before/after image boundary
207 write before image boundary
223 read before image boundary
[all …]
/openbmc/qemu/docs/system/
H A Dmanaged-startup.rst18 additionally configure the machine (by hotplugging devices) in runtime before
24 allows pausing QEMU before the initial VM creation, in a "preconfig" state,
26 before moving on to the resulting configuration startup. In the
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dperl-version.bbclass10 # Assign vardepvalue, because otherwise signature is changed before and after
31 # Assign vardepvalue, because otherwise signature is changed before and after
50 # Assign vardepvalue, because otherwise signature is changed before and after
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dutils.py55 before = s[:position]
56 lines = before.split('\n')
/openbmc/linux/tools/memory-model/litmus-tests/
H A DLB+unlocklockonceonce+poacquireonce.litmus7 * in the first must execute before any accesses in the second, even if the
9 * write executes before a read, their memory effects can be reordered from
/openbmc/linux/Documentation/RCU/
H A Drculist_nulls.rst47 * reuse these object before the RCU grace period, we
94 solved by pre-fetching the "next" field (with proper barriers) before
103 before the move, 'next' pointer is NULL, and lockless reader can not
115 atomic_set_release(&obj->refcnt, 1); // key before refcnt
125 very very fast (before the end of RCU grace period)
210 atomic_set_release(&obj->refcnt, 1); // key before refcnt
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DRestorePolicy.interface.yaml16 The delay in microseconds before invoke power restore policy after
35 Restore power to last requested state recorded before the BMC
/openbmc/openbmc-tools/tof-voters/
H A DREADME.md15 ./voters analyze-commits --before "2022-01-01" --after "2021-06-30"
16 ./voters analyze-reviews --before "2022-01-01" --after "2021-06-30"
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dlinux-dummy.bb63 addtask bundle_initramfs after do_install before do_deploy
65 addtask shared_workdir after do_compile before do_install
/openbmc/linux/Documentation/driver-api/
H A Dio_ordering.rst9 chipset to flush pending writes to the device before any reads are posted. A
31 In the case above, the device may receive newval2 before it receives newval,
50 pending writes before actually posting the read to the chipset, preventing
/openbmc/telemetry/
H A Dmeson.build106 if get_option('service-before').length() > 0
107 service_before = '\nBefore=' + ' '.join(get_option('service-before'))
122 'before': service_before,
/openbmc/phosphor-webui/app/common/styles/components/
H A Dtable.scss130 &::before {
139 &::before {
248 &::before {
275 &.checked::before ,
276 &.indeterminate::before {
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dwic-tools.bb22 # be removed before wic has a chance to use it, hence the exclusion below.
28 addtask do_build_sysroot after do_prepare_recipe_sysroot before do_build
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch2 Subject: [PATCH 09/12] Makefile.am: make sure autoheader run before autoconf
9 So make sure autoheader run before autoconf to avoid this race.
/openbmc/linux/net/ipv4/
H A Dtcp_plb.c73 (!before(tcp_jiffies32, plb->pause_until) || in tcp_plb_check_rehash()
74 before(tcp_jiffies32 + max_suspend, plb->pause_until))) in tcp_plb_check_rehash()
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_forms.scss80 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
81 .custom-control-input:checked ~ .custom-control-label::before {
97 .custom-control-input:focus ~ .custom-control-label::before{

12345678910>>...103