HomeSort by relevance Sort by last modified time
    Searched refs:tlb (Results 1 - 25 of 41) sorted by null

1 2

  /bionic/libc/kernel/arch-arm/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
procinfo.h 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /external/kernel-headers/original/asm-generic/
tlb.h 1 /* asm-generic/tlb.h
3 * Generic TLB shootdown code
21 * For UP we don't need to worry about TLB flush
30 #define tlb_fast_mode(tlb) ((tlb)->nr == ~0U)
33 #define tlb_fast_mode(tlb) 1
47 /* Users of the generic TLB shootdown code must declare this storage space. */
56 struct mmu_gather *tlb = &get_cpu_var(mmu_gathers); local
58 tlb->mm = mm;
61 tlb->nr = num_online_cpus() > 1 ? 0U : ~0U
    [all...]
4level-fixup.h 26 #define pud_free_tlb(tlb, x) do { } while (0)
28 #define __pud_free_tlb(tlb, x) do { } while (0)
  /bionic/libc/kernel/common/asm-generic/
tlb.h 20 #define tlb_fast_mode(tlb) 1
30 #define tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_entry(tlb, ptep, address); } while (0)
31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0
    [all...]
4level-fixup.h 35 #define pud_free_tlb(tlb, x) do { } while (0)
37 #define __pud_free_tlb(tlb, x) do { } while (0)
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/
tlb.h 20 #define tlb_fast_mode(tlb) 1
30 #define tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_entry(tlb, ptep, address); } while (0)
31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0
    [all...]
4level-fixup.h 35 #define pud_free_tlb(tlb, x) do { } while (0)
37 #define __pud_free_tlb(tlb, x) do { } while (0)
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/
tlb.h 20 #define tlb_fast_mode(tlb) 1
30 #define tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_entry(tlb, ptep, address); } while (0)
31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0
    [all...]
4level-fixup.h 35 #define pud_free_tlb(tlb, x) do { } while (0)
37 #define __pud_free_tlb(tlb, x) do { } while (0)
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/
tlb.h 20 #define tlb_fast_mode(tlb) 1
30 #define tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_entry(tlb, ptep, address); } while (0)
31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0
    [all...]
4level-fixup.h 35 #define pud_free_tlb(tlb, x) do { } while (0)
37 #define __pud_free_tlb(tlb, x) do { } while (0)
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/
tlb.h 20 #define tlb_fast_mode(tlb) 1
30 #define tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_entry(tlb, ptep, address); } while (0)
31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0
    [all...]
4level-fixup.h 35 #define pud_free_tlb(tlb, x) do { } while (0)
37 #define __pud_free_tlb(tlb, x) do { } while (0)
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/
tlb.h 20 #define tlb_fast_mode(tlb) 1
30 #define tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_entry(tlb, ptep, address); } while (0)
31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0
    [all...]
4level-fixup.h 35 #define pud_free_tlb(tlb, x) do { } while (0)
37 #define __pud_free_tlb(tlb, x) do { } while (0)
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/
tlb.h 20 #define tlb_fast_mode(tlb) 1
30 #define tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_entry(tlb, ptep, address); } while (0)
31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } while (0)
33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } while (0
    [all...]
4level-fixup.h 35 #define pud_free_tlb(tlb, x) do { } while (0)
37 #define __pud_free_tlb(tlb, x) do { } while (0)
  /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)
  /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)
  /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)

Completed in 1332 milliseconds

1 2