Home
last modified time | relevance | path

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

/arch/avr32/include/asm/
Dpgtable.h80 #define _PAGE_BIT_USER 6 /* AP1-bit : user space access allowed */ macro
96 #define _PAGE_USER (1 << _PAGE_BIT_USER)
/arch/x86/include/asm/
Dpgtable_types.h11 #define _PAGE_BIT_USER 2 /* userspace addressable */ macro
36 #define _PAGE_USER (_AT(pteval_t, 1) << _PAGE_BIT_USER)