Lines Matching +full:hart +full:- +full:1
1 /* SPDX-License-Identifier: GPL-2.0-only */
18 /* In-kernel irqchip created */
21 /* In-kernel irqchip initialized */
39 /* Number of hart bits in IMSIC address */
69 /* HART index of IMSIC extacted from guest physical address */
76 #define KVM_RISCV_AIA_UNDEF_ADDR (-1)
78 #define kvm_riscv_aia_initialized(k) ((k)->arch.aia.initialized)
80 #define irqchip_in_kernel(k) ((k)->arch.aia.in_kernel)
96 #define KVM_RISCV_AIA_IMSIC_TOPEI (ISELECT_MASK + 1)
148 { .base = CSR_SIREG, .count = 1, .func = kvm_riscv_vcpu_aia_rmw_ireg }, \
149 { .base = CSR_STOPEI, .count = 1, .func = kvm_riscv_vcpu_aia_rmw_topei },