Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/i386/stand/lib/
Dexec_multiboot2.c78 struct multiboot_header_tag_entry_address *mpp_entry_elf64; member
427 if (mpp->mpp_entry_elf64) in multiboot2_header_dump()
429 MPP_OPT(mpp->mpp_entry_elf64->flags), in multiboot2_header_dump()
430 mpp->mpp_entry_elf64->entry_addr); in multiboot2_header_dump()
1423 if (mpp->mpp_entry_elf64) in exec_multiboot2()
1424 entry = mpp->mpp_entry_elf64->entry_addr in exec_multiboot2()
1572 mbp->mbp_priv->mpp_entry_elf64 = (void *)mbt; in probe_multiboot2()