Home
last modified time | relevance | path

Searched defs:typer (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/arm64/kvm/
Dpmu.c100 u64 typer; in kvm_vcpu_pmu_enable_el0() local
115 u64 typer; in kvm_vcpu_pmu_disable_el0() local
/linux-6.12.1/tools/testing/selftests/kvm/include/aarch64/
Dgic_v3.h87 #define GICD_TYPER_ID_BITS(typer) ((((typer) >> 19) & 0x1f) + 1) argument
88 #define GICD_TYPER_NUM_LPIS(typer) ((((typer) >> 11) & 0x1f) + 1) argument
89 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32) argument
90 #define GICD_TYPER_ESPIS(typer) \ argument
/linux-6.12.1/include/linux/irqchip/
Darm-gic-v3.h87 #define GICD_TYPER_ID_BITS(typer) ((((typer) >> 19) & 0x1f) + 1) argument
88 #define GICD_TYPER_NUM_LPIS(typer) ((((typer) >> 11) & 0x1f) + 1) argument
89 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32) argument
90 #define GICD_TYPER_ESPIS(typer) \ argument
/linux-6.12.1/drivers/irqchip/
Dirq-gic-v3.c1016 u64 typer; in gic_iterate_rdists() local
1051 u64 typer; in __gic_populate_rdist() local
1098 u64 typer = gic_read_typer(ptr + GICR_TYPER); in __gic_update_rdist_properties() local
2021 u32 typer; in gic_init_bases() local
Dirq-gic-v2m.c314 u32 typer; in gicv2m_init_one() local
Dirq-gic-v3-its.c110 u64 typer; member