Home
last modified time | relevance | path

Searched refs:mbyte (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/kern/
H A Dsubr_physmem.c100 const unsigned int mbyte = 1024 * 1024; in physmem_dump_tables() local
107 addr + size - 1, size / mbyte, size / PAGE_SIZE); in physmem_dump_tables()
116 addr, addr + size - 1, size / mbyte, size / PAGE_SIZE, in physmem_dump_tables()
/freebsd-13.1/sys/arm/arm/
H A Dmachdep.c187 const unsigned int mbyte = 1024 * 1024; in cpu_startup() local
198 (uintmax_t)arm32_ptob(realmem) / mbyte); in cpu_startup()
201 (uintmax_t)arm32_ptob(vm_free_count()) / mbyte); in cpu_startup()