Lines Matching refs:physptr
435 static unsigned long __init get_mpc_size(unsigned long physptr) in get_mpc_size() argument
440 mpc = early_ioremap(physptr, PAGE_SIZE); in get_mpc_size()
443 apic_printk(APIC_VERBOSE, " mpc: %lx-%lx\n", physptr, physptr + size); in get_mpc_size()
453 size = get_mpc_size(mpf->physptr); in check_physptr()
454 mpc = early_ioremap(mpf->physptr, size); in check_physptr()
542 } else if (mpf->physptr) { in default_get_smp_config()
557 memblock_reserve(mpf->physptr, get_mpc_size(mpf->physptr)); in smp_reserve_memory()
589 if (mpf->physptr) in smp_scan_config()
853 if (!mpf->physptr) in update_mp_table()
856 mpc = phys_to_virt(mpf->physptr); in update_mp_table()
862 pr_info("physptr: %x\n", mpf->physptr); in update_mp_table()
883 mpf->physptr = mpc_new_phys; in update_mp_table()
888 if (mpc_new_phys - mpf->physptr) { in update_mp_table()
895 mpf->physptr = mpc_new_phys; in update_mp_table()
899 pr_info("physptr new: %x\n", mpf->physptr); in update_mp_table()