Home | History | Annotate | Download | only in lib

Lines Matching defs:mpp_relocatable

79 	struct multiboot_header_tag_relocatable		*mpp_relocatable;
432 if (mpp->mpp_relocatable) {
435 switch (mpp->mpp_relocatable->preference) {
444 MPP_OPT(mpp->mpp_relocatable->flags),
445 mpp->mpp_relocatable->min_addr,
446 mpp->mpp_relocatable->max_addr,
447 mpp->mpp_relocatable->align, pref);
1576 mbp->mbp_priv->mpp_relocatable = (void *)mbt;
1618 mbp->mbp_priv->mpp_relocatable;
1623 if (is_header_required((void *)mbp->mbp_priv->mpp_relocatable)) {