Searched refs:APLIC_SETIE_BASE (Results 1 - 3 of 3) sorted by path

/linux-master/arch/riscv/include/asm/
H A Dkvm_aia_aplic.h39 #define APLIC_SETIE_BASE 0x1e00 macro
/linux-master/arch/riscv/kvm/
H A Daia_aplic.c414 } else if ((off >= APLIC_SETIE_BASE) &&
415 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) {
416 i = (off - APLIC_SETIE_BASE) >> 2;
479 } else if ((off >= APLIC_SETIE_BASE) &&
480 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) {
481 i = (off - APLIC_SETIE_BASE) >> 2;
/linux-master/include/linux/irqchip/
H A Driscv-aplic.h95 #define APLIC_SETIE_BASE 0x1e00 macro

Completed in 210 milliseconds