Searched refs:mpf (Results 1 – 1 of 1) sorted by relevance
451 static int __init check_physptr(struct mpf_intel *mpf, unsigned int early) in check_physptr() argument456 size = get_mpc_size(mpf->physptr); in check_physptr()457 mpc = early_memremap(mpf->physptr, size); in check_physptr()505 struct mpf_intel *mpf; in default_get_smp_config() local523 mpf = early_memremap(mpf_base, sizeof(*mpf)); in default_get_smp_config()524 if (!mpf) { in default_get_smp_config()530 mpf->specification); in default_get_smp_config()532 if (mpf->feature2 & (1 << 7)) { in default_get_smp_config()543 if (mpf->feature1) { in default_get_smp_config()552 pr_info("Default MP configuration #%d\n", mpf->feature1); in default_get_smp_config()[all …]