Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mptable/
H A Dmptable.c68 #define BIOS_BASE 0xf0000 macro
334 printf( " searching BIOS @ 0x%08x\n", BIOS_BASE ); in apic_probe()
335 seekEntry( BIOS_BASE ); in apic_probe()
341 *paddr = (x * sizeof( unsigned int )) + BIOS_BASE; in apic_probe()
/freebsd/sys/x86/x86/
H A Dmptable.c67 #define BIOS_BASE (0xf0000) macro
291 target = (u_int32_t) BIOS_BASE; in mptable_probe()