Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/asm-x86/asm/
Dbootparam.h175 struct boot_params { struct
176 struct screen_info screen_info; /* 0x000 */
177 struct apm_bios_info apm_bios_info; /* 0x040 */
178 __u8 _pad2[4]; /* 0x054 */
179 __u64 tboot_addr; /* 0x058 */
180 struct ist_info ist_info; /* 0x060 */
181 __u64 acpi_rsdp_addr; /* 0x070 */
205 * it into a clean boot_params buffer. If it turns out that argument
212 __u8 sentinel; /* 0x1ef */
213 __u8 _pad6[1]; /* 0x1f0 */
[all …]
/external/crosvm/x86_64/src/
Dbootparam.rs398 pub struct boot_params { struct
399 pub screen_info: screen_info,
400 pub apm_bios_info: apm_bios_info,
401 pub _pad2: [__u8; 4usize],
402 pub tboot_addr: __u64,
403 pub ist_info: ist_info,
404 pub acpi_rsdp_addr: __u64,
405 pub _pad3: [__u8; 8usize],
406 pub hd0_info: [__u8; 16usize],
407 pub hd1_info: [__u8; 16usize],
[all …]
Dbzimage.rs50 ) -> Result<(boot_params, u64)> in load_bzimage()
Dlib.rs19 unsafe impl data_model::DataInit for bootparam::boot_params {} implementation
260 mut params: boot_params, in configure_system()
344 params: &mut boot_params, in add_e820_entry()
1083 fn load_kernel(mem: &GuestMemory, kernel_image: &mut File) -> Result<(boot_params, u64)> { in load_kernel()
1109 params: boot_params, in setup_system_memory()
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h1618 struct boot_params { struct
1619 struct screen_info screen_info;
1620 struct apm_bios_info apm_bios_info;
1621 __u8 _pad2[4];
1622 __u64 tboot_addr;
1623 struct ist_info ist_info;
1624 __u64 acpi_rsdp_addr;
1625 __u8 _pad3[8];
1626 __u8 hd0_info[16];
1627 __u8 hd1_info[16];
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h1317 struct boot_params { struct
1318 struct screen_info screen_info;
1319 struct apm_bios_info apm_bios_info;
1320 __u8 _pad2[4];
1321 __u64 tboot_addr;
1322 struct ist_info ist_info;
1323 __u64 acpi_rsdp_addr;
1324 __u8 _pad3[8];
1325 __u8 hd0_info[16];
1326 __u8 hd1_info[16];
[all …]
Dvmlinux_505.h1317 struct boot_params { struct
1318 struct screen_info screen_info;
1319 struct apm_bios_info apm_bios_info;
1320 __u8 _pad2[4];
1321 __u64 tboot_addr;
1322 struct ist_info ist_info;
1323 __u64 acpi_rsdp_addr;
1324 __u8 _pad3[8];
1325 __u8 hd0_info[16];
1326 __u8 hd1_info[16];
[all …]