Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmemory.h337 __typeof__(x) __page = x; \
338 void *__addr = __va(page_to_phys(__page)); \
339 (void *)__tag_set((const void *)__addr, page_kasan_tag(__page));\
344 __typeof__(x) __page = x; \
345 u64 __idx = ((u64)__page - VMEMMAP_START) / sizeof(struct page);\
347 (void *)__tag_set((const void *)__addr, page_kasan_tag(__page));\
/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c1544 __sched void __lock_page(struct page *__page) in __lock_page() argument
1546 struct page *page = compound_head(__page); in __lock_page()
1553 __sched int __lock_page_killable(struct page *__page) in __lock_page_killable() argument
1555 struct page *page = compound_head(__page); in __lock_page_killable()