HomeSort by relevance Sort by last modified time
    Searched refs:__pud_free_tlb (Results 26 - 36 of 36) sorted by null

12

  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
4level-fixup.h 37 #define __pud_free_tlb(tlb, x) do { } while (0) macro
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0) macro
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
4level-fixup.h 37 #define __pud_free_tlb(tlb, x) do { } while (0) macro
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0) macro
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
4level-fixup.h 37 #define __pud_free_tlb(tlb, x) do { } while (0) macro
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0) macro
tlb.h 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0)
  /external/kernel-headers/original/asm-generic/
pgtable-nopud.h 55 #define __pud_free_tlb(tlb, x) do { } while (0) macro
tlb.h 136 __pud_free_tlb(tlb, pudp); \

Completed in 6246 milliseconds

12