Lines Matching refs:full
138 u32 full; member
147 u32 full; member
154 u32 full; member
241 eax->full = 0; in amd_cpuid4()
242 ebx->full = 0; in amd_cpuid4()
243 ecx->full = 0; in amd_cpuid4()
602 cpuid_count(0x8000001d, index, &eax.full, in cpuid4_cache_lookup_regs()
603 &ebx.full, &ecx.full, &edx); in cpuid4_cache_lookup_regs()
608 cpuid_count(0x8000001d, index, &eax.full, in cpuid4_cache_lookup_regs()
609 &ebx.full, &ecx.full, &edx); in cpuid4_cache_lookup_regs()
612 cpuid_count(4, index, &eax.full, &ebx.full, &ecx.full, &edx); in cpuid4_cache_lookup_regs()
644 cache_eax.full = eax; in find_num_cache_leaves()