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

  /bionic/libc/kernel/arch-sh/asm/
fixmap.h 26 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
pgtable_32.h 83 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_CACHABLE | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_HW_SHARED | _PAGE_FLAGS_HARD)
pgtable_64.h 74 #define PAGE_KERNEL __pgprot(_KERNPG_TABLE)
  /bionic/libc/kernel/arch-x86/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
pgtable_32.h 104 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
pgtable_32.h 104 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
pgtable_32.h 104 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
pgtable_32.h 104 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
pgtable_32.h 104 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
pgtable_32.h 104 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
pgtable_32.h 104 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 106 __set_fixmap(idx, phys, PAGE_KERNEL)
pgtable_32.h 163 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
  /external/oprofile/module/x86/
op_fixmap.c 51 prot = PAGE_KERNEL;
  /external/kernel-headers/original/asm-arm/
pgtable.h 183 #define PAGE_KERNEL pgprot_kernel

Completed in 127 milliseconds