Lines Matching refs:PD_MARKBITS
33 #define PD_MARKBITS(dp) (*(unsigned char *)&PD_PAGE(dp)->index) macro
44 if (!(PD_MARKBITS(dp) & mask)) { in init_pointer_table()
45 PD_MARKBITS(dp) = 0xff; in init_pointer_table()
49 PD_MARKBITS(dp) &= ~mask; in init_pointer_table()
51 printk("init_pointer_table: %lx, %x\n", ptable, PD_MARKBITS(dp)); in init_pointer_table()
64 unsigned char mask = PD_MARKBITS (dp); in get_pointer_table()
85 PD_MARKBITS(new) = 0xfe; in get_pointer_table()
93 PD_MARKBITS(dp) = mask & ~tmp; in get_pointer_table()
94 if (!PD_MARKBITS(dp)) { in get_pointer_table()
108 if (PD_MARKBITS (dp) & mask) in free_pointer_table()
111 PD_MARKBITS (dp) |= mask; in free_pointer_table()
113 if (PD_MARKBITS(dp) == 0xff) { in free_pointer_table()