Searched refs:byte_offset (Results 1 – 2 of 2) sorted by relevance
317 int byte_offset, bit_nr; in vgic_v3_lpi_sync_pending_status() local331 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() local383 byte_offset = irq->intid / BITS_PER_BYTE; in vgic_v3_save_pending_tables()385 ptr = pendbase + byte_offset; in vgic_v3_save_pending_tables()
434 int byte_offset, bit_nr; in its_sync_lpi_pending_table() local436 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() local2103 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()