Home
last modified time | relevance | path

Searched refs:mb (Results 201 – 225 of 690) sorted by relevance

12345678910>>...28

/openbmc/linux/arch/microblaze/kernel/cpu/
H A DMakefile13 obj-y += cache.o cpuinfo.o cpuinfo-pvr-full.o cpuinfo-static.o mb.o pvr.o
/openbmc/linux/arch/sh/include/asm/
H A Dcache_insns_32.h10 #define __icbi(addr) mb()
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/
H A Dampere-chassis-poweron.service8 ExecStart=/usr/libexec/ampere-hostctrl/ampere_power_util.sh mb on
H A Dampere-host-shutdown.service9 ExecStart=/usr/libexec/ampere-hostctrl/ampere_power_util.sh mb graceful_shutdown
H A Dampere-host-reset.service11 ExecStart=/usr/libexec/ampere-hostctrl/ampere_power_util.sh mb host_reset
H A Dampere-host-power-cycle.service11 ExecStart=/usr/libexec/ampere-hostctrl/ampere_power_util.sh mb host_cycle
H A Dampere-chassis-poweroff.service10 ExecStart=/usr/libexec/ampere-hostctrl/ampere_power_util.sh mb off
/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/
H A Dhost-poweron.service8 ExecStart=/usr/sbin/power-util mb on
/openbmc/linux/tools/arch/sparc/include/asm/
H A Dbarrier_64.h39 #define mb() membar_safe("#StoreLoad") macro
/openbmc/linux/tools/arch/powerpc/include/asm/
H A Dbarrier.h26 #define mb() __asm__ __volatile__ ("sync" : : : "memory") macro
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A Dsuricata.yaml118 #limit: 32mb
191 limit: 1000mb
567 memcap: 32mb
609 memcap: 64mb
668 # memcap: 32mb # Can be specified in kb, mb, gb. Just a
686 # memcap: 64mb # Can be specified in kb, mb, gb. Just a number
688 # depth: 1mb # Can be specified in kb, mb, gb. Just a number
718 memcap: 32mb
722 memcap: 128mb
723 depth: 1mb # reassemble 1mb into a stream
[all …]
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-cpld-update/
H A Dphosphor-ipmi-flash-mbcpld-update.service5 ExecStart=/usr/sbin/kudo-fw.sh mbcpld /run/initramfs/mb-cpld.svf
/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/cpld-update/
H A Dphosphor-ipmi-flash-mbcpld-update.service5 ExecStart=/usr/bin/mori-fw.sh mbcpld /run/initramfs/mb-cpld.svf
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsystem.h67 #define mb() asm volatile ("" : : : "memory") macro
/openbmc/webui-vue/src/views/Overview/
H A DOverview.vue4 <overview-quick-links class="mb-4" />
7 class="mb-1"
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-init.c228 mb(); in prom_init()
265 mb(); in prom_init()
/openbmc/linux/arch/riscv/kernel/
H A Dcpufeature.c616 mb(); in check_unaligned_access()
619 mb(); in check_unaligned_access()
633 mb(); in check_unaligned_access()
635 mb(); in check_unaligned_access()
/openbmc/linux/arch/csky/include/asm/
H A Dbarrier.h76 #define mb() asm volatile ("sync\n":::"memory") macro
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1561 struct iwl_missed_beacons_notif *mb = (void *)pkt->data; in iwl_mvm_rx_missed_beacons_notif() local
1568 u32 id = le32_to_cpu(mb->link_id); in iwl_mvm_rx_missed_beacons_notif()
1594 le32_to_cpu(mb->consec_missed_beacons), in iwl_mvm_rx_missed_beacons_notif()
1596 le32_to_cpu(mb->num_recvd_beacons), in iwl_mvm_rx_missed_beacons_notif()
1597 le32_to_cpu(mb->num_expected_beacons)); in iwl_mvm_rx_missed_beacons_notif()
1612 le32_to_cpu(mb->consec_missed_beacons_since_last_rx); in iwl_mvm_rx_missed_beacons_notif()
1882 struct iwl_missed_vap_notif *mb = (void *)pkt->data; in iwl_mvm_rx_missed_vap_notif() local
1884 u32 id = le32_to_cpu(mb->mac_id); in iwl_mvm_rx_missed_vap_notif()
1888 le32_to_cpu(mb->mac_id), in iwl_mvm_rx_missed_vap_notif()
1889 mb->num_beacon_intervals_elapsed, in iwl_mvm_rx_missed_vap_notif()
[all …]
/openbmc/linux/arch/sparc/include/asm/
H A Dbarrier_64.h37 #define mb() membar_safe("#StoreLoad") macro
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c1332 #define MASK32(mb, me) ((0xffffffffUL >> (mb)) + \ argument
1335 #define MASK64_L(mb) (~0UL >> (mb)) argument
1337 #define MASK64(mb, me) (MASK64_L(mb) + MASK64_R(me) + ((me) >= (mb))) argument
1364 unsigned int mb, me, sh; in analyse_instr() local
1629 mb = (word >> 6) & 0x1f; in analyse_instr()
1632 imm = MASK32(mb, me); in analyse_instr()
1637 mb = (word >> 6) & 0x1f; in analyse_instr()
1644 mb = (word >> 6) & 0x1f; in analyse_instr()
1689 val &= MASK64_L(mb); in analyse_instr()
1692 val &= MASK64_R(mb); in analyse_instr()
[all …]
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-mailbox.h15 void ivtv_api_get_data(struct ivtv_mailbox_data *mbdata, int mb,
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c464 mb(); in lpfc_sli4_eq_get()
704 mb(); in lpfc_sli4_cq_get()
6978 mb = &pmb->u.mb; in lpfc_sli4_ras_mbox_cmpl()
9261 mb = &pmbox->u.mb; in lpfc_mbox_timeout_handler()
10008 mb->un.mb_words[0], mb->un.mb_words[1], in lpfc_sli4_post_sync_mbox()
10009 mb->un.mb_words[2], mb->un.mb_words[3], in lpfc_sli4_post_sync_mbox()
10010 mb->un.mb_words[4], mb->un.mb_words[5], in lpfc_sli4_post_sync_mbox()
20601 mb = &pmb->u.mb; in lpfc_sli_get_config_region23()
21012 (mb->u.mb.mbxCommand != MBX_REG_VPI)) in lpfc_cleanup_pending_mbox()
21019 if (mb && (mb->vport == vport)) { in lpfc_cleanup_pending_mbox()
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Derr_ev6.c241 mb(); in ev6_machine_check()
274 mb(); in ev6_machine_check()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-priv.h115 mb(); in CS_LOCK()
125 mb(); in CS_UNLOCK()

12345678910>>...28