Searched refs:backup (Results 1 - 25 of 62) sorted by path

123

/linux-master/arch/arm/include/asm/
H A Duprobes.h23 u32 backup; member in struct:arch_uprobe_task
/linux-master/arch/arm/probes/uprobes/
H A Dactions-arm.c72 autask->backup = regs->uregs[pcreg];
81 regs->uregs[auprobe->pcreg] = autask->backup;
91 regs->uregs[pcreg] = autask->backup;
101 regs->uregs[pcreg] = autask->backup;
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S86 ;* is shifted shifted backup immediately. This is to compensate
984 ;* is shifted shifted backup immediately. This is to compensate
/linux-master/arch/sh/boards/mach-hp6xx/
H A Dhp6xx_apm.c32 int battery, backup, charging, percentage; local
36 backup = adc_single(ADC_CHANNEL_BACKUP);
/linux-master/drivers/video/fbdev/sis/
H A Dinit301.c3432 unsigned short CRT2Index, ResIndex, backup; local
3459 backup = SiS_Pr->SiS_IF_DEF_LVDS;
3467 SiS_Pr->SiS_IF_DEF_LVDS = backup;
10745 * If we have a backup if these registers, we use it; otherwise
10748 * pray that we have a backup...
/linux-master/arch/arm/mach-s3c/
H A Dmach-crag6410.c555 .backup = &banff_backup_pdata,
/linux-master/drivers/clk/at91/
H A Dpmc.c115 /* Address in SECURAM that say if we suspend to backup mode. */
120 unsigned int backup; local
125 backup = readl_relaxed(at91_pmc_backup_suspend);
126 if (!backup)
134 unsigned int backup; local
139 backup = readl_relaxed(at91_pmc_backup_suspend);
140 if (!backup)
/linux-master/drivers/dma/
H A Dste_dma40.c517 * @backup: the pointer to the registers address array for backup
518 * @backup_size: the size of the registers address array for backup
531 u32 *backup; member in struct:d40_gen_dmac
2957 static void dma40_backup(void __iomem *baseaddr, u32 *backup, argument
2966 backup[i] = readl_relaxed(addr);
2968 writel_relaxed(backup[i], addr);
2999 if (base->gen_dmac.backup)
3001 base->gen_dmac.backup,
3230 base->gen_dmac.backup
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm583 // backup s_save_buf_rsrc0,1 to s_save_pc_lo/hi, since write_16sgpr_to_mem function will change the rsrc0
H A Dcwsr_trap_handler_gfx8.asm311 // backup s_save_buf_rsrc0,1 to s_save_pc_lo/hi, since write_16sgpr_to_mem function will change the rsrc0
H A Dcwsr_trap_handler_gfx9.asm458 // backup s_save_buf_rsrc0,1 to s_save_pc_lo/hi, since write_16sgpr_to_mem function will change the rsrc0
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.h846 bool dirty, bool backup);
H A Di915_gem_object_types.h698 struct drm_i915_gem_object *backup; member in struct:drm_i915_gem_object::__anon630
H A Di915_gem_shmem.c33 bool dirty, bool backup)
51 if (backup)
32 shmem_sg_free_table(struct sg_table *st, struct address_space *mapping, bool dirty, bool backup) argument
H A Di915_gem_ttm.c244 bool backup = ttm->page_flags & TTM_TT_FLAG_SWAPPED; local
248 backup, backup);
H A Di915_gem_ttm_pm.c19 * i915_ttm_backup_free - Free any backup attached to this object
20 * @obj: The object whose backup is to be freed.
24 if (obj->ttm.backup) {
25 i915_gem_object_put(obj->ttm.backup);
26 obj->ttm.backup = NULL;
34 * @backup_pinned: On backup, backup also pinned objects.
51 struct drm_i915_gem_object *backup; local
56 if (!i915_ttm_cpu_maps_iomem(bo->resource) || obj->ttm.backup)
83 backup
173 struct drm_i915_gem_object *backup = obj->ttm.backup; local
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c193 * Computes the required size for a surface dma command for backup or
462 * vmw_legacy_srf_dma - Copy backup data to or from a legacy surface.
467 * information about the backup buffer.
470 * Transfer backup data to or from a legacy surface as part of the
473 * The backup buffer will be fenced or idle upon successful completion,
474 * and if the surface needs persistent backup storage, the backup buffer
500 * Create a fence object and fence the backup buffer.
521 * information about the backup buffer.
523 * This function will copy backup dat
1530 struct vmw_bo *backup = res->guest_memory_bo; local
[all...]
H A Dvmwgfx_validation.c42 * @coherent_count: If switching backup buffers, number of new coherent
43 * resources that will have this buffer as a backup buffer.
60 * @new_guest_memory_offset: Offset into the new backup mob for resources
64 * @switching_guest_memory_bo: The validation process is switching backup MOB.
388 * vmw_validation_res_switch_backup - Register a backup MOB switch during
394 * @vbo: The new backup buffer object MOB. This buffer object needs to have
396 * @guest_memory_offset: Offset into the new backup MOB.
477 * is used to determine whether to switch backup MOBs or not.
593 * Before this function is called, all resource backup buffers must have
606 struct vmw_bo *backup local
[all...]
/linux-master/drivers/iommu/iommufd/
H A Dpages.c71 * stack memory as a backup contingency. If backup_len is given this cannot
74 static void *temp_kmalloc(size_t *size, void *backup, size_t backup_len) argument
82 return backup;
84 if (!backup && iommufd_should_fail())
97 return backup;
315 static int __batch_init(struct pfn_batch *batch, size_t max_pages, void *backup, argument
321 batch->pfns = temp_kmalloc(&size, backup, backup_len);
338 void *backup, size_t backup_len)
340 __batch_init(batch, max_pages, backup, backup_len);
343 static void batch_destroy(struct pfn_batch *batch, void *backup) argument
337 batch_init_backup(struct pfn_batch *batch, size_t max_pages, void *backup, size_t backup_len) argument
1265 u64 backup[BATCH_BACKUP_SIZE]; local
1547 u64 backup[BATCH_BACKUP_SIZE]; local
[all...]
/linux-master/drivers/net/dsa/microchip/
H A Dksz9477_acl.c542 * restore the ACL entries to their original state from the backup.
740 * port. Before sorting, a backup of the original entries is created. If the
743 * entries from the backup.
749 struct ksz9477_acl_entry backup[KSZ9477_ACL_MAX_ENTRIES]; local
754 /* create a backup of the ACL entries, if something goes wrong
757 memcpy(backup, acles->entries, sizeof(backup));
764 ksz9477_dump_acl(dev, backup);
768 memcpy(acles->entries, backup, sizeof(backup));
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_g.c412 u16 backup[20] = { 0 }; local
417 backup[0] = b43_phy_read(dev, 0x0001);
418 backup[1] = b43_phy_read(dev, 0x0811);
419 backup[2] = b43_phy_read(dev, 0x0812);
421 backup[3] = b43_phy_read(dev, 0x0814);
422 backup[4] = b43_phy_read(dev, 0x0815);
424 backup[5] = b43_phy_read(dev, 0x005A);
425 backup[6] = b43_phy_read(dev, 0x0059);
426 backup[7] = b43_phy_read(dev, 0x0058);
427 backup[
560 u16 backup[18] = { 0 }; local
[all...]
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c369 u16 backup[20] = { 0 }; local
374 backup[0] = b43legacy_phy_read(dev, 0x0001);
375 backup[1] = b43legacy_phy_read(dev, 0x0811);
376 backup[2] = b43legacy_phy_read(dev, 0x0812);
377 backup[3] = b43legacy_phy_read(dev, 0x0814);
378 backup[4] = b43legacy_phy_read(dev, 0x0815);
379 backup[5] = b43legacy_phy_read(dev, 0x005A);
380 backup[6] = b43legacy_phy_read(dev, 0x0059);
381 backup[7] = b43legacy_phy_read(dev, 0x0058);
382 backup[
539 u16 backup[18] = { 0 }; local
1482 u16 backup[21] = { 0 }; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h892 * Regs to backup
2050 u32 *backup, int count);
2052 u32 *backup, int count);
2054 const u32 *reg, u32 *backup);
2056 const u32 *reg, u32 *backup);
2060 const u32 *regs, u32 *backup);
H A Drtl8xxxu_8192f.c793 u32 backup; local
798 backup = u32_get_bits(val32, backup_mask);
807 u32p_replace_bits(&val32, backup, backup_mask);
H A Drtl8xxxu_core.c3041 rtl8xxxu_save_mac_regs(struct rtl8xxxu_priv *priv, const u32 *reg, u32 *backup) argument
3046 backup[i] = rtl8xxxu_read8(priv, reg[i]);
3048 backup[i] = rtl8xxxu_read32(priv, reg[i]);
3052 const u32 *reg, u32 *backup)
3057 rtl8xxxu_write8(priv, reg[i], backup[i]);
3059 rtl8xxxu_write32(priv, reg[i], backup[i]);
3063 u32 *backup, int count)
3068 backup[i] = rtl8xxxu_read32(priv, regs[i]);
3072 u32 *backup, int count)
3077 rtl8xxxu_write32(priv, regs[i], backup[
3051 rtl8xxxu_restore_mac_regs(struct rtl8xxxu_priv *priv, const u32 *reg, u32 *backup) argument
3062 rtl8xxxu_save_regs(struct rtl8xxxu_priv *priv, const u32 *regs, u32 *backup, int count) argument
3071 rtl8xxxu_restore_regs(struct rtl8xxxu_priv *priv, const u32 *regs, u32 *backup, int count) argument
3101 rtl8xxxu_mac_calibration(struct rtl8xxxu_priv *priv, const u32 *regs, u32 *backup) argument
[all...]

Completed in 338 milliseconds

123