Home
last modified time | relevance | path

Searched refs:ext_ramdisk_image (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/Documentation/arch/x86/
H A Dzero-page.rst28 0C0/004 ALL ext_ramdisk_image ramdisk_image high 32bits
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h198 __u32 ext_ramdisk_image; /* 0x0c0 */ member
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Dcore.c263 start = (unsigned long)boot_params.ext_ramdisk_image << 32; in find_microcode_in_initrd()
/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_identity.c335 ((unsigned long)bp->ext_ramdisk_image << 32); in sme_encrypt_kernel()
/openbmc/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c61 params->ext_ramdisk_image = initrd_load_addr >> 32; in setup_initrd()
H A Dsetup.c237 ramdisk_image |= (u64)boot_params.ext_ramdisk_image << 32; in get_ramdisk_image()
/openbmc/linux/arch/x86/boot/compressed/
H A Dkaslr.c398 initrd_start = (u64)boot_params->ext_ramdisk_image << 32; in mem_avoid_init()
/openbmc/linux/arch/x86/xen/
H A Dsetup.c972 boot_params.ext_ramdisk_image = new_area >> 32; in xen_memory_setup()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c955 &boot_params->ext_ramdisk_image); in efi_stub_entry()