Home
last modified time | relevance | path

Searched refs:__page (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dmemory.h326 __typeof__(x) __page = x; \
327 void *__addr = __va(page_to_phys(__page)); \
328 (void *)__tag_set((const void *)__addr, page_kasan_tag(__page));\
333 __typeof__(x) __page = x; \
334 u64 __idx = ((u64)__page - VMEMMAP_START) / sizeof(struct page);\
336 (void *)__tag_set((const void *)__addr, page_kasan_tag(__page));\
/kernel/linux/linux-5.10/mm/
Dfilemap.c1539 void __lock_page(struct page *__page) in __lock_page() argument
1541 struct page *page = compound_head(__page); in __lock_page()
1548 int __lock_page_killable(struct page *__page) in __lock_page_killable() argument
1550 struct page *page = compound_head(__page); in __lock_page_killable()