HomeSort by relevance Sort by last modified time
    Searched refs:tlb (Results 176 - 188 of 188) sorted by null

1 2 3 4 5 6 78

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm-generic/
pgtable-nopmd.h 42 #define __pmd_free_tlb(tlb, x, a) do { } while (0)
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /external/qemu/target-mips/
op_helper.c 811 unsigned int tmp = env->tlb->nb_tlb;
832 // TODO: Enable/disable shared TLB, enable/disable VPEs.
1076 env->CP0_Wired = arg1 % env->tlb->nb_tlb;
1129 /* If the ASID changes, flush qemu's TLB. */
1503 r4k_tlb_t *tlb; local
1516 r4k_tlb_t *tlb; local
1568 r4k_tlb_t *tlb; local
1608 r4k_tlb_t *tlb; local
1653 r4k_tlb_t *tlb; local
1686 r4k_tlb_t *tlb; local
    [all...]
translate_init.c 476 env->tlb->nb_tlb = 1;
477 env->tlb->map_address = &no_mmu_map_address;
482 env->tlb->nb_tlb = 1;
483 env->tlb->map_address = &fixed_mmu_map_address;
488 env->tlb->nb_tlb = 1 + ((def->CP0_Config1 >> CP0C1_MMU) & 63);
489 env->tlb->map_address = &r4k_map_address;
490 env->tlb->helper_tlbwi = r4k_helper_tlbwi;
491 env->tlb->helper_tlbwr = r4k_helper_tlbwr;
492 env->tlb->helper_tlbp = r4k_helper_tlbp;
493 env->tlb->helper_tlbr = r4k_helper_tlbr
    [all...]
cpu.h 49 r4k_tlb_t tlb[MIPS_TLB_MAX]; member in struct:CPUMIPSTLBContext::__anon13952::__anon13953
461 CPUMIPSTLBContext *tlb; member in struct:CPUMIPSState
translate.c     [all...]
  /external/kernel-headers/original/asm-generic/
pgtable-nopmd.h 62 #define __pmd_free_tlb(tlb, x, a) do { } while (0)
pgtable-nopud.h 55 #define __pud_free_tlb(tlb, x) do { } while (0)
  /external/qemu/hw/
mips_timer.c 16 idx = lfsr % (env->tlb->nb_tlb - env->CP0_Wired) + env->CP0_Wired;
  /external/kernel-headers/original/asm-arm/
tlbflush.h 16 #define tlb_flush(tlb) ((void) tlb)
46 * MMU TLB Model
52 * v4wb - ARMv4 with write buffer without I TLB flush entry instruction
53 * v4wbi - ARMv4 with write buffer with I TLB flush entry instruction
54 * v6wbi - ARMv6 with write buffer with I TLB flush entry instruction
142 #error Unknown TLB model
176 * TLB Management
179 * The arch/arm/mm/tlb-*.S files implement these methods.
181 * The TLB specific code is expected to perform whatever tests i
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 48 /* TLB code constants */
284 unsigned int * entries; /* 16k-aligned TLB table */
285 dma_addr_t entries_dmaaddr; /* 16k-aligned PCI address to TLB table */
326 struct snd_util_memblk *memblk; /* memory block if TLB enabled */
389 struct snd_trident_tlb tlb; /* TLB entries for NX cards */ member in struct:snd_trident
458 /* TLB memory allocation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 48 /* TLB code constants */
284 unsigned int * entries; /* 16k-aligned TLB table */
285 dma_addr_t entries_dmaaddr; /* 16k-aligned PCI address to TLB table */
326 struct snd_util_memblk *memblk; /* memory block if TLB enabled */
389 struct snd_trident_tlb tlb; /* TLB entries for NX cards */ member in struct:snd_trident
458 /* TLB memory allocation */
  /external/kernel-headers/original/linux/
mm.h 163 #define VM_HUGETLB 0x00400000 /* Huge TLB Page VM */
714 unsigned long unmap_vmas(struct mmu_gather **tlb,
718 void free_pgd_range(struct mmu_gather **tlb, unsigned long addr,
720 void free_pgtables(struct mmu_gather **tlb, struct vm_area_struct *start_vma,
    [all...]

Completed in 353 milliseconds

1 2 3 4 5 6 78