Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/
H A Dedd.c49 unsigned int mbr_signature; member
96 edev->mbr_signature = edd.mbr_signature[i]; in edd_dev_set_info()
273 p += scnprintf(p, left, "0x%08x\n", edev->mbr_signature); in edd_show_mbr_signature()
575 static EDD_DEVICE_ATTR(mbr_signature, 0444, edd_show_mbr_signature, edd_has_mbr_signature);
/openbmc/linux/include/uapi/linux/
H A Dedd.h184 unsigned int mbr_signature[EDD_MBR_SIG_MAX]; member
/openbmc/u-boot/include/linux/
H A Dedd.h174 unsigned int mbr_signature[EDD_MBR_SIG_MAX]; member
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1240 u32 *mbr_signature; in xen_boot_params_init_edd() local
1245 mbr_signature = boot_params.edd_mbr_sig_buffer; in xen_boot_params_init_edd()
1278 mbr_signature[nr] = op.u.firmware_info.u.disk_mbr_signature.mbr_signature; in xen_boot_params_init_edd()
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c181 memcpy(edd.mbr_signature, boot_params.edd_mbr_sig_buffer, in copy_edd()
182 sizeof(edd.mbr_signature)); in copy_edd()
/openbmc/linux/include/xen/interface/
H A Dplatform.h231 uint32_t mbr_signature; /* offset 0x1b8 in mbr */ member