Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dmptbl.c114 mpt_build_mpch(mpcth_t mpch) in mpt_build_mpch() argument
117 memset(mpch, 0, sizeof(*mpch)); in mpt_build_mpch()
119 mpch->spec_rev = MP_SPECREV; in mpt_build_mpch()
301 mpcth_t mpch; in mptable_build() local
337 mpch = (mpcth_t)curraddr; in mptable_build()
338 mpt_build_mpch(mpch); in mptable_build()
339 curraddr += sizeof(*mpch); in mptable_build()
344 mpch->entry_count += ncpu; in mptable_build()
354 mpch->entry_count++; in mptable_build()
373 mpch->base_table_length = curraddr - (char *)mpch; in mptable_build()
[all …]