Home
last modified time | relevance | path

Searched refs:ramdisk_addr (Results 1 – 6 of 6) sorted by relevance

/system/core/fastbootd/commands/
Dboot.c93 uintptr_t ramdisk_phys, void *ramdisk_addr, int ramdisk_size, in prepare_boot_linux() argument
120 segment[segment_count].buf = ramdisk_addr; in prepare_boot_linux()
190 .start = hdr->ramdisk_addr, in create_atags()
/system/core/mkbootimg/
Dbootimg.h37 unsigned ramdisk_addr; /* physical load addr */ member
Dmkbootimg.c168 hdr.ramdisk_addr = base + ramdisk_offset; in main()
/system/core/fastbootd/
Dbootimg.h47 unsigned ramdisk_addr; /* physical load addr */ member
Dcommands.c134 hdr->ramdisk_addr, ramdisk_ptr, ramdisk_actual, in cmd_boot()
/system/core/fastboot/
Dbootimg.c73 hdr->ramdisk_addr = base + ramdisk_offset; in mkbootimg()