Home
last modified time | relevance | path

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

/u-boot/lib/
A Dmembuff.c15 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 Dsystem.h67 #define mb() asm volatile ("" : : : "memory") macro
/u-boot/arch/riscv/include/asm/
A Dbarrier.h22 #define mb() RISCV_FENCE(iorw,iorw) macro
/u-boot/post/lib_powerpc/
A Drlwinm.c32 uchar mb; member
A Drlwnm.c33 uchar mb; member
A Drlwimi.c34 uchar mb; member
/u-boot/arch/mips/include/asm/
A Dsystem.h154 #define mb() wbflush() macro
158 #define mb() \ macro
/u-boot/disk/
A Dpart_mac.c75 ldiv_t mb, gb; in part_print_mac() local
A Dpart.c194 ulong mb, mb_quot, mb_rem, gb, gb_quot, gb_rem; in dev_print() local
/u-boot/arch/microblaze/include/asm/
A Dsystem.h114 #define mb() __asm__ __volatile__ ("nop" ::: "memory") macro
/u-boot/arch/sh/include/asm/
A Dsystem.h94 #define mb() __asm__ __volatile__ ("": : :"memory") macro
/u-boot/arch/arc/include/asm/
A Dio.h35 #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 Dio.h67 #define mb() __asm__ __volatile__ ("" : : : "memory") macro
/u-boot/arch/powerpc/include/asm/
A Dio.h129 #define mb() sync() macro
/u-boot/scripts/kconfig/
A Dqconf.cc1716 QMessageBox mb("qconf", "Save configuration?", QMessageBox::Warning, in closeEvent() local
/u-boot/arch/arm/include/asm/
A Dio.h112 #define mb() dsb() macro

Completed in 20 milliseconds