Lines Matching refs:index
545 set_bit(stimer->index,
557 stimer->index);
560 clear_bit(stimer->index,
572 stimer->index);
606 stimer->index,
628 stimer->index,
649 stimer->index, config, host);
673 stimer->index, count, host);
802 stimer->index, direct, r);
877 payload->timer_index = stimer->index;
885 stimer->index = timer_index;
951 u32 index, u64 *pdata)
956 if (WARN_ON_ONCE(index >= size))
959 *pdata = hv->hv_crash_param[array_index_nospec(index, size)];
995 u32 index, u64 data)
1000 if (WARN_ON_ONCE(index >= size))
1003 hv->hv_crash_param[array_index_nospec(index, size)] = data;
1242 * The VP index is initialized to vcpu_index by
1244 * VP index is changing, adjust num_mismatched_vp_indexes if