Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
A Dpmu.c139 u64 typer; in kvm_vcpu_pmu_enable_el0() local
154 u64 typer; in kvm_vcpu_pmu_disable_el0() local
/linux/tools/testing/selftests/kvm/lib/aarch64/
A Dgic_v3.h32 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32) argument
/linux/drivers/irqchip/
A Dirq-gic-v3.c841 u64 typer; in gic_iterate_rdists() local
876 u64 typer; in __gic_populate_rdist() local
921 u64 typer = gic_read_typer(ptr + GICR_TYPER); in __gic_update_rdist_properties() local
1734 u32 typer; in gic_init_bases() local
A Dirq-gic-v2m.c346 u32 typer; in gicv2m_init_one() local
A Dirq-gic-v3-its.c107 u64 typer; member
4964 u64 baser, tmp, typer; in its_probe_one() local
/linux/include/linux/irqchip/
A 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

Completed in 31 milliseconds