Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.c419 u32 old_v, new_v; in switch_mocs() local
438 new_v = vgpu_vreg_t(next, offset); in switch_mocs()
442 if (old_v != new_v) in switch_mocs()
456 new_v = vgpu_vreg_t(next, l3_offset); in switch_mocs()
458 new_v = gen9_render_mocs.l3cc_table[i]; in switch_mocs()
460 if (old_v != new_v) in switch_mocs()
488 u32 old_v, new_v; in switch_mmio() local
531 new_v = vgpu_vreg_t(next, mmio->reg) | in switch_mmio()
534 new_v = vgpu_vreg_t(next, mmio->reg); in switch_mmio()
541 new_v = mmio->value; in switch_mmio()
[all …]
/linux-6.15/fs/bcachefs/
H A Dec.c1845 struct bch_stripe *new_v = &bkey_i_to_stripe(&s->new_stripe.key)->v; in init_new_stripe_from_existing() local
1865 for_each_set_bit(i, s->blocks_gotten, new_v->nr_blocks) { in init_new_stripe_from_existing()