Searched refs:_PAGE_BIT_RW (Results 1 – 2 of 2) sorted by relevance
11 #define _PAGE_BIT_RW 1 /* writeable */ macro50 #define _PAGE_RW (_AT(pteval_t, 1) << _PAGE_BIT_RW)
341 pgprotval_t cond = (~v >> _PAGE_BIT_RW) & 1; in mksaveddirty_shift()351 pgprotval_t cond = (v >> _PAGE_BIT_RW) & 1; in clear_saveddirty_shift()