Home
last modified time | relevance | path

Searched defs:mb (Results 1 – 18 of 18) sorted by relevance

/openbmc/u-boot/lib/
H A Dmembuff.c14 void membuff_purge(struct membuff *mb) in membuff_purge()
21 static int membuff_putrawflex(struct membuff *mb, int maxlen, bool update, in membuff_putrawflex()
75 int membuff_putraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_putraw()
87 bool membuff_putbyte(struct membuff *mb, int ch) in membuff_putbyte()
98 int membuff_getraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_getraw()
149 int membuff_getbyte(struct membuff *mb) in membuff_getbyte()
156 int membuff_peekbyte(struct membuff *mb) in membuff_peekbyte()
163 int membuff_get(struct membuff *mb, char *buff, int maxlen) in membuff_get()
186 int membuff_put(struct membuff *mb, const char *buff, int length) in membuff_put()
206 bool membuff_isempty(struct membuff *mb) in membuff_isempty()
[all …]
/openbmc/qemu/hw/misc/
H A Dbcm2835_mbox.c47 static void mbox_update_status(BCM2835Mbox *mb) in mbox_update_status()
57 static void mbox_reset(BCM2835Mbox *mb) in mbox_reset()
69 static uint32_t mbox_pull(BCM2835Mbox *mb, int index) in mbox_pull()
89 static void mbox_push(BCM2835Mbox *mb, uint32_t val) in mbox_push()
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsystem.h67 #define mb() asm volatile ("" : : : "memory") macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dbarrier.h22 #define mb() RISCV_FENCE(iorw,iorw) macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h110 #define mb() __asm__ __volatile__ ("synco": : :"memory") macro
116 #define mb() __asm__ __volatile__ ("": : :"memory") macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h154 #define mb() wbflush() macro
158 #define mb() \ macro
/openbmc/u-boot/post/lib_powerpc/
H A Drlwinm.c31 uchar mb; member
H A Drlwnm.c32 uchar mb; member
H A Drlwimi.c33 uchar mb; member
/openbmc/u-boot/disk/
H A Dpart_mac.c73 ldiv_t mb, gb; in part_print_mac() local
H A Dpart.c188 ulong mb, mb_quot, mb_rem, gb, gb_quot, gb_rem; in dev_print() local
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h114 #define mb() __asm__ __volatile__ ("nop" ::: "memory") macro
/openbmc/u-boot/arch/arc/include/asm/
H A Dio.h29 #define mb() asm volatile("dmb 3\n" : : : "memory") macro
41 #define mb() asm volatile("sync\n" : : : "memory") macro
/openbmc/qemu/target/ppc/
H A Dtranslate.c2005 uint32_t mb = MB(ctx->opcode); in gen_rlwimi() local
2056 int mb = MB(ctx->opcode); in gen_rlwinm() local
2109 uint32_t mb = MB(ctx->opcode); in gen_rlwnm() local
2183 static void gen_rldinm(DisasContext *ctx, int mb, int me, int sh) in gen_rldinm()
2206 uint32_t sh, mb; in gen_rldicl() local
2228 uint32_t sh, mb; in gen_rldic() local
2236 static void gen_rldnm(DisasContext *ctx, int mb, int me) in gen_rldnm()
2256 uint32_t mb; in gen_rldcl() local
2279 uint32_t mb = MB(ctx->opcode) | (mbn << 5); in gen_rldimi() local
/openbmc/u-boot/arch/m68k/include/asm/
H A Dio.h67 #define mb() __asm__ __volatile__ ("" : : : "memory") macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dio.h126 #define mb() sync() macro
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc1726 QMessageBox mb("qconf", _("Save configuration?"), QMessageBox::Warning, in closeEvent() local
/openbmc/u-boot/arch/arm/include/asm/
H A Dio.h111 #define mb() dsb() macro