Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/arch/x86/
Dzero-page.rst38 1EA/001 ALL edd_mbr_sig_buf_entries Number of entries in edd_mbr_sig_buffer
43 290/040 ALL edd_mbr_sig_buffer EDD MBR signatures
/linux-6.6.21/arch/x86/include/asm/
Dbootparam_utils.h72 BOOT_PARAM_PRESERVE(edd_mbr_sig_buffer), in sanitize_boot_params()
/linux-6.6.21/arch/x86/boot/
Dedd.c148 mbrptr = boot_params.edd_mbr_sig_buffer; in query_edd()
/linux-6.6.21/arch/x86/include/uapi/asm/
Dbootparam.h227 __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX]; /* 0x290 */ member
/linux-6.6.21/arch/x86/kernel/
Dkexec-bzimage64.c316 memcpy(params->edd_mbr_sig_buffer, boot_params.edd_mbr_sig_buffer, in setup_boot_parameters()
Dsetup.c181 memcpy(edd.mbr_signature, boot_params.edd_mbr_sig_buffer, in copy_edd()
/linux-6.6.21/arch/x86/xen/
Denlighten_pv.c1245 mbr_signature = boot_params.edd_mbr_sig_buffer; in xen_boot_params_init_edd()