Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dmpparse.c420 apic_pr_verbose(" mpc: %lx-%lx\n", physptr, physptr + size); in get_mpc_size()
430 size = get_mpc_size(mpf->physptr); in check_physptr()
527 } else if (mpf->physptr) { in mpparse_get_smp_config()
554 memblock_reserve(mpf->physptr, get_mpc_size(mpf->physptr)); in smp_reserve_memory()
584 if (mpf->physptr) in smp_scan_config()
861 if (!mpf->physptr) in update_mp_table()
864 size = get_mpc_size(mpf->physptr); in update_mp_table()
875 pr_info("physptr: %x\n", mpf->physptr); in update_mp_table()
901 mpf->physptr = mpc_new_phys; in update_mp_table()
907 if (mpc_new_phys - mpf->physptr) { in update_mp_table()
[all …]
/linux/arch/x86/include/asm/
A Dmpspec_def.h24 unsigned int physptr; /* Configuration table address */ member

Completed in 6 milliseconds