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

  /external/qemu/include/exec/
cpu-defs.h 78 #define CPU_TLB_SIZE (1 << CPU_TLB_BITS)
110 CPUTLBEntry tlb_table[NB_MMU_MODES][CPU_TLB_SIZE]; \
111 hwaddr iotlb[NB_MMU_MODES][CPU_TLB_SIZE]; \
softmmu_header.h 92 page_index = (addr >> TARGET_PAGE_BITS) & (CPU_TLB_SIZE - 1);
113 page_index = (addr >> TARGET_PAGE_BITS) & (CPU_TLB_SIZE - 1);
140 page_index = (addr >> TARGET_PAGE_BITS) & (CPU_TLB_SIZE - 1);
softmmu_template.h 150 int index = (addr >> TARGET_PAGE_BITS) & (CPU_TLB_SIZE - 1);
232 int index = (addr >> TARGET_PAGE_BITS) & (CPU_TLB_SIZE - 1);
362 int index = (addr >> TARGET_PAGE_BITS) & (CPU_TLB_SIZE - 1);
438 int index = (addr >> TARGET_PAGE_BITS) & (CPU_TLB_SIZE - 1);
  /external/qemu/
cputlb.c 58 for (i = 0; i < CPU_TLB_SIZE; i++) {
108 i = (addr >> TARGET_PAGE_BITS) & (CPU_TLB_SIZE - 1);
167 i = (vaddr >> TARGET_PAGE_BITS) & (CPU_TLB_SIZE - 1);
269 index = (vaddr >> TARGET_PAGE_BITS) & (CPU_TLB_SIZE - 1);
308 page_index = (addr >> TARGET_PAGE_BITS) & (CPU_TLB_SIZE - 1);
exec.c 563 for(i = 0; i < CPU_TLB_SIZE; i++) {
617 for(i = 0; i < CPU_TLB_SIZE; i++)
    [all...]
  /external/qemu/target-mips/
op_helper.c     [all...]
  /external/qemu/tcg/i386/
tcg-target.c     [all...]

Completed in 93 milliseconds