Searched defs:typer (Results 1 – 5 of 5) sorted by relevance
139 u64 typer; in kvm_vcpu_pmu_enable_el0() local154 u64 typer; in kvm_vcpu_pmu_disable_el0() local
836 u64 typer; in gic_iterate_rdists() local871 u64 typer; in __gic_populate_rdist() local916 u64 typer = gic_read_typer(ptr + GICR_TYPER); in __gic_update_rdist_properties() local1723 u32 typer; in gic_init_bases() local
348 u32 typer; in gicv2m_init_one() local
107 u64 typer; member4945 u64 baser, tmp, typer; in its_probe_one() local
87 #define GICD_TYPER_ID_BITS(typer) ((((typer) >> 19) & 0x1f) + 1) argument88 #define GICD_TYPER_NUM_LPIS(typer) ((((typer) >> 11) & 0x1f) + 1) argument89 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32) argument90 #define GICD_TYPER_ESPIS(typer) \ argument