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

/linux-master/arch/x86/include/asm/
H A Dpgtable_types.h11 #define _PAGE_BIT_RW 1 /* writeable */ macro
50 #define _PAGE_RW (_AT(pteval_t, 1) << _PAGE_BIT_RW)
H A Dpgtable.h341 pgprotval_t cond = (~v >> _PAGE_BIT_RW) & 1;
351 pgprotval_t cond = (v >> _PAGE_BIT_RW) & 1;

Completed in 231 milliseconds