Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/arch-x86/include/asm/
Dpgtable_32.h91 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) macro
119 #define __P000 PAGE_NONE
129 #define __S000 PAGE_NONE
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dpgtable.h27 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHABLE_NONCOHERENT) macro