| 
        btop - General: Converts bytes to number of pages
        int btop(
               vm_offset_t virt_addr );
       Specifies the virtual address.
        The  btop  routine  converts the specified byte address to
       the number of pages.
       The btop routine returns the number of kernel pages  associated
 with the specified byte address.
                                                         btop(9r)
[ Back ] |