HomeSort by relevance Sort by last modified time
    Searched refs:ramdisk_addr (Results 1 - 8 of 8) sorted by null

  /hardware/intel/bootstub/
bootimg.h 47 unsigned ramdisk_addr; /* physical load addr */ member in struct:boot_img_hdr
bootstub.c 169 initramfs = (u8 *)aosp->ramdisk_addr;
  /system/core/fastbootd/
bootimg.h 47 unsigned ramdisk_addr; /* physical load addr */ member in struct:boot_img_hdr
commands.c 134 hdr->ramdisk_addr, ramdisk_ptr, ramdisk_actual,
  /system/core/mkbootimg/
bootimg.h 37 unsigned ramdisk_addr; /* physical load addr */ member in struct:boot_img_hdr
mkbootimg.c 168 hdr.ramdisk_addr = base + ramdisk_offset;
  /system/core/fastboot/
bootimg.c 73 hdr->ramdisk_addr = base + ramdisk_offset;
  /system/core/fastbootd/commands/
boot.c 93 uintptr_t ramdisk_phys, void *ramdisk_addr, int ramdisk_size,
120 segment[segment_count].buf = ramdisk_addr;
190 .start = hdr->ramdisk_addr,

Completed in 141 milliseconds