|
|
|
btop(9r)
NAME
btop - General: Converts bytes to number of pagesSYNOPSIS
int btop( vm_offset_t virt_addr );ARGUMENTS
virt_addr Specifies the virtual address.DESCRIPTION
The btop routine converts the specified byte address to the number of pages.RETURN VALUES
The btop routine returns the number of kernel pages associated with the specified byte address.
|
|
|