Lines Matching refs:ebx
154 union _cpuid4_leaf_ebx ebx; member
225 union _cpuid4_leaf_ebx *ebx, in amd_cpuid4() argument
236 ebx->full = 0; in amd_cpuid4()
287 ebx->split.coherency_line_size = line_size - 1; in amd_cpuid4()
288 ebx->split.ways_of_associativity = assoc - 1; in amd_cpuid4()
289 ebx->split.physical_line_partition = lines_per_tag - 1; in amd_cpuid4()
291 (ebx->split.ways_of_associativity + 1) - 1; in amd_cpuid4()
589 union _cpuid4_leaf_ebx ebx; in cpuid4_cache_lookup_regs() local
596 &ebx.full, &ecx.full, &edx); in cpuid4_cache_lookup_regs()
598 amd_cpuid4(index, &eax, &ebx, &ecx); in cpuid4_cache_lookup_regs()
601 cpuid_count(4, index, &eax.full, &ebx.full, &ecx.full, &edx); in cpuid4_cache_lookup_regs()
608 this_leaf->ebx = ebx; in cpuid4_cache_lookup_regs()
611 (ebx.split.coherency_line_size + 1) * in cpuid4_cache_lookup_regs()
612 (ebx.split.physical_line_partition + 1) * in cpuid4_cache_lookup_regs()
613 (ebx.split.ways_of_associativity + 1); in cpuid4_cache_lookup_regs()
619 unsigned int eax, ebx, ecx, edx, op; in find_num_cache_leaves() local
631 cpuid_count(op, i, &eax, &ebx, &ecx, &edx); in find_num_cache_leaves()
900 base->ebx.split.coherency_line_size + 1; in ci_leaf_init()
902 base->ebx.split.ways_of_associativity + 1; in ci_leaf_init()
906 base->ebx.split.physical_line_partition + 1; in ci_leaf_init()