/src/sys/arch/alpha/alpha/ |
lock_stubs.s | 43 * These 'unop' insns will be patched with 'mb' insns at run-time if 46 #define MB(label) label: unop 48 #define MB(label) /* nothing */ 65 MB(.L_mutex_enter_mb_1) 79 MB(.L_mutex_exit_mb_1) 166 MB(.L_mutex_spin_enter_mb_1) 179 MB(.L_mutex_spin_exit_mb_1) 235 MB(.L_rw_enter_mb_1) 247 MB(.L_rw_enter_mb_2) 272 MB(.L_rw_tryenter_mb_1 [all...] |
/src/sys/arch/evbppc/virtex/ |
virtex_start.S | 59 #define MB(n) ((n)*1024*1024) 61 /* Set bit (beginning with MSB) for each 128MB of RAM. */ 62 #define PHYSMEM_REGIONS_MASK ~((1 << (32 - MB(PHYSMEM)/MB(128))) - 1)
|
/src/lib/libc/gen/ |
getbsize.c | 62 #define MB (1024L * 1024L) 86 max = MAXB / MB; 87 mul = MB;
|
/src/sys/dev/pci/ |
tga_conf.c | 47 #undef MB 48 #define MB * 1024 * 1024 56 4 MB, 58 1, { 2 MB, 0 }, { 1 MB, 0 }, 66 4 MB, 68 1, { 2 MB, 0 }, { 2 MB, 0 }, 76 8 MB, 78 1, { 4 MB, 0 }, { 2 MB, 0 } [all...] |
/src/tests/bin/df/ |
getmntinfo.c | 37 #define MB * 1024 KB 38 #define GB * 1024 MB 96 #define USED 132ULL MB
|
/src/tests/lib/libc/stdio/ |
h_intr.c | 81 MB = 1024 * 1024, /* a megabyte */ 479 if (i <= 0 || i > MB) 482 MB, i); 487 if (i <= 0 || i > MB) 490 MB, i);
|
/src/libexec/getty/ |
gettytab.h | 167 #define MB gettyflags[22].value
|
/src/sys/arch/atari/atari/ |
atari_init.c | 103 #define MB(n) ((n) * 1024 * 1024) 104 #define MB_END(n) (MB(n) - 1) 154 * Nowadays we could assume most users have 4MB ST-RAM and 16MB TT-RAM. 224 * 16MB it is split in 14MB ST starting at address 0 and 2MB TT RAM, 225 * starting at address 16MB as the BIOS remapping memory using MMU. 237 u_int mb; local in function:start_c 249 * The first bank has at least 16MB becaus 706 u_int mb; local in function:milan_probe_bank_1 766 u_int mb; local in function:milan_probe_bank [all...] |
/src/sys/arch/powerpc/powerpc/ |
db_disasm.c | 926 u_int MB; 928 MB = extract_field(instr, 31 - 25, 5); 929 db_printf(", %d", MB); 941 u_int mb, mbl, mbh; local in function:disasm_fields 944 mb = mbh << 4 | mbl; 945 db_printf(", %d", mb);
|