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

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

Completed in 62 milliseconds