Searched refs:PLIC_THRESHOLD (Results 1 – 2 of 2) sorted by relevance
43 #define PLIC_THRESHOLD(hart) (VIRT_PLIC_BASE + PLIC_MTHRESHOLD_OFFSET + (hart * 2) * PL… macro54 #define PLIC_THRESHOLD(hart) (VIRT_PLIC_BASE + PLIC_STHRESHOLD_OFFSET + (hart * 2) * PL… macro
78 *(uint32_t *)PLIC_THRESHOLD(hart) = threshold; in plic_set_threshold()
Completed in 3 milliseconds