Home
last modified time | relevance | path

Searched refs:old_reg (Results 1 – 11 of 11) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmach_traps.h28 int old_reg = -1; in reassert_nmi() local
31 old_reg = current_lock_cmos_reg(); in reassert_nmi()
38 if (old_reg >= 0) in reassert_nmi()
39 outb(old_reg, 0x70); in reassert_nmi()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo0039.c48 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nv04_bo_move_m2mf() argument
51 u32 src_ctxdma = nouveau_bo_mem_ctxdma(bo, chan, old_reg); in nv04_bo_move_m2mf()
52 u32 src_offset = old_reg->start << PAGE_SHIFT; in nv04_bo_move_m2mf()
H A Dnouveau_bo74c1.c37 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nv84_bo_move_exec() argument
39 struct nouveau_mem *mem = nouveau_mem(old_reg); in nv84_bo_move_exec()
H A Dnouveau_bo85b5.c41 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nva3_bo_move_copy() argument
43 struct nouveau_mem *mem = nouveau_mem(old_reg); in nva3_bo_move_copy()
H A Dnouveau_bo90b5.c34 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nvc0_bo_move_copy() argument
36 struct nouveau_mem *mem = nouveau_mem(old_reg); in nvc0_bo_move_copy()
H A Dnouveau_boa0b5.c39 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nve0_bo_move_copy() argument
41 struct nouveau_mem *mem = nouveau_mem(old_reg); in nve0_bo_move_copy()
H A Dnouveau_bo9039.c39 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nvc0_bo_move_m2mf() argument
42 struct nouveau_mem *mem = nouveau_mem(old_reg); in nvc0_bo_move_m2mf()
H A Dnouveau_bo5039.c40 struct ttm_resource *old_reg, struct ttm_resource *new_reg) in nv50_bo_move_m2mf() argument
42 struct nouveau_mem *mem = nouveau_mem(old_reg); in nv50_bo_move_m2mf()
H A Dnouveau_bo.c1152 struct ttm_resource *old_reg = bo->resource; in nouveau_bo_move() local
1175 if (!old_reg || (old_reg->mem_type == TTM_PL_SYSTEM && in nouveau_bo_move()
1181 if (old_reg->mem_type == TTM_PL_SYSTEM && in nouveau_bo_move()
1187 if (old_reg->mem_type == TTM_PL_TT && in nouveau_bo_move()
1197 if ((old_reg->mem_type == TTM_PL_SYSTEM && in nouveau_bo_move()
1199 (old_reg->mem_type == TTM_PL_VRAM && in nouveau_bo_move()
/linux/sound/soc/ux500/
H A Dux500_msp_i2s.c417 u32 old_reg, new_reg, mask; in ux500_msp_i2s_open() local
462 old_reg = readl(msp->registers + MSP_GCR); in ux500_msp_i2s_open()
463 old_reg &= ~mask; in ux500_msp_i2s_open()
464 new_reg |= old_reg; in ux500_msp_i2s_open()
/linux/kernel/bpf/
H A Dverifier.c19258 struct bpf_reg_state *old_reg, *cur_reg; in stacksafe() local
19286 old_reg = scalar_reg_for_stack(env, &old->stack[spi]); in stacksafe()
19288 if (old_reg && cur_reg) { in stacksafe()
19289 if (!regsafe(env, old_reg, cur_reg, idmap, exact)) in stacksafe()
19330 old_reg = &old->stack[spi].spilled_ptr; in stacksafe()
19332 if (old_reg->dynptr.type != cur_reg->dynptr.type || in stacksafe()
19333 old_reg->dynptr.first_slot != cur_reg->dynptr.first_slot || in stacksafe()
19334 !check_ids(old_reg->ref_obj_id, cur_reg->ref_obj_id, idmap)) in stacksafe()
19338 old_reg = &old->stack[spi].spilled_ptr; in stacksafe()
19346 if (old_reg->iter.btf != cur_reg->iter.btf || in stacksafe()
[all …]