Searched defs:second_addr (Results 1 - 3 of 3) sorted by relevance

/system/core/fastbootd/
H A Dbootimg.h50 unsigned second_addr; /* physical load addr */ member in struct:boot_img_hdr
86 ** 6. if second_size != 0: jump to second_addr
/system/core/mkbootimg/
H A Dbootimg.h40 unsigned second_addr; /* physical load addr */ member in struct:boot_img_hdr
80 ** 6. if second_size != 0: jump to second_addr
/system/core/fastbootd/commands/
H A Dboot.c94 uintptr_t second_phys, void *second_addr, int second_size,
129 segment[segment_count].buf = second_addr;
92 prepare_boot_linux(uintptr_t kernel_phys, void *kernel_addr, int kernel_size, uintptr_t ramdisk_phys, void *ramdisk_addr, int ramdisk_size, uintptr_t second_phys, void *second_addr, int second_size, uintptr_t atags_phys, void *atags_addr, int atags_size) argument

Completed in 425 milliseconds