Home
last modified time | relevance | path

Searched refs:mpfps_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/tools/ncpus/
H A Dbiosmptable.c49 static mpfps_t biosmptable_find_mpfps(void);
50 static mpfps_t biosmptable_search_mpfps(off_t base, int length);
61 mpfps_t mpfps; in biosmptable_detect()
161 static mpfps_t
164 mpfps_t mpfps; in biosmptable_find_mpfps()
182 static mpfps_t
185 mpfps_t mpfps; in biosmptable_search_mpfps()
/freebsd/usr.sbin/mptable/
H A Dmptable.c121 static void MPFloatingPointer( u_int32_t paddr, int where, mpfps_t* mpfpsp );
170 mpfps_t mpfps; in main()
400 MPFloatingPointer( u_int32_t paddr, int where, mpfps_t* mpfpsp ) in MPFloatingPointer()
402 mpfps_t mpfps; in MPFloatingPointer()
/freebsd/sys/x86/include/
H A Dmptable.h56 } __packed *mpfps_t; typedef
/freebsd/sys/x86/x86/
H A Dmptable.c157 static mpfps_t mpfps;
310 mpfps = (mpfps_t)BIOS_PADDRTOVADDR(x); in mptable_probe()