HomeSort by relevance Sort by last modified time
    Searched defs:pud_free_tlb (Results 1 - 24 of 24) sorted by null

  /bionic/libc/kernel/common/asm-generic/
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0) macro
4level-fixup.h 34 #undef pud_free_tlb macro
35 #define pud_free_tlb(tlb, x) do { } while (0) macro
  /development/ndk/platforms/android-3/include/asm-generic/
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0) macro
4level-fixup.h 34 #undef pud_free_tlb macro
35 #define pud_free_tlb(tlb, x) do { } while (0) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0) macro
4level-fixup.h 34 #undef pud_free_tlb macro
35 #define pud_free_tlb(tlb, x) do { } while (0) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0) macro
4level-fixup.h 34 #undef pud_free_tlb macro
35 #define pud_free_tlb(tlb, x) do { } while (0) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0) macro
4level-fixup.h 34 #undef pud_free_tlb macro
35 #define pud_free_tlb(tlb, x) do { } while (0) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0) macro
4level-fixup.h 34 #undef pud_free_tlb macro
35 #define pud_free_tlb(tlb, x) do { } while (0) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0) macro
4level-fixup.h 34 #undef pud_free_tlb macro
35 #define pud_free_tlb(tlb, x) do { } while (0) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0) macro
4level-fixup.h 34 #undef pud_free_tlb macro
35 #define pud_free_tlb(tlb, x) do { } while (0) macro
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0) macro
4level-fixup.h 34 #undef pud_free_tlb macro
35 #define pud_free_tlb(tlb, x) do { } while (0) macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0) macro
4level-fixup.h 34 #undef pud_free_tlb macro
35 #define pud_free_tlb(tlb, x) do { } while (0) macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0) macro
4level-fixup.h 34 #undef pud_free_tlb macro
35 #define pud_free_tlb(tlb, x) do { } while (0) macro
  /external/kernel-headers/original/asm-generic/
4level-fixup.h 25 #undef pud_free_tlb macro
26 #define pud_free_tlb(tlb, x) do { } while (0) macro
tlb.h 133 #define pud_free_tlb(tlb, pudp) \ macro

Completed in 137 milliseconds