Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/i386/stand/lib/
Dexec_multiboot2.c79 struct multiboot_header_tag_relocatable *mpp_relocatable; member
432 if (mpp->mpp_relocatable) { in multiboot2_header_dump()
435 switch (mpp->mpp_relocatable->preference) { in multiboot2_header_dump()
444 MPP_OPT(mpp->mpp_relocatable->flags), in multiboot2_header_dump()
445 mpp->mpp_relocatable->min_addr, in multiboot2_header_dump()
446 mpp->mpp_relocatable->max_addr, in multiboot2_header_dump()
447 mpp->mpp_relocatable->align, pref); in multiboot2_header_dump()
1576 mbp->mbp_priv->mpp_relocatable = (void *)mbt; in probe_multiboot2()
1618 mbp->mbp_priv->mpp_relocatable; in probe_multiboot2()
1623 if (is_header_required((void *)mbp->mbp_priv->mpp_relocatable)) { in probe_multiboot2()