Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dmpparse.c440 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()
[all …]
/linux-4.1.27/arch/x86/include/asm/
Dmpspec_def.h23 unsigned int physptr; /* Configuration table address */ member