Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dmpparse.c421 static unsigned long __init get_mpc_size(unsigned long physptr) in get_mpc_size() argument
426 mpc = early_memremap(physptr, PAGE_SIZE); in get_mpc_size()
429 apic_printk(APIC_VERBOSE, " mpc: %lx-%lx\n", physptr, physptr + size); in get_mpc_size()
439 size = get_mpc_size(mpf->physptr); in check_physptr()
440 mpc = early_memremap(mpf->physptr, size); in check_physptr()
538 } else if (mpf->physptr) { in default_get_smp_config()
555 memblock_reserve(mpf->physptr, get_mpc_size(mpf->physptr)); in smp_reserve_memory()
586 if (mpf->physptr) in smp_scan_config()
863 if (!mpf->physptr) in update_mp_table()
866 size = get_mpc_size(mpf->physptr); in update_mp_table()
[all …]
/linux-6.1.9/arch/x86/include/asm/
Dmpspec_def.h24 unsigned int physptr; /* Configuration table address */ member