H A D | common.c | 1 // SPDX-License-Identifier: GPL-2.0-only 62 #include <asm/intel-family.h> 140 info = (struct ppin_info *)id->driver_data; in ppin_init() 142 if (rdmsrl_safe(info->msr_ppin_ctl, &val)) in ppin_init() 152 wrmsrl_safe(info->msr_ppin_ctl, val | 2UL); in ppin_init() 153 rdmsrl_safe(info->msr_ppin_ctl, &val); in ppin_init() 158 c->ppi in ppin_init() 813 unsigned int eax, ebx, ecx, edx; detect_num_cpu_cores() local 826 unsigned int n, dummy, ebx, ecx, edx, l2size; cpu_detect_cache_sizes() local 888 u32 eax, ebx, ecx, edx; detect_ht_early() local 1034 u32 eax, ebx, ecx, edx; get_cpu_cap() local 1116 u32 eax, ebx, ecx, edx; get_cpu_address_sizes() local [all...] |