Searched refs:typer (Results 1 – 6 of 6) sorted by relevance
145 u64 typer; in kvm_vcpu_pmu_enable_el0() local149 typer = kvm_vcpu_pmu_read_evtype_direct(counter); in kvm_vcpu_pmu_enable_el0()150 typer &= ~ARMV8_PMU_EXCLUDE_EL0; in kvm_vcpu_pmu_enable_el0()151 kvm_vcpu_pmu_write_evtype_direct(counter, typer); in kvm_vcpu_pmu_enable_el0()160 u64 typer; in kvm_vcpu_pmu_disable_el0() local164 typer = kvm_vcpu_pmu_read_evtype_direct(counter); in kvm_vcpu_pmu_disable_el0()165 typer |= ARMV8_PMU_EXCLUDE_EL0; in kvm_vcpu_pmu_disable_el0()166 kvm_vcpu_pmu_write_evtype_direct(counter, typer); in kvm_vcpu_pmu_disable_el0()
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) \ argument91 (((typer) & GICD_TYPER_ESPI) ? GICD_TYPER_SPIS((typer) >> 27) : 0)
36 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32) argument
890 u64 typer; in gic_iterate_rdists() local901 typer = gic_read_typer(ptr + GICR_TYPER); in gic_iterate_rdists()913 if (typer & GICR_TYPER_VLPIS) in gic_iterate_rdists()916 } while (!(typer & GICR_TYPER_LAST)); in gic_iterate_rdists()925 u64 typer; in __gic_populate_rdist() local937 typer = gic_read_typer(ptr + GICR_TYPER); in __gic_populate_rdist()938 if ((typer >> 32) == aff) { in __gic_populate_rdist()974 if ((typer & GICR_TYPER_VLPIS) && (typer & GICR_TYPER_RVPEID)) { in __gic_update_rdist_properties()1807 u32 typer; in gic_init_bases() local1826 gic_data.rdists.gicd_typer = typer; in gic_init_bases()[all …]
345 u32 typer; in gicv2m_init_one() local352 typer = readl_relaxed(v2m->base + V2M_MSI_TYPER); in gicv2m_init_one()354 v2m->spi_start = V2M_MSI_TYPER_BASE_SPI(typer); in gicv2m_init_one()355 v2m->nr_spis = V2M_MSI_TYPER_NUM_SPI(typer); in gicv2m_init_one()
111 u64 typer; member2476 svpet = FIELD_GET(GITS_TYPER_SVPET, its->typer); in compute_its_aff()2498 if (!FIELD_GET(GITS_TYPER_SVPET, its->typer)) in find_sibling_its()2655 if (!FIELD_GET(GITS_TYPER_SVPET, its->typer)) in inherit_vpe_l1_table_from_its()4633 its->typer &= ~GITS_TYPER_DEVBITS; in its_enable_quirk_cavium_22375()4654 its->typer &= ~GITS_TYPER_ITT_ENTRY_SIZE; in its_enable_quirk_qdf2400_e0065()4690 its->typer &= ~GITS_TYPER_DEVBITS; in its_enable_quirk_socionext_synquacer()5011 u64 baser, tmp, typer; in its_probe_one() local5032 typer = gic_read_typer(its_base + GITS_TYPER); in its_probe_one()5033 its->typer = typer; in its_probe_one()[all …]
Completed in 26 milliseconds