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

/linux-master/arch/x86/kernel/
H A Dmpparse.c412 static unsigned long __init get_mpc_size(unsigned long physptr) argument
417 mpc = early_memremap(physptr, PAGE_SIZE);
420 apic_printk(APIC_VERBOSE, " mpc: %lx-%lx\n", physptr, physptr + size);
430 size = get_mpc_size(mpf->physptr);
431 mpc = early_memremap(mpf->physptr, size);
527 } else if (mpf->physptr) {
554 memblock_reserve(mpf->physptr, get_mpc_size(mpf->physptr));
585 if (mpf->physptr)
[all...]
/linux-master/arch/x86/include/asm/
H A Dmpspec_def.h24 unsigned int physptr; /* Configuration table address */ member in struct:mpf_intel

Completed in 98 milliseconds