| /openbmc/u-boot/lib/ |
| H A D | membuff.c | 14 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 D | bcm2835_mbox.c | 47 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 D | system.h | 67 #define mb() asm volatile ("" : : : "memory") macro
|
| /openbmc/u-boot/arch/riscv/include/asm/ |
| H A D | barrier.h | 22 #define mb() RISCV_FENCE(iorw,iorw) macro
|
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | system.h | 110 #define mb() __asm__ __volatile__ ("synco": : :"memory") macro 116 #define mb() __asm__ __volatile__ ("": : :"memory") macro
|
| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | system.h | 154 #define mb() wbflush() macro 158 #define mb() \ macro
|
| /openbmc/u-boot/post/lib_powerpc/ |
| H A D | rlwinm.c | 31 uchar mb; member
|
| H A D | rlwnm.c | 32 uchar mb; member
|
| H A D | rlwimi.c | 33 uchar mb; member
|
| /openbmc/u-boot/disk/ |
| H A D | part_mac.c | 73 ldiv_t mb, gb; in part_print_mac() local
|
| H A D | part.c | 188 ulong mb, mb_quot, mb_rem, gb, gb_quot, gb_rem; in dev_print() local
|
| /openbmc/u-boot/arch/microblaze/include/asm/ |
| H A D | system.h | 114 #define mb() __asm__ __volatile__ ("nop" ::: "memory") macro
|
| /openbmc/u-boot/arch/arc/include/asm/ |
| H A D | io.h | 29 #define mb() asm volatile("dmb 3\n" : : : "memory") macro 41 #define mb() asm volatile("sync\n" : : : "memory") macro
|
| /openbmc/qemu/target/ppc/ |
| H A D | translate.c | 2005 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 D | io.h | 67 #define mb() __asm__ __volatile__ ("" : : : "memory") macro
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | io.h | 126 #define mb() sync() macro
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | qconf.cc | 1726 QMessageBox mb("qconf", _("Save configuration?"), QMessageBox::Warning, in closeEvent() local
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 111 #define mb() dsb() macro
|