Home
last modified time | relevance | path

Searched refs:APLIC_SETIP_BASE (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/kvm/
H A Daia_aplic.c404 } else if ((off >= APLIC_SETIP_BASE) && in aplic_mmio_read_offset()
405 (off < (APLIC_SETIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset()
406 i = (off - APLIC_SETIP_BASE) >> 2; in aplic_mmio_read_offset()
469 } else if ((off >= APLIC_SETIP_BASE) && in aplic_mmio_write_offset()
470 (off < (APLIC_SETIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset()
471 i = (off - APLIC_SETIP_BASE) >> 2; in aplic_mmio_write_offset()
/linux/include/linux/irqchip/
H A Driscv-aplic.h89 #define APLIC_SETIP_BASE 0x1c00 macro
/linux/drivers/irqchip/
H A Dirq-riscv-aplic-main.c59 regs + APLIC_SETIP_BASE + (i / 32) * sizeof(u32)); in aplic_restore_states()