Searched refs:mbyte (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c210 const unsigned int mbyte = 1024 * 1024; local
224 (uintmax_t)arm32_ptob(realmem) / mbyte);
227 (uintmax_t)arm32_ptob(vm_cnt.v_free_count) / mbyte);
H A Dphysmem.c112 const unsigned int mbyte = 1024 * 1024; local
119 addr + size - 1, size / mbyte, size / PAGE_SIZE);
128 addr, addr + size - 1, size / mbyte, size / PAGE_SIZE,

Completed in 64 milliseconds