Lines Matching refs:page
11 void kmemcheck_alloc_shadow(struct page *page, int order, gfp_t flags, int node);
12 void kmemcheck_free_shadow(struct page *page, int order);
17 void kmemcheck_pagealloc_alloc(struct page *p, unsigned int order,
20 void kmemcheck_show_pages(struct page *p, unsigned int n);
21 void kmemcheck_hide_pages(struct page *p, unsigned int n);
23 bool kmemcheck_page_is_tracked(struct page *p);
30 void kmemcheck_mark_unallocated_pages(struct page *p, unsigned int n);
31 void kmemcheck_mark_uninitialized_pages(struct page *p, unsigned int n);
32 void kmemcheck_mark_initialized_pages(struct page *p, unsigned int n);
93 kmemcheck_alloc_shadow(struct page *page, int order, gfp_t flags, int node) in kmemcheck_alloc_shadow() argument
98 kmemcheck_free_shadow(struct page *page, int order) in kmemcheck_free_shadow() argument
113 static inline void kmemcheck_pagealloc_alloc(struct page *p, in kmemcheck_pagealloc_alloc()
118 static inline bool kmemcheck_page_is_tracked(struct page *p) in kmemcheck_page_is_tracked()
139 static inline void kmemcheck_mark_unallocated_pages(struct page *p, in kmemcheck_mark_unallocated_pages()
144 static inline void kmemcheck_mark_uninitialized_pages(struct page *p, in kmemcheck_mark_uninitialized_pages()
149 static inline void kmemcheck_mark_initialized_pages(struct page *p, in kmemcheck_mark_initialized_pages()