Searched defs:get_boot_hartid (Results 1 – 2 of 2) sorted by relevance
29 EfiStatus (*get_boot_hartid)(struct EfiRiscvBootProtocol* self, size_t* boot_hartid); member
34 pub fn get_boot_hartid(&self) -> Result<usize> { in get_boot_hartid() method