Searched refs:PLIC_THRESHOLD (Results 1 – 6 of 6) 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()
44 …#define PLIC_THRESHOLD(hart) (PLIC_BASE + PLIC_MTHRESHOLD_OFFSET + (hart * 3) * PLIC_C… macro56 …#define PLIC_THRESHOLD(hart) (PLIC_BASE + PLIC_STHRESHOLD_OFFSET + (hart * 3) * PLIC_C… macro
91 writel(threshold, (void *)PLIC_THRESHOLD(hart)); in plic_set_threshold()
38 #define PLIC_THRESHOLD (PLIC_BASE + 0x200000) macro
59 mmio_write_32((PLIC_THRESHOLD), threshold); in plic_set_threshold()
Completed in 9 milliseconds