Searched refs:__page (Results 1 – 2 of 2) sorted by relevance
330 __typeof__(x) __page = x; \331 void *__addr = __va(page_to_phys(__page)); \332 (void *)__tag_set((const void *)__addr, page_kasan_tag(__page));\337 __typeof__(x) __page = x; \338 u64 __idx = ((u64)__page - VMEMMAP_START) / sizeof(struct page);\340 (void *)__tag_set((const void *)__addr, page_kasan_tag(__page));\
1644 void __lock_page(struct page *__page) in __lock_page() argument1646 struct page *page = compound_head(__page); in __lock_page()1653 int __lock_page_killable(struct page *__page) in __lock_page_killable() argument1655 struct page *page = compound_head(__page); in __lock_page_killable()