Home
last modified time | relevance | path

Searched refs:dtlb_4MB (Results 1 – 4 of 4) sorted by relevance

/external/cpuinfo/src/x86/cache/
Ddescriptor.c19 struct cpuinfo_tlb* dtlb_4MB, in cpuinfo_x86_decode_cache_descriptor() argument
81 *dtlb_4MB = (struct cpuinfo_tlb) { in cpuinfo_x86_decode_cache_descriptor()
94 *dtlb_4MB = (struct cpuinfo_tlb) { in cpuinfo_x86_decode_cache_descriptor()
792 *dtlb_4KB = *dtlb_4MB = (struct cpuinfo_tlb) { in cpuinfo_x86_decode_cache_descriptor()
805 *dtlb_4KB = *dtlb_4MB = (struct cpuinfo_tlb) { in cpuinfo_x86_decode_cache_descriptor()
818 *dtlb_4KB = *dtlb_4MB = (struct cpuinfo_tlb) { in cpuinfo_x86_decode_cache_descriptor()
854 *dtlb_2MB = *dtlb_4MB = (struct cpuinfo_tlb) { in cpuinfo_x86_decode_cache_descriptor()
945 *dtlb_2MB = *dtlb_4MB = (struct cpuinfo_tlb) { in cpuinfo_x86_decode_cache_descriptor()
1448 *dtlb_2MB = *dtlb_4MB = (struct cpuinfo_tlb) { in cpuinfo_x86_decode_cache_descriptor()
Dinit.c36 struct cpuinfo_tlb* dtlb_4MB, in cpuinfo_x86_detect_cache() argument
57 dtlb_4KB, dtlb_2MB, dtlb_4MB, dtlb_1GB, in cpuinfo_x86_detect_cache()
/external/cpuinfo/src/x86/
Dapi.h74 struct cpuinfo_tlb dtlb_4MB; member
117 struct cpuinfo_tlb* dtlb_4MB,
136 struct cpuinfo_tlb* dtlb_4MB,
Dinit.c55 &processor->tlb.dtlb_4MB, in cpuinfo_x86_init_processor()