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

  /bionic/libc/kernel/arch-sh/asm/
fixmap.h 28 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) macro
  /bionic/libc/kernel/arch-x86/asm/
fixmap_32.h 40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) macro
  /development/ndk/platforms/android-5/arch-x86/include/asm/
fixmap_32.h 40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
fixmap_32.h 40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
fixmap_32.h 40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) macro
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 110 #define set_fixmap_nocache(idx, phys) \ macro

Completed in 32 milliseconds