Searched defs:boot_params (Results  1 – 7 of 7) sorted by relevance
| /external/kernel-headers/original/uapi/asm-x86/asm/ | 
| D | bootparam.h | 185 struct boot_params {  struct186 	struct screen_info screen_info;			/* 0x000 */
 187 	struct apm_bios_info apm_bios_info;		/* 0x040 */
 188 	__u8  _pad2[4];					/* 0x054 */
 189 	__u64  tboot_addr;				/* 0x058 */
 190 	struct ist_info ist_info;			/* 0x060 */
 191 	__u64 acpi_rsdp_addr;				/* 0x070 */
 192 	__u8  _pad3[8];					/* 0x078 */
 216 	 * it into a clean boot_params buffer. If it turns out that  argument
 223 	__u8  sentinel;					/* 0x1ef */
 [all …]
 
 | 
| /external/crosvm/x86_64/src/ | 
| D | bootparam.rs | 406 pub struct boot_params {  struct407     pub screen_info: screen_info,
 408     pub apm_bios_info: apm_bios_info,
 409     pub _pad2: [__u8; 4usize],
 410     pub tboot_addr: __u64,
 411     pub ist_info: ist_info,
 412     pub acpi_rsdp_addr: __u64,
 413     pub _pad3: [__u8; 8usize],
 414     pub hd0_info: [__u8; 16usize],
 415     pub hd1_info: [__u8; 16usize],
 [all …]
 
 | 
| D | bzimage.rs | 53 ) -> Result<(boot_params, u64)>  in load_bzimage()
 | 
| D | lib.rs | 449     mut params: boot_params,  in configure_system()597 fn add_e820_entry(params: &mut boot_params, range: AddressRange, mem_type: E820Type) -> Result<()> {  in add_e820_entry()
 1571     ) -> Result<(boot_params, u64, GuestAddress)> {  in load_kernel()
 1576                 let boot_params = Default::default();  in load_kernel()  localVariable
 1611         params: boot_params,  in setup_system_memory()
 
 | 
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 1618 struct boot_params {  struct1619 	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/ | 
| D | vmlinux_505.h | 1317 struct boot_params {  struct1318 	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 …]
 
 | 
| D | vmlinux.h | 1317 struct boot_params {  struct1318 	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 …]
 
 |