Searched refs:dtb_phys_end (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/seL4_tools/elfloader-tool/src/
H A Dcommon.c291 uintptr_t dtb_phys_start, dtb_phys_end; local
358 dtb_phys_end = next_phys_addr;
361 printf(" paddr=[%lx..%lx]\n", dtb_phys_start, dtb_phys_end - 1);
/seL4-refos-master/tools/elfloader/src/
H A Dcommon.c291 uintptr_t dtb_phys_start, dtb_phys_end; local
358 dtb_phys_end = next_phys_addr;
361 printf(" paddr=[%lx..%lx]\n", dtb_phys_start, dtb_phys_end - 1);

Completed in 78 milliseconds