|
|
Subscribe / Log in / New account

Tracking pages from get_user_pages()

Tracking pages from get_user_pages()

Posted Apr 18, 2019 19:35 UTC (Thu) by rweikusat2 (subscriber, #117920)
In reply to: Tracking pages from get_user_pages() by willy
Parent article: Tracking pages from get_user_pages()

uintptr_t is just an integer as well. If it exists, it's a typedef name for an unsigned integer type which is large enough to store a pointer value. As page frame numbers are smaller than pointers due to coarser granularity, that's obviously not a property which would be needed here but it wouldn't do any harm, either.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds