Home
last modified time | relevance | path

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

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