/openbmc/u-boot/arch/x86/include/asm/ |
H A D | bootparam.h | 91 struct boot_params { struct 94 __u8 _pad2[4]; /* 0x054 */ 95 __u64 tboot_addr; /* 0x058 */ 97 __u8 _pad3[16]; /* 0x070 */ 101 __u8 _pad4[144]; /* 0x0b0 */ 104 __u32 alt_mem_k; /* 0x1e0 */ 106 __u8 e820_entries; /* 0x1e8 */ 107 __u8 eddbuf_entries; /* 0x1e9 */ 109 __u8 _pad6[6]; /* 0x1eb */ 114 __u8 _pad8[48]; /* 0xcd0 */ [all …]
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | bootparam.h | 186 struct boot_params { struct 189 __u8 _pad2[4]; /* 0x054 */ 190 __u64 tboot_addr; /* 0x058 */ 191 struct ist_info ist_info; /* 0x060 */ 192 __u64 acpi_rsdp_addr; /* 0x070 */ 193 __u8 _pad3[8]; /* 0x078 */ 217 * it into a clean boot_params buffer. If it turns out that argument 224 __u8 sentinel; /* 0x1ef */ 225 __u8 _pad6[1]; /* 0x1f0 */ 230 __u8 _pad8[48]; /* 0xcd0 */ [all …]
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | 178 static void retrieve_apple_device_properties(struct boot_params *boot_params) in retrieve_apple_device_properties() 336 static void setup_quirks(struct boot_params *boot_params) in setup_quirks() 424 static void setup_graphics(struct boot_params *boot_params) in setup_graphics() 473 struct boot_params *boot_params; in efi_pe_entry() local 703 struct boot_params *boot_params; member 728 static efi_status_t exit_boot(struct boot_params *boot_params, void *handle) in exit_boot() 863 struct boot_params *boot_params) in enter_kernel() 878 struct boot_params *boot_params) in efi_stub_entry() 1006 struct boot_params *boot_params) in efi_handover_entry()
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | boot-common.c | 31 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in save_omap_boot_params() local 225 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in jump_to_image_no_args() local
|
/openbmc/linux/arch/x86/xen/ |
H A D | efi.c | 132 void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
|
H A D | enlighten_pvh.c | 29 void __init xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
|
H A D | xen-ops.h | 130 static inline void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | ivpu_fw.c | 342 static void ivpu_fw_boot_params_print(struct ivpu_device *vdev, struct vpu_boot_params *boot_params) in ivpu_fw_boot_params_print() 431 void ivpu_fw_boot_params_setup(struct ivpu_device *vdev, struct vpu_boot_params *boot_params) in ivpu_fw_boot_params_setup()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | bootparam_utils.h | 35 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
|
/openbmc/linux/arch/x86/platform/pvh/ |
H A D | enlighten.c | 107 void __init __weak xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
|
/openbmc/linux/arch/x86/boot/ |
H A D | main.c | 18 struct boot_params boot_params __attribute__((aligned(16))); variable
|
/openbmc/linux/arch/mips/include/asm/mach-loongson64/ |
H A D | boot_param.h | 197 struct boot_params { struct 198 struct efi_loongson efi; 199 struct efi_reset_system_t reset_system;
|
/openbmc/qemu/hw/mips/ |
H A D | loongson3_bootp.h | 198 struct boot_params { struct 199 struct efi_loongson efi; 200 struct efi_reset_system_t reset_system;
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | misc.c | 49 struct boot_params *boot_params; variable
|
/openbmc/linux/drivers/net/wireless/rsi/ |
H A D | rsi_91x_mgmt.c | 918 struct rsi_boot_params *boot_params; in rsi_load_bootup_params() local 973 struct rsi_boot_params_9116 *boot_params; in rsi_load_9116_bootup_params() local
|
/openbmc/linux/arch/x86/kernel/ |
H A D | setup.c | 77 struct boot_params boot_params; variable
|
/openbmc/qemu/hw/sh4/ |
H A D | r2d.c | 228 } boot_params; variable
|