Home
last modified time | relevance | path

Searched refs:GICR_VPENDBASER_PendingLast (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/include/arm64/
H A Dgic_v3.h337 #define GICR_VPENDBASER_PendingLast (1ULL << 61) macro
/linux-6.15/include/linux/irqchip/
H A Darm-gic-v3.h337 #define GICR_VPENDBASER_PendingLast (1ULL << 61) macro
/linux-6.15/drivers/irqchip/
H A Dirq-gic-v3-its.c2912 gicr_write_vpendbaser(GICR_VPENDBASER_PendingLast, in allocate_vpe_l1_table()
3144 val |= GICR_VPENDBASER_PendingLast; in its_clear_vpend_valid()
4028 val |= GICR_VPENDBASER_PendingLast; in its_vpe_schedule()
4042 vpe->pending_last = !!(val & GICR_VPENDBASER_PendingLast); in its_vpe_deschedule()
4261 GICR_VPENDBASER_PendingLast, in its_vpe_4_1_deschedule()
4263 vpe->pending_last = !!(val & GICR_VPENDBASER_PendingLast); in its_vpe_4_1_deschedule()
4272 GICR_VPENDBASER_PendingLast); in its_vpe_4_1_deschedule()
H A Dirq-gic-v3.c1132 gicr_write_vpendbaser(GICR_VPENDBASER_PendingLast, in __gic_update_rdist_properties()