Searched refs:mpfps (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/tools/tools/ncpus/
H A Dbiosmptable.c64 mpfps_t mpfps; local
72 /* locate and validate the mpfps */
73 mpfps = biosmptable_find_mpfps();
75 if (mpfps == NULL) {
77 } else if (mpfps->config_type != 0) {
85 mpcth = biosmptable_check_mpcth(PTOV(mpfps->pap));
122 if (mpfps != NULL)
123 free(mpfps);
167 mpfps_t mpfps; local
173 mpfps
188 mpfps_t mpfps; local
[all...]
/freebsd-11-stable/usr.sbin/mptable/
H A Dmptable.c175 mpfps_t mpfps; local
234 MPFloatingPointer( paddr, where, &mpfps );
239 if ( (defaultConfig = mpfps->config_type) )
242 MPConfigTableHeader( mpfps->pap );
405 mpfps_t mpfps; local
407 /* map in mpfps structure*/
408 *mpfpsp = mpfps = mapEntry( paddr, sizeof( *mpfps ) );
442 pnstr( mpfps->signature, 4 );
445 printf( " length:\t\t\t%d bytes\n", mpfps
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dmptable.c164 static mpfps_t mpfps; variable
278 mpfps = (mpfps_t)(KERNBASE + x);
281 if (mpfps->config_type != 0) {
285 mpfps->spec_rev, mpfps->config_type);
286 if (mpfps->config_type != 5 && mpfps->config_type != 6) {
289 mpfps->config_type);
294 if ((uintptr_t)mpfps->pap >= 1024 * 1024) {
299 mpct = (mpcth_t)(KERNBASE + (uintptr_t)mpfps
[all...]

Completed in 106 milliseconds