Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/mm/
H A Dmotorola.c107 #define PD_MARKBITS(dp) (*(unsigned int *)&PD_PAGE(dp)->index) macro
125 if (!(PD_MARKBITS(dp) & mask)) { in init_pointer_table()
126 PD_MARKBITS(dp) = ptable_mask(type); in init_pointer_table()
130 PD_MARKBITS(dp) &= ~mask; in init_pointer_table()
131 pr_debug("init_pointer_table: %lx, %x\n", ptable, PD_MARKBITS(dp)); in init_pointer_table()
170 PD_MARKBITS(new) = ptable_mask(type) - 1; in get_pointer_table()
178 PD_MARKBITS(dp) = mask & ~tmp; in get_pointer_table()
179 if (!PD_MARKBITS(dp)) { in get_pointer_table()
194 if (PD_MARKBITS (dp) & mask) in free_pointer_table()
197 PD_MARKBITS (dp) |= mask; in free_pointer_table()
[all …]