Home
last modified time | relevance | path

Searched refs:PD_PAGE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/mm/
H A Dmotorola.c107 #define PD_PAGE(ptable) (list_entry(ptable, struct page, lru)) macro
108 #define PD_MARKBITS(dp) (*(unsigned int *)&PD_PAGE(dp)->index)
135 __ClearPageReserved(PD_PAGE(dp)); in init_pointer_table()
136 init_page_count(PD_PAGE(dp)); in init_pointer_table()
184 return page_address(PD_PAGE(dp)) + off; in get_pointer_table()
/kernel/linux/linux-6.6/arch/m68k/mm/
H A Dmotorola.c106 #define PD_PAGE(ptable) (list_entry(ptable, struct page, lru)) macro
107 #define PD_MARKBITS(dp) (*(unsigned int *)&PD_PAGE(dp)->index)
134 __ClearPageReserved(PD_PAGE(dp)); in init_pointer_table()
135 init_page_count(PD_PAGE(dp)); in init_pointer_table()
183 return page_address(PD_PAGE(dp)) + off; in get_pointer_table()

Completed in 2 milliseconds