Home
last modified time | relevance | path

Searched refs:PLIC_BASE (Results 1 – 5 of 5) sorted by relevance

/lk-master/platform/sifive/
A Dplic.c24 #define PLIC_PRIORITY(irq) (PLIC_BASE + 4 * (irq))
25 #define PLIC_PENDING(irq) (PLIC_BASE + 0x1000 + (4 * ((irq) / 32)))
26 #define PLIC_ENABLE(irq, hart) (PLIC_BASE + 0x2000 + (0x80 * PLIC_HART_IDX(hart)) + (4 * ((irq…
27 #define PLIC_THRESHOLD(hart) (PLIC_BASE + 0x200000 + (0x1000 * PLIC_HART_IDX(hart)))
28 #define PLIC_COMPLETE(hart) (PLIC_BASE + 0x200004 + (0x1000 * PLIC_HART_IDX(hart)))
/lk-master/platform/qemu-virt-riscv/include/platform/
A Dvirt.h50 #define PLIC_BASE 0x0c000000 macro
51 #define PLIC_BASE_VIRT (PERIPHERAL_BASE_VIRT + PLIC_BASE)
/lk-master/target/qemu-sifive-u/include/platform/
A Dsifive.h16 #define PLIC_BASE 0x0c000000 macro
/lk-master/target/sifive-unleashed/include/platform/
A Dsifive.h16 #define PLIC_BASE 0x0c000000 macro
/lk-master/target/sifive-e/include/platform/
A Dsifive.h24 #define PLIC_BASE 0x0c000000 macro

Completed in 5 milliseconds