Searched refs:mpch (Results 1 – 1 of 1) sorted by relevance
112 mpt_build_mpch(mpcth_t mpch) in mpt_build_mpch() argument115 memset(mpch, 0, sizeof(*mpch)); in mpt_build_mpch()116 memcpy(mpch->signature, MPCH_SIG, 4); in mpt_build_mpch()117 mpch->spec_rev = MP_SPECREV; in mpt_build_mpch()118 memcpy(mpch->oem_id, MPCH_OEMID, MPCH_OEMID_LEN); in mpt_build_mpch()119 memcpy(mpch->product_id, MPCH_PRODID, MPCH_PRODID_LEN); in mpt_build_mpch()120 mpch->apic_address = LAPIC_PADDR; in mpt_build_mpch()299 mpcth_t mpch; in mptable_build() local335 mpch = (mpcth_t)curraddr; in mptable_build()336 mpt_build_mpch(mpch); in mptable_build()[all …]