Tracking pages from get_user_pages()
Tracking pages from get_user_pages()
Posted Apr 18, 2019 18:28 UTC (Thu) by willy (subscriber, #9762)In reply to: Tracking pages from get_user_pages() by stevie-oh
Parent article: Tracking pages from get_user_pages()
PFNs are most definitely not uintptr_t. For example, on a 32-bit platform with PAE, PFNs can use up to 28 bits, letting us support up to 1TB of memory with a 4kB page size. They really are just an integer.