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

  /bionic/libc/kernel/arch-sh/asm/
tlb_64.h 23 #define for_each_dtlb_entry(tlb) for (tlb = cpu_data->dtlb.first; tlb <= cpu_data->dtlb.last; tlb += cpu_data->dtlb.step)
processor_64.h 49 struct tlb_info dtlb; member in struct:sh_cpuinfo
  /external/oprofile/events/i386/nehalem/
events 24 event:0x08 counters:0,1,2,3 um:dtlb_load_misses minimum:6000 name:DTLB_LOAD_MISSES : Counts dtlb page walks
27 event:0x0C counters:0,1,2,3 um:mem_store_retired minimum:6000 name:MEM_STORE_RETIRED : The event counts the number of retired stores that missed the DTLB. The DTLB miss is not counted if the store operation causes a fault. Does not count prefetches. Counts both primary and secondary misses to the TLB

Completed in 4723 milliseconds