Home
last modified time | relevance | path

Searched refs:GICR_TYPER (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dvgic_init.c21 #define GICR_TYPER 0x8 macro
472 v3_redist_reg_get_errno(v.gic_fd, 1, GICR_TYPER, EINVAL, in test_v3_typer_accesses()
477 v3_redist_reg_get_errno(v.gic_fd, 1, GICR_TYPER, EBUSY, in test_v3_typer_accesses()
486 v3_redist_reg_get(v.gic_fd, i, GICR_TYPER, i * 0x100, in test_v3_typer_accesses()
495 v3_redist_reg_get(v.gic_fd, 0, GICR_TYPER, 0x0, "read typer of rdist #0"); in test_v3_typer_accesses()
496 v3_redist_reg_get(v.gic_fd, 3, GICR_TYPER, 0x310, "read typer of rdist #1"); in test_v3_typer_accesses()
503 v3_redist_reg_get(v.gic_fd, 1, GICR_TYPER, 0x100, in test_v3_typer_accesses()
505 v3_redist_reg_get(v.gic_fd, 2, GICR_TYPER, 0x200, in test_v3_typer_accesses()
512 v3_redist_reg_get(v.gic_fd, 1, GICR_TYPER, 0x100, "read typer of rdist #1"); in test_v3_typer_accesses()
513 v3_redist_reg_get(v.gic_fd, 2, GICR_TYPER, 0x210, in test_v3_typer_accesses()
[all …]
/linux-6.15/tools/testing/selftests/kvm/include/arm64/
H A Dgic_v3.h116 #define GICR_TYPER 0x0008 macro
/linux-6.15/drivers/irqchip/
H A Dirq-gic-v3.c1051 typer = gic_read_typer(ptr + GICR_TYPER); in gic_iterate_rdists()
1089 typer = gic_read_typer(ptr + GICR_TYPER); in __gic_populate_rdist()
1122 u64 typer = gic_read_typer(ptr + GICR_TYPER); in __gic_update_rdist_properties()
H A Dirq-gic-v3-its.c2736 val = gic_read_typer(gic_data_rdist_rd_base() + GICR_TYPER); in inherit_vpe_l1_table_from_its()
2793 val = gic_read_typer(gic_data_rdist_rd_base() + GICR_TYPER); in inherit_vpe_l1_table_from_rd()
2802 val = gic_read_typer(base + GICR_TYPER); in inherit_vpe_l1_table_from_rd()
3309 target = gic_read_typer(gic_data_rdist_rd_base() + GICR_TYPER); in its_cpu_init_collection()
5340 return !!(gic_read_typer(gic_data_rdist_rd_base() + GICR_TYPER) & GICR_TYPER_PLPIS); in gic_rdists_supports_plpis()
/linux-6.15/include/linux/irqchip/
H A Darm-gic-v3.h116 #define GICR_TYPER 0x0008 macro
/linux-6.15/Documentation/virt/kvm/devices/
H A Darm-vgic-its.rst185 - RDBase is the PE number (GICR_TYPER.Processor_Number semantic),
/linux-6.15/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v3.c665 REGISTER_DESC_WITH_LENGTH_UACCESS(GICR_TYPER,