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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmpparse.c534 static unsigned long __init get_mpc_size(unsigned long physptr) argument
539 mpc = early_ioremap(physptr, PAGE_SIZE);
542 apic_printk(APIC_VERBOSE, " mpc: %lx-%lx\n", physptr, physptr + size);
552 size = get_mpc_size(mpf->physptr);
553 mpc = early_ioremap(mpf->physptr, size);
643 } else if (mpf->physptr) {
658 unsigned long size = get_mpc_size(mpf->physptr);
660 reserve_early_overlap_ok(mpf->physptr, mpf->physptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmpspec_def.h30 unsigned int physptr; /* Configuration table address */ member in struct:mpf_intel

Completed in 72 milliseconds