Home
last modified time | relevance | path

Searched refs:physptr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dmpparse.c419 apic_printk(APIC_VERBOSE, " mpc: %lx-%lx\n", physptr, physptr + size); in get_mpc_size()
429 size = get_mpc_size(mpf->physptr); in check_physptr()
526 } else if (mpf->physptr) { in default_get_smp_config()
543 memblock_reserve(mpf->physptr, get_mpc_size(mpf->physptr)); in smp_reserve_memory()
574 if (mpf->physptr) in smp_scan_config()
851 if (!mpf->physptr) in update_mp_table()
854 size = get_mpc_size(mpf->physptr); in update_mp_table()
865 pr_info("physptr: %x\n", mpf->physptr); in update_mp_table()
891 mpf->physptr = mpc_new_phys; in update_mp_table()
897 if (mpc_new_phys - mpf->physptr) { in update_mp_table()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dmpspec_def.h24 unsigned int physptr; /* Configuration table address */ member