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

1 2

  /bionic/libc/kernel/arch-x86/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
pgtable_32.h 110 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
pgtable_32.h 110 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/6/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
pgtable_32.h 110 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
pgtable_32.h 110 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
  /bionic/libc/kernel/arch-mips/asm/
pgtable.h 32 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | _PAGE_GLOBAL | _page_cachable_default)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable.h 31 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | _PAGE_GLOBAL | _page_cachable_default)
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 106 __set_fixmap(idx, phys, PAGE_KERNEL)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
pgtable.h 31 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | _PAGE_GLOBAL | _page_cachable_default)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
pgtable.h 31 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | _PAGE_GLOBAL | _page_cachable_default)
  /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 1149 milliseconds

1 2