Home
last modified time | relevance | path

Searched refs:MP_SIG (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.sbin/mptable/
H A Dmptable.c36 #define MP_SIG 0x5f504d5f /* _MP_ */ macro
397 if (*x == MP_SIG) in findMpSig()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmptable.c359 #define MP_SIG 0x5f504d5f /* _MP_ */ macro
375 if (addr[x] == MP_SIG) { in mptable_search_sig()