Home
last modified time | relevance | path

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

/external/cpuinfo/src/x86/cache/
Ddescriptor.c17 struct cpuinfo_tlb* dtlb_4KB, in cpuinfo_x86_decode_cache_descriptor() argument
68 *dtlb_4KB = (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()
871 *dtlb_4KB = (struct cpuinfo_tlb) { in cpuinfo_x86_decode_cache_descriptor()
923 *dtlb_4KB = (struct cpuinfo_tlb) { in cpuinfo_x86_decode_cache_descriptor()
934 *dtlb_4KB = (struct cpuinfo_tlb) { in cpuinfo_x86_decode_cache_descriptor()
975 *dtlb_4KB = *itlb_4KB = (struct cpuinfo_tlb) { in cpuinfo_x86_decode_cache_descriptor()
1280 *dtlb_4KB = (struct cpuinfo_tlb) { in cpuinfo_x86_decode_cache_descriptor()
[all …]
Dinit.c34 struct cpuinfo_tlb* dtlb_4KB, 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.h72 struct cpuinfo_tlb dtlb_4KB; member
115 struct cpuinfo_tlb* dtlb_4KB,
134 struct cpuinfo_tlb* dtlb_4KB,
Dinit.c53 &processor->tlb.dtlb_4KB, in cpuinfo_x86_init_processor()