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

/u-boot/lib/efi_loader/
H A Dboothart.c240 * @hartid: boot hart ID
243 static efi_status_t fdt_get_hart(efi_uintn_t *hartid) argument
253 str = get_property("boot-hartid", "chosen");
256 u"/chosen/boot-hartid missing\r\n");
259 *hartid = f2h(*(fdt32_t *)str);
268 * @hartid: boot hart ID
271 static efi_status_t prot_get_hart(efi_uintn_t *hartid) argument
286 ret = prot->get_boot_hartid(prot, hartid);
304 efi_uintn_t hartid; local
314 ret = fdt_get_hart(&hartid);
[all...]
/u-boot/common/spl/
H A Dspl_opensbi.c53 typedef void __noreturn (*opensbi_entry_t)(ulong hartid, ulong dtb, ulong info);

Completed in 44 milliseconds