btop(9r) btop(9r)NAMEbtop - General: Converts bytes to number of pagesSYNOPSISint btop( vm_offset_t virt_addr );ARGUMENTSSpecifies the virtual address.DESCRIPTIONThe btop routine converts the specified byte address to the number of pages.RETURN VALUESThe btop routine returns the number of kernel pages associated with the specified byte address. btop(9r)