Home
last modified time | relevance | path

Searched defs:boot_params (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/asm-x86/asm/
Dbootparam.h115 struct boot_params { struct
116 struct screen_info screen_info; /* 0x000 */
117 struct apm_bios_info apm_bios_info; /* 0x040 */
118 __u8 _pad2[4]; /* 0x054 */
119 __u64 tboot_addr; /* 0x058 */
143 * it into a clean boot_params buffer. If it turns out that argument
150 __u8 sentinel; /* 0x1ef */
151 __u8 _pad6[1]; /* 0x1f0 */
152 struct setup_header hdr; /* setup header */ /* 0x1f1 */
153 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
[all …]
/external/syslinux/efi/
Dmain.c413 struct boot_params { struct
424 #define BOOT_PARAM_BLKSIZE EFI_SIZE_TO_PAGES(sizeof(struct boot_params)) * EFI_PAGE_SIZE argument