Searched refs:start_addr (Results 1 – 2 of 2) sorted by relevance
75 status_t sbi_boot_hart(uint hartid, paddr_t start_addr, ulong arg);
97 status_t sbi_boot_hart(uint hartid, paddr_t start_addr, ulong arg) { in sbi_boot_hart() argument102 struct sbiret ret = sbi_call(SBI_EXT_HSM_SIG, 0, hartid, start_addr, arg); in sbi_boot_hart()
Completed in 3 milliseconds