Searched refs:old_reg (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dmach_traps.h28 int old_reg = -1; local
31 old_reg = current_lock_cmos_reg();
38 if (old_reg >= 0)
39 outb(old_reg, 0x70);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bo74c1.c37 struct ttm_resource *old_reg, struct ttm_resource *new_reg)
39 struct nouveau_mem *mem = nouveau_mem(old_reg);
36 nv84_bo_move_exec(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_resource *old_reg, struct ttm_resource *new_reg) argument
H A Dnouveau_bo0039.c48 struct ttm_resource *old_reg, struct ttm_resource *new_reg)
51 u32 src_ctxdma = nouveau_bo_mem_ctxdma(bo, chan, old_reg);
52 u32 src_offset = old_reg->start << PAGE_SHIFT;
47 nv04_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_resource *old_reg, struct ttm_resource *new_reg) argument
H A Dnouveau_bo85b5.c41 struct ttm_resource *old_reg, struct ttm_resource *new_reg)
43 struct nouveau_mem *mem = nouveau_mem(old_reg);
40 nva3_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_resource *old_reg, struct ttm_resource *new_reg) argument
H A Dnouveau_bo90b5.c34 struct ttm_resource *old_reg, struct ttm_resource *new_reg)
36 struct nouveau_mem *mem = nouveau_mem(old_reg);
33 nvc0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_resource *old_reg, struct ttm_resource *new_reg) argument
H A Dnouveau_bo9039.c39 struct ttm_resource *old_reg, struct ttm_resource *new_reg)
42 struct nouveau_mem *mem = nouveau_mem(old_reg);
38 nvc0_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_resource *old_reg, struct ttm_resource *new_reg) argument
H A Dnouveau_boa0b5.c39 struct ttm_resource *old_reg, struct ttm_resource *new_reg)
41 struct nouveau_mem *mem = nouveau_mem(old_reg);
38 nve0_bo_move_copy(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_resource *old_reg, struct ttm_resource *new_reg) argument
H A Dnouveau_bo5039.c40 struct ttm_resource *old_reg, struct ttm_resource *new_reg)
42 struct nouveau_mem *mem = nouveau_mem(old_reg);
39 nv50_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo, struct ttm_resource *old_reg, struct ttm_resource *new_reg) argument
H A Dnouveau_bo.c1058 struct ttm_resource *old_reg = bo->resource; local
1081 if (!old_reg || (old_reg->mem_type == TTM_PL_SYSTEM &&
1087 if (old_reg->mem_type == TTM_PL_SYSTEM &&
1093 if (old_reg->mem_type == TTM_PL_TT &&
1103 if ((old_reg->mem_type == TTM_PL_SYSTEM &&
1105 (old_reg->mem_type == TTM_PL_VRAM &&
/linux-master/sound/pci/oxygen/
H A Doxygen.c563 u16 old_reg, new_reg; local
567 old_reg = oxygen_read16(chip, OXYGEN_GPIO_DATA);
568 new_reg = old_reg & ~GPIO_MERIDIAN_DIG_MASK;
573 changed = new_reg != old_reg;
584 u16 old_reg, new_reg; local
588 old_reg = oxygen_read16(chip, OXYGEN_GPIO_DATA);
589 new_reg = old_reg & ~GPIO_CLARO_DIG_COAX;
592 changed = new_reg != old_reg;
/linux-master/sound/soc/ux500/
H A Dux500_msp_i2s.c417 u32 old_reg, new_reg, mask; local
462 old_reg = readl(msp->registers + MSP_GCR);
463 old_reg &= ~mask;
464 new_reg |= old_reg;
/linux-master/sound/pci/ymfpci/
H A Dymfpci_main.c1403 u16 reg, old_reg; local
1406 old_reg = snd_ymfpci_readw(chip, YDSXGR_GLOBALCTRL);
1408 reg = old_reg & ~0x100;
1410 reg = (old_reg & ~0x300) | 0x100 | ((value->value.enumerated.item[0] == 2) << 9);
1413 return reg != old_reg;
/linux-master/kernel/bpf/
H A Dverifier.c16690 struct bpf_reg_state *old_reg, *cur_reg; local
16724 old_reg = scalar_reg_for_stack(env, &old->stack[spi]);
16726 if (old_reg && cur_reg) {
16727 if (!regsafe(env, old_reg, cur_reg, idmap, exact))
16768 old_reg = &old->stack[spi].spilled_ptr;
16770 if (old_reg->dynptr.type != cur_reg->dynptr.type ||
16771 old_reg->dynptr.first_slot != cur_reg->dynptr.first_slot ||
16772 !check_ids(old_reg->ref_obj_id, cur_reg->ref_obj_id, idmap))
16776 old_reg = &old->stack[spi].spilled_ptr;
16784 if (old_reg
[all...]

Completed in 187 milliseconds