Searched refs:clear_pages (Results 1 – 1 of 1) sorted by relevance
4768 #ifndef clear_pages in accept_memory() 4770 * clear_pages() - clear a page range for kernel-internal use. in accept_memory() 4779 * Note that even though the clearing operation is preemptible, clear_pages()4788 static inline void clear_pages(void *addr, unsigned int npages) in do_mseal() 4798 #ifdef clear_pages4800 * The architecture defines clear_pages(), and we assume that it is in user_alloc_needs_zeroing() 4809 * (See comment above clear_pages() for why preemption latency is a concern in user_alloc_needs_zeroing() 4813 #else /* !clear_pages */4815 * The architecture does not provide a clear_pages() implementation. Assume4816 * that clear_page() -- which clear_pages() wil4414 static inline void clear_pages(void *addr, unsigned int npages) clear_pages() function [all...]