Home
last modified time | relevance | path

Searched refs:PLIC_COMPLETE (Results 1 – 2 of 2) sorted by relevance

/lk-master/platform/qemu-virt-riscv/
A Dplic.c27 #define PLIC_COMPLETE(hart) (PLIC_BASE_VIRT + 0x200004 + (0x1000 * PLIC_HART_IDX(hart))) macro
28 #define PLIC_CLAIM(hart) PLIC_COMPLETE(hart)
88 *REG32(PLIC_COMPLETE(riscv_current_hart())) = vector; in riscv_platform_irq()
/lk-master/platform/sifive/
A Dplic.c28 #define PLIC_COMPLETE(hart) (PLIC_BASE + 0x200004 + (0x1000 * PLIC_HART_IDX(hart))) macro
29 #define PLIC_CLAIM(hart) PLIC_COMPLETE(hart)
88 *REG32(PLIC_COMPLETE(riscv_current_hart())) = vector; in riscv_platform_irq()

Completed in 8 milliseconds