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

/system/core/fastbootd/
H A Dbootimg.h44 unsigned kernel_addr; /* physical load addr */ member in struct:boot_img_hdr
82 ** the specified physical address (kernel_addr, etc)
87 ** else: jump to kernel_addr
/system/core/mkbootimg/
H A Dbootimg.h34 unsigned kernel_addr; /* physical load addr */ member in struct:boot_img_hdr
76 ** the specified physical address (kernel_addr, etc)
81 ** else: jump to kernel_addr
/system/core/fastbootd/commands/
H A Dboot.c92 int prepare_boot_linux(uintptr_t kernel_phys, void *kernel_addr, int kernel_size, argument
102 segment[0].buf = kernel_addr;

Completed in 141 milliseconds