Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Dmpparse.c420 static unsigned long __init get_mpc_size(unsigned long physptr) in get_mpc_size() argument
425 mpc = early_memremap(physptr, PAGE_SIZE); in get_mpc_size()
428 apic_printk(APIC_VERBOSE, " mpc: %lx-%lx\n", physptr, physptr + size); in get_mpc_size()
438 size = get_mpc_size(mpf->physptr); in check_physptr()
439 mpc = early_memremap(mpf->physptr, size); in check_physptr()
537 } else if (mpf->physptr) { in default_get_smp_config()
554 memblock_reserve(mpf->physptr, get_mpc_size(mpf->physptr)); in smp_reserve_memory()
585 if (mpf->physptr) in smp_scan_config()
862 if (!mpf->physptr) in update_mp_table()
865 size = get_mpc_size(mpf->physptr); in update_mp_table()
[all …]
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmpspec_def.h24 unsigned int physptr; /* Configuration table address */ member