Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dedd.h50 #define EDD_MBR_SIG_OFFSET 0x1B8 /* offset of signature in the MBR */ macro
/linux-6.1.9/arch/x86/boot/
Dedd.c66 *mbrsig = *(u32 *)&mbrbuf_ptr[EDD_MBR_SIG_OFFSET]; in read_mbr_sig()