Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/include/asm/
Dpgtable.h47 #define _PAGE_AR_RWX (3 << 9) /* read, write & execute */ macro
146 #define PAGE_KERNEL __pgprot(__DIRTY_BITS | _PAGE_PL_0 | _PAGE_AR_RWX)
148 #define PAGE_KERNEL_UC __pgprot(__DIRTY_BITS | _PAGE_PL_0 | _PAGE_AR_RWX | \
182 #define __S110 __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RWX)
183 #define __S111 __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RWX)
/linux-3.4.99/arch/ia64/kvm/
Dvcpu.h371 #define PHY_PAGE_UC (_PAGE_A|_PAGE_D|_PAGE_P|_PAGE_MA_UC|_PAGE_AR_RWX)
372 #define PHY_PAGE_WB (_PAGE_A|_PAGE_D|_PAGE_P|_PAGE_MA_WB|_PAGE_AR_RWX)
Dkvm-ia64.c1608 _PAGE_AR_RWX | _PAGE_MA_WB); in kvm_arch_prepare_memory_region()