Home
last modified time | relevance | path

Searched refs:byte_offset (Results 1 – 2 of 2) sorted by relevance

/virt/kvm/arm/vgic/
Dvgic-v3.c317 int byte_offset, bit_nr; in vgic_v3_lpi_sync_pending_status() local
331 byte_offset = irq->intid / BITS_PER_BYTE; in vgic_v3_lpi_sync_pending_status()
333 ptr = pendbase + byte_offset; in vgic_v3_lpi_sync_pending_status()
372 int byte_offset, bit_nr; in vgic_v3_save_pending_tables() local
383 byte_offset = irq->intid / BITS_PER_BYTE; in vgic_v3_save_pending_tables()
385 ptr = pendbase + byte_offset; in vgic_v3_save_pending_tables()
Dvgic-its.c434 int byte_offset, bit_nr; in its_sync_lpi_pending_table() local
436 byte_offset = intids[i] / BITS_PER_BYTE; in its_sync_lpi_pending_table()
443 if (byte_offset != last_byte_offset) { in its_sync_lpi_pending_table()
445 pendbase + byte_offset, in its_sync_lpi_pending_table()
451 last_byte_offset = byte_offset; in its_sync_lpi_pending_table()
2093 size_t byte_offset; in scan_its_table() local
2103 byte_offset = next_offset * esz; in scan_its_table()
2105 gpa += byte_offset; in scan_its_table()
2106 len -= byte_offset; in scan_its_table()