Searched refs:get_boot_hartid (Results 1 – 3 of 3) sorted by relevance
30 pub fn get_boot_hartid(&self) -> EfiResult<usize> { in get_boot_hartid() method38 efi_call!(self.interface()?.get_boot_hartid, self.interface, &mut boot_hart_id)?; in get_boot_hartid()
29 EfiStatus (*get_boot_hartid)(struct EfiRiscvBootProtocol* self, size_t* boot_hartid); member
417 .get_boot_hartid()?; in android_boot_demo()