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