Lines Matching +full:guest +full:- +full:index +full:- +full:bits
1 /* SPDX-License-Identifier: GPL-2.0-only */
18 /* In-kernel irqchip created */
21 /* In-kernel irqchip initialized */
33 /* Number of group bits in IMSIC address */
36 /* Position of group bits in IMSIC address */
39 /* Number of hart bits in IMSIC address */
42 /* Number of guest bits in IMSIC address */
45 /* Guest physical address of APLIC */
63 /* CPU AIA CSR context of Guest VCPU */
66 /* CPU AIA CSR context upon Guest VCPU reset */
69 /* Guest physical address of IMSIC for this VCPU */
72 /* HART index of IMSIC extacted from guest physical address */
79 #define KVM_RISCV_AIA_UNDEF_ADDR (-1)
81 #define kvm_riscv_aia_initialized(k) ((k)->arch.aia.initialized)
83 #define irqchip_in_kernel(k) ((k)->arch.aia.in_kernel)