Home
last modified time | relevance | path

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

/linux-2.6.39/arch/avr32/include/asm/
Dpgtable.h79 #define _PAGE_BIT_RW 5 /* AP0-bit : write access allowed */ macro
95 #define _PAGE_RW (1 << _PAGE_BIT_RW)
/linux-2.6.39/arch/x86/include/asm/
Dpgtable_types.h10 #define _PAGE_BIT_RW 1 /* writeable */ macro
35 #define _PAGE_RW (_AT(pteval_t, 1) << _PAGE_BIT_RW)
Dpgtable.h702 clear_bit(_PAGE_BIT_RW, (unsigned long *)&ptep->pte); in ptep_set_wrprotect()
747 clear_bit(_PAGE_BIT_RW, (unsigned long *)pmdp); in pmdp_set_wrprotect()