Lines Matching refs:physptr
440 static unsigned long __init get_mpc_size(unsigned long physptr) in get_mpc_size() argument
445 mpc = early_ioremap(physptr, PAGE_SIZE); in get_mpc_size()
448 apic_printk(APIC_VERBOSE, " mpc: %lx-%lx\n", physptr, physptr + size); in get_mpc_size()
458 size = get_mpc_size(mpf->physptr); in check_physptr()
459 mpc = early_ioremap(mpf->physptr, size); in check_physptr()
547 } else if (mpf->physptr) { in default_get_smp_config()
562 memblock_reserve(mpf->physptr, get_mpc_size(mpf->physptr)); in smp_reserve_memory()
594 if (mpf->physptr) in smp_scan_config()
858 if (!mpf->physptr) in update_mp_table()
861 mpc = phys_to_virt(mpf->physptr); in update_mp_table()
867 pr_info("physptr: %x\n", mpf->physptr); in update_mp_table()
888 mpf->physptr = mpc_new_phys; in update_mp_table()
893 if (mpc_new_phys - mpf->physptr) { in update_mp_table()
900 mpf->physptr = mpc_new_phys; in update_mp_table()
904 pr_info("physptr new: %x\n", mpf->physptr); in update_mp_table()