HomeSort by relevance Sort by last modified time
    Searched refs:__pte_free_tlb (Results 76 - 92 of 92) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
pgalloc_32.h 34 #define __pte_free_tlb(tlb,pte) do { paravirt_release_pt(page_to_pfn(pte)); tlb_remove_page((tlb),(pte)); } while (0) macro
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
pgalloc_32.h 34 #define __pte_free_tlb(tlb,pte) do { paravirt_release_pt(page_to_pfn(pte)); tlb_remove_page((tlb),(pte)); } while (0) macro
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
pgalloc_32.h 34 #define __pte_free_tlb(tlb,pte) do { paravirt_release_pt(page_to_pfn(pte)); tlb_remove_page((tlb),(pte)); } while (0) macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)

Completed in 559 milliseconds

1 2 34