HomeSort by relevance Sort by last modified time
    Searched refs:_PAGE_PROTNONE (Results 1 - 8 of 8) sorted by null

  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 85 #define _PAGE_PROTNONE 0x080
91 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
140 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h 85 #define _PAGE_PROTNONE 0x080
91 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
140 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h 78 #define _PAGE_PROTNONE 0x080
85 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
132 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h 78 #define _PAGE_PROTNONE 0x080
85 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
132 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 78 #define _PAGE_PROTNONE 0x080
85 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
132 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 78 #define _PAGE_PROTNONE 0x080
85 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
132 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 78 #define _PAGE_PROTNONE 0x080
85 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
132 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 121 #define _PAGE_PROTNONE 0x080 /* if the user mapped it with PROT_NONE;
134 __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
204 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))

Completed in 26 milliseconds