Searched refs:PD_PAGE (Results 1 – 1 of 1) sorted by relevance
32 #define PD_PAGE(ptable) (list_entry(ptable, struct page, lru)) macro33 #define PD_MARKBITS(dp) (*(unsigned char *)&PD_PAGE(dp)->index)55 PD_PAGE(dp)->flags &= ~(1 << PG_reserved); in init_pointer_table()56 init_page_count(PD_PAGE(dp)); in init_pointer_table()98 return (pmd_t *) (page_address(PD_PAGE(dp)) + off); in get_pointer_table()