Searched refs:BIOS_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/amd64/amd64/
H A Dbios.c46 #define BIOS_SIZE 0x20000 macro
73 if ((start >= BIOS_START) && (start <= (BIOS_START + BIOS_SIZE))) {
82 end = (u_char *)BIOS_PADDRTOVADDR(BIOS_START + BIOS_SIZE);
/freebsd-11-stable/sys/i386/i386/
H A Dbios.c58 #define BIOS_SIZE 0x20000 macro
100 (sdh->entry < (BIOS_START + BIOS_SIZE))) {
215 if ((start >= BIOS_START) && (start <= (BIOS_START + BIOS_SIZE))) {
224 end = (u_char *)BIOS_PADDRTOVADDR(BIOS_START + BIOS_SIZE);
500 if ( (to<=from) || (from<BIOS_START) || (to>(BIOS_START+BIOS_SIZE)) )
509 if ( (to+off)>(BIOS_START+BIOS_SIZE) ||
515 BIOS_START, BIOS_START+BIOS_SIZE);
/freebsd-11-stable/usr.sbin/mptable/
H A Dmptable.c75 #define BIOS_SIZE 0x10000 macro
268 u_int buffer[ BIOS_SIZE / sizeof( int ) ];
339 readEntry( buffer, BIOS_SIZE );
341 for ( x = 0; x < BIOS_SIZE / (int)sizeof( unsigned int ); NEXT(x) ) {
353 readEntry( buffer, BIOS_SIZE );
355 for ( x = 0; x < BIOS_SIZE / (int)sizeof( unsigned int ); NEXT(x) ) {
/freebsd-11-stable/sys/x86/x86/
H A Dmptable.c71 #define BIOS_SIZE (0x18000) macro
74 #define BIOS_SIZE (0x10000) macro
76 #define BIOS_COUNT (BIOS_SIZE/4)

Completed in 81 milliseconds