Home
last modified time | relevance | path

Searched refs:mpfb2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/mptable/
H A Dmptable.c447 if ( mpfps->mpfb2 & 0x7f ) { in MPFloatingPointer()
448 printf( " warning, MP feature byte 2: 0x%02x\n", mpfps->mpfb2 ); in MPFloatingPointer()
452 printf( " mode:\t\t\t\t%s\n", (mpfps->mpfb2 & MPFB2_IMCR_PRESENT) ? in MPFloatingPointer()
/freebsd/sys/x86/include/
H A Dmptable.h52 uint8_t mpfb2; member
/freebsd/sys/x86/x86/
H A Dmptable.c453 if (mpfps->mpfb2 & MPFB2_IMCR_PRESENT) { in mptable_setup_io()