void sbi_send_ipi(const unsigned long *hart_mask) Send an inter-processor interrupt to all the harts defined in hart_mask. Interprocessor interrupts manifest at the receiving harts as Supervisor Software Interrupts. hart_mask is a virtual address that points to a bit-vector of harts. The bit...
void sbi_send_ipi(const unsigned long *hart_mask) Send an inter-processor interrupt to all the harts defined in hart_mask. Interprocessor interrupts manifest at the receiving harts as Supervisor Software Interrupts. hart_mask is a virtual address that points to a bit-vector of harts...