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

  /bionic/libc/kernel/arch-x86/asm/
pgalloc_32.h 29 #define __pte_free_tlb(tlb,pte) do { paravirt_release_pt(page_to_pfn(pte)); tlb_remove_page((tlb),(pte)); } while (0) macro
  /bionic/libc/kernel/common/asm-generic/
tlb.h 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
  /ndk/build/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)
  /ndk/build/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)
  /ndk/build/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)
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
pgalloc_32.h 29 #define __pte_free_tlb(tlb,pte) do { paravirt_release_pt(page_to_pfn(pte)); tlb_remove_page((tlb),(pte)); } while (0) macro
  /ndk/build/platforms/android-5/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)
  /ndk/build/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)
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
pgalloc_32.h 29 #define __pte_free_tlb(tlb,pte) do { paravirt_release_pt(page_to_pfn(pte)); tlb_remove_page((tlb),(pte)); } while (0) macro
  /ndk/build/platforms/android-8/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)
  /external/kernel-headers/original/asm-x86/
pgalloc_32.h 52 #define __pte_free_tlb(tlb,pte) \ macro
  /external/kernel-headers/original/asm-generic/
tlb.h 129 __pte_free_tlb(tlb, ptep); \

Completed in 233 milliseconds