Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dedd.h52 #define EDD_MBR_SIG_MAX 16 /* max number of signatures to store */ macro
184 unsigned int mbr_signature[EDD_MBR_SIG_MAX];
/linux-6.3-rc2/arch/x86/boot/
A Dedd.c160 for (devno = 0x80; devno < 0x80+EDD_MBR_SIG_MAX; devno++) { in query_edd()
/linux-6.3-rc2/drivers/firmware/
A Dedd.c64 static struct edd_device *edd_devices[EDD_MBR_SIG_MAX];
76 return edev->index < min_t(unsigned char, edd.mbr_signature_nr, EDD_MBR_SIG_MAX); in edd_has_mbr_signature()
718 min_t(unsigned char, EDD_MBR_SIG_MAX, edd.mbr_signature_nr), in edd_num_devices()
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dbootparam.h227 __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX]; /* 0x290 */
/linux-6.3-rc2/arch/x86/kernel/
A Dkexec-bzimage64.c317 EDD_MBR_SIG_MAX * sizeof(unsigned int)); in setup_boot_parameters()
/linux-6.3-rc2/arch/x86/xen/
A Denlighten_pv.c1193 for (nr = 0; nr < EDD_MBR_SIG_MAX; nr++) { in xen_boot_params_init_edd()

Completed in 15 milliseconds