Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kvm/
Daia_aplic.c402 } else if ((off >= APLIC_SETIP_BASE) && in aplic_mmio_read_offset()
403 (off < (APLIC_SETIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset()
404 i = (off - APLIC_SETIP_BASE) >> 2; in aplic_mmio_read_offset()
467 } else if ((off >= APLIC_SETIP_BASE) && in aplic_mmio_write_offset()
468 (off < (APLIC_SETIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset()
469 i = (off - APLIC_SETIP_BASE) >> 2; in aplic_mmio_write_offset()
/linux-6.12.1/include/linux/irqchip/
Driscv-aplic.h89 #define APLIC_SETIP_BASE 0x1c00 macro