Home
last modified time | relevance | path

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

/devicemodel/core/
A Dmptbl.c107 mpt_build_mpch(mpcth_t mpch) in mpt_build_mpch() argument
109 memset(mpch, 0, sizeof(*mpch)); in mpt_build_mpch()
111 mpch->spec_rev = MP_SPECREV; in mpt_build_mpch()
310 mpcth_t mpch; in mptable_build() local
346 mpch = (mpcth_t)curraddr; in mptable_build()
347 mpt_build_mpch(mpch); in mptable_build()
348 curraddr += sizeof(*mpch); in mptable_build()
353 mpch->entry_count += ncpu; in mptable_build()
365 mpch->entry_count++; in mptable_build()
385 mpch->base_table_length = curraddr - (char *)mpch; in mptable_build()
[all …]

Completed in 2 milliseconds