Searched refs:typer (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/arm64/kvm/
H A Dpmu.c145 u64 typer; local
149 typer = kvm_vcpu_pmu_read_evtype_direct(counter);
150 typer &= ~ARMV8_PMU_EXCLUDE_EL0;
151 kvm_vcpu_pmu_write_evtype_direct(counter, typer);
160 u64 typer; local
164 typer = kvm_vcpu_pmu_read_evtype_direct(counter);
165 typer |= ARMV8_PMU_EXCLUDE_EL0;
166 kvm_vcpu_pmu_write_evtype_direct(counter, typer);
/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dgic_v3.h36 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32)
/linux-master/include/linux/irqchip/
H A Darm-gic-v3.h87 #define GICD_TYPER_ID_BITS(typer) ((((typer) >> 19) & 0x1f) + 1)
88 #define GICD_TYPER_NUM_LPIS(typer) ((((typer) >> 11) & 0x1f) + 1)
89 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32)
90 #define GICD_TYPER_ESPIS(typer) \
91 (((typer) & GICD_TYPER_ESPI) ? GICD_TYPER_SPIS((typer) >> 27) : 0)
/linux-master/drivers/irqchip/
H A Dirq-gic-v3.c974 u64 typer; local
985 typer = gic_read_typer(ptr + GICR_TYPER);
997 if (typer & GICR_TYPER_VLPIS)
1000 } while (!(typer & GICR_TYPER_LAST));
1009 u64 typer; local
1023 typer = gic_read_typer(ptr + GICR_TYPER);
1024 if ((typer >> 32) == aff) {
1056 u64 typer = gic_read_typer(ptr + GICR_TYPER); local
1060 if ((typer & GICR_TYPER_VLPIS) && (typer
1996 u32 typer; local
[all...]
H A Dirq-gic-v2m.c345 u32 typer; local
352 typer = readl_relaxed(v2m->base + V2M_MSI_TYPER);
354 v2m->spi_start = V2M_MSI_TYPER_BASE_SPI(typer);
355 v2m->nr_spis = V2M_MSI_TYPER_NUM_SPI(typer);
H A Dirq-gic-v3-its.c109 u64 typer; member in struct:its_node
122 #define is_v4(its) (!!((its)->typer & GITS_TYPER_VLPIS))
123 #define is_v4_1(its) (!!((its)->typer & GITS_TYPER_VMAPP))
124 #define device_ids(its) (FIELD_GET(GITS_TYPER_DEVBITS, (its)->typer) + 1)
2512 svpet = FIELD_GET(GITS_TYPER_SVPET, its->typer);
2523 if (!FIELD_GET(GITS_TYPER_SVPET, cur_its->typer))
2534 if (!FIELD_GET(GITS_TYPER_SVPET, its->typer))
2696 if (!FIELD_GET(GITS_TYPER_SVPET, its->typer))
3439 sz = nr_ites * (FIELD_GET(GITS_TYPER_ITT_ENTRY_SIZE, its->typer) + 1);
4681 its->typer
[all...]

Completed in 336 milliseconds