Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/mptable/
H A Dmptable.c73 #define BIOS_BASE 0xf0000 macro
337 printf( " searching BIOS @ 0x%08x\n", BIOS_BASE ); in apic_probe()
338 seekEntry( BIOS_BASE ); in apic_probe()
344 *paddr = (x * sizeof( unsigned int )) + BIOS_BASE; in apic_probe()
/freebsd-13.1/sys/x86/x86/
H A Dmptable.c73 #define BIOS_BASE (0xf0000) macro
271 target = (u_int32_t) BIOS_BASE; in mptable_probe()