Searched defs:mb (Results 1 – 16 of 16) sorted by relevance
/u-boot/lib/ |
A D | membuff.c | 15 void membuff_purge(struct membuff *mb) in membuff_purge() 88 bool membuff_putbyte(struct membuff *mb, int ch) in membuff_putbyte() 150 int membuff_getbyte(struct membuff *mb) in membuff_getbyte() 157 int membuff_peekbyte(struct membuff *mb) in membuff_peekbyte() 207 bool membuff_isempty(struct membuff *mb) in membuff_isempty() 212 int membuff_avail(struct membuff *mb) in membuff_avail() 229 int membuff_size(struct membuff *mb) in membuff_size() 234 bool membuff_makecontig(struct membuff *mb) in membuff_makecontig() 285 int membuff_free(struct membuff *mb) in membuff_free() 379 void membuff_uninit(struct membuff *mb) in membuff_uninit() [all …]
|
/u-boot/arch/nds32/include/asm/ |
A D | system.h | 67 #define mb() asm volatile ("" : : : "memory") macro
|
/u-boot/arch/riscv/include/asm/ |
A D | barrier.h | 22 #define mb() RISCV_FENCE(iorw,iorw) macro
|
/u-boot/post/lib_powerpc/ |
A D | rlwinm.c | 32 uchar mb; member
|
A D | rlwnm.c | 33 uchar mb; member
|
A D | rlwimi.c | 34 uchar mb; member
|
/u-boot/arch/mips/include/asm/ |
A D | system.h | 154 #define mb() wbflush() macro 158 #define mb() \ macro
|
/u-boot/disk/ |
A D | part_mac.c | 75 ldiv_t mb, gb; in part_print_mac() local
|
A D | part.c | 194 ulong mb, mb_quot, mb_rem, gb, gb_quot, gb_rem; in dev_print() local
|
/u-boot/arch/microblaze/include/asm/ |
A D | system.h | 114 #define mb() __asm__ __volatile__ ("nop" ::: "memory") macro
|
/u-boot/arch/sh/include/asm/ |
A D | system.h | 94 #define mb() __asm__ __volatile__ ("": : :"memory") macro
|
/u-boot/arch/arc/include/asm/ |
A D | io.h | 35 #define mb() asm volatile("dmb 3\n" : : : "memory") macro 47 #define mb() asm volatile("sync\n" : : : "memory") macro
|
/u-boot/arch/m68k/include/asm/ |
A D | io.h | 67 #define mb() __asm__ __volatile__ ("" : : : "memory") macro
|
/u-boot/arch/powerpc/include/asm/ |
A D | io.h | 129 #define mb() sync() macro
|
/u-boot/scripts/kconfig/ |
A D | qconf.cc | 1716 QMessageBox mb("qconf", "Save configuration?", QMessageBox::Warning, in closeEvent() local
|
/u-boot/arch/arm/include/asm/ |
A D | io.h | 112 #define mb() dsb() macro
|
Completed in 20 milliseconds