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

/freebsd-10.3-release/usr.sbin/mptable/
H A Dmptable.c68 #define BIOS_BASE 0xf0000 macro
461 printf( " searching BIOS @ 0x%08x\n", BIOS_BASE );
462 seekEntry( BIOS_BASE );
468 *paddr = (x * sizeof( unsigned int )) + BIOS_BASE;
/freebsd-10.3-release/sys/x86/x86/
H A Dmptable.c70 #define BIOS_BASE (0xe8000) macro
73 #define BIOS_BASE (0xf0000) macro
263 target = (u_int32_t) BIOS_BASE;

Completed in 106 milliseconds