/openbmc/linux/arch/x86/kvm/svm/ |
H A D | nested.c | 97 kvm_init_shadow_npt_mmu(vcpu, X86_CR0_PG, svm->vmcb01.ptr->save.cr4, in nested_svm_init_mmu_context() 98 svm->vmcb01.ptr->save.efer, in nested_svm_init_mmu_context() 156 if (!(svm->vmcb01.ptr->save.rflags & X86_EFLAGS_IF)) in recalc_intercepts() 283 struct vmcb_save_area_cached *save) in __nested_vmcb_check_save() argument 285 if (CC(!(save->efer & EFER_SVME))) in __nested_vmcb_check_save() 288 if (CC((save->cr0 & X86_CR0_CD) == 0 && (save->cr0 & X86_CR0_NW)) || in __nested_vmcb_check_save() 289 CC(save->cr0 & ~0xffffffffULL)) in __nested_vmcb_check_save() 292 if (CC(!kvm_dr6_valid(save->dr6)) || CC(!kvm_dr7_valid(save->dr7))) in __nested_vmcb_check_save() 300 if ((save->efer & EFER_LME) && (save->cr0 & X86_CR0_PG)) { in __nested_vmcb_check_save() 301 if (CC(!(save->cr4 & X86_CR4_PAE)) || in __nested_vmcb_check_save() [all …]
|
H A D | svm.c | 344 svm->vmcb->save.efer = efer | EFER_SVME; in svm_set_efer() 400 old_rflags = svm->vmcb->save.rflags; in __svm_skip_emulated_instruction() 406 svm->vmcb->save.rflags = old_rflags; in __svm_skip_emulated_instruction() 455 svm->soft_int_csbase = svm->vmcb->save.cs.base; in svm_update_soft_interrupt_rip() 1003 to_vmcb->save.dbgctl = from_vmcb->save.dbgctl; in svm_copy_lbrs() 1004 to_vmcb->save.br_from = from_vmcb->save.br_from; in svm_copy_lbrs() 1005 to_vmcb->save.br_to = from_vmcb->save.br_to; in svm_copy_lbrs() 1006 to_vmcb->save.last_excp_from = from_vmcb->save.last_excp_from; in svm_copy_lbrs() 1007 to_vmcb->save.last_excp_to = from_vmcb->save.last_excp_to; in svm_copy_lbrs() 1065 bool enable_lbrv = (svm_get_lbr_vmcb(svm)->save.dbgctl & DEBUGCTLMSR_LBR) || in svm_update_lbrv() [all …]
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 187 x86_stq_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.gdtr.base), in helper_vmrun() 189 x86_stl_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.gdtr.limit), in helper_vmrun() 192 x86_stq_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.idtr.base), in helper_vmrun() 194 x86_stl_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.idtr.limit), in helper_vmrun() 198 env->vm_hsave + offsetof(struct vmcb, save.cr0), env->cr[0]); in helper_vmrun() 200 env->vm_hsave + offsetof(struct vmcb, save.cr2), env->cr[2]); in helper_vmrun() 202 env->vm_hsave + offsetof(struct vmcb, save.cr3), env->cr[3]); in helper_vmrun() 204 env->vm_hsave + offsetof(struct vmcb, save.cr4), env->cr[4]); in helper_vmrun() 206 env->vm_hsave + offsetof(struct vmcb, save.dr6), env->dr[6]); in helper_vmrun() 208 env->vm_hsave + offsetof(struct vmcb, save.dr7), env->dr[7]); in helper_vmrun() [all …]
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | svm.c | 67 struct vmcb_save_area *save = &vmcb->save; in generic_svm_setup() local 81 vmcb_set_seg(&save->es, get_es(), 0, -1U, data_seg_attr); in generic_svm_setup() 82 vmcb_set_seg(&save->cs, get_cs(), 0, -1U, code_seg_attr); in generic_svm_setup() 83 vmcb_set_seg(&save->ss, get_ss(), 0, -1U, data_seg_attr); in generic_svm_setup() 84 vmcb_set_seg(&save->ds, get_ds(), 0, -1U, data_seg_attr); in generic_svm_setup() 85 vmcb_set_seg(&save->gdtr, 0, get_gdt().address, get_gdt().size, 0); in generic_svm_setup() 86 vmcb_set_seg(&save->idtr, 0, get_idt().address, get_idt().size, 0); in generic_svm_setup() 89 save->cpl = 0; in generic_svm_setup() 90 save->efer = rdmsr(MSR_EFER); in generic_svm_setup() 91 asm volatile ("mov %%cr4, %0" : "=r"(save->cr4) : : "memory"); in generic_svm_setup() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/ |
H A D | 0003-ipvsadm-remove-dependency-on-bash.patch | 6 The save/restore scripts are very simple and don't depend on any BASH 14 ipvsadm-save | 2 +- 27 diff --git a/ipvsadm-save b/ipvsadm-save 29 --- a/ipvsadm-save 30 +++ b/ipvsadm-save 34 # ipvsadm-save - Save IPVS rules 36 # A very simple wrapper to save IPVS rules
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
H A D | runbuilds.py | 32 bec.be.save() 46 br.save() 55 br.save() 64 br.save() 83 br.save() 85 bec.be.save() 91 log_object.save() 93 br.build.save() 101 br.save() 127 br.build.save() [all …]
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | processor.h | 23 unsigned int save[FP_SIZE]; /* as yet undefined */ member 27 unsigned int save[FP_SIZE]; /* undefined information */ member 77 struct context_save_struct *save; member 91 return t->save ? pc_pointer(t->save->pc) : 0; in thread_saved_pc() 96 return t->save ? t->save->fp : 0; in thread_saved_fp()
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/ |
H A D | obmc-update.sh | 92 save=/run/save/${upper##*/} 118 --no-save-files Don't copy whitelisted files to save directory 119 --copy-files Copy files from save directory to rwfs mountpoint 120 --restore-files Restore files from save directory to rwfs layer 238 if test -d "$save" -a "$toram" = "y" 241 cp -rp "$save/." "$upper/" 244 if test -d "$save" -a "$dorestore" = "y" 253 cp -rp "$save/." "$upper/" 260 rm -rf "$save"
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_nested.c | 136 static void nested_save_state(struct nested_ppc_state *save, PowerPCCPU *cpu) in nested_save_state() argument 141 memcpy(save->gpr, env->gpr, sizeof(save->gpr)); in nested_save_state() 143 save->lr = env->lr; in nested_save_state() 144 save->ctr = env->ctr; in nested_save_state() 145 save->cfar = env->cfar; in nested_save_state() 146 save->msr = env->msr; in nested_save_state() 147 save->nip = env->nip; in nested_save_state() 149 save->cr = ppc_get_cr(env); in nested_save_state() 150 save->xer = cpu_read_xer(env); in nested_save_state() 152 save->lpcr = env->spr[SPR_LPCR]; in nested_save_state() [all …]
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | lbt.h | 70 static inline void lose_lbt_inatomic(int save, struct task_struct *tsk) in lose_lbt_inatomic() argument 73 if (save) in lose_lbt_inatomic() 82 static inline void lose_lbt(int save) in lose_lbt() argument 85 lose_lbt_inatomic(save, current); in lose_lbt() 96 static inline void lose_lbt_inatomic(int save, struct task_struct *tsk) {} in lose_lbt_inatomic() argument 98 static inline void lose_lbt(int save) {} in lose_lbt() argument
|
/openbmc/linux/arch/ia64/lib/ |
H A D | xor.S | 14 .save ar.pfs, r31 16 .save ar.lc, r30 18 .save pr, r29 52 .save ar.pfs, r31 54 .save ar.lc, r30 56 .save pr, r29 93 .save ar.pfs, r31 95 .save ar.lc, r30 97 .save pr, r29 137 .save ar.pfs, r31 [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_most_recent_builds_states.py | 56 build.save() 59 build_request.save() 73 build.save() 87 build.save() 104 task1.save() 121 task2.save() 144 build.save() 162 build.save() 180 build_request.save() 193 build.save()
|
/openbmc/linux/arch/arm/common/ |
H A D | sa1111.c | 976 struct sa1111_save_data *save; in sa1111_suspend_noirq() local 981 save = kmalloc(sizeof(struct sa1111_save_data), GFP_KERNEL); in sa1111_suspend_noirq() 982 if (!save) in sa1111_suspend_noirq() 984 sachip->saved_state = save; in sa1111_suspend_noirq() 992 save->skcr = readl_relaxed(base + SA1111_SKCR); in sa1111_suspend_noirq() 993 save->skpcr = readl_relaxed(base + SA1111_SKPCR); in sa1111_suspend_noirq() 994 save->skcdr = readl_relaxed(base + SA1111_SKCDR); in sa1111_suspend_noirq() 995 save->skaud = readl_relaxed(base + SA1111_SKAUD); in sa1111_suspend_noirq() 996 save->skpwm0 = readl_relaxed(base + SA1111_SKPWM0); in sa1111_suspend_noirq() 997 save->skpwm1 = readl_relaxed(base + SA1111_SKPWM1); in sa1111_suspend_noirq() [all …]
|
/openbmc/u-boot/common/ |
H A D | memsize.c | 29 long save[BITS_PER_LONG - 1]; in get_ram_size() local 39 save[i++] = *addr; in get_ram_size() 58 *addr = save[--i]; in get_ram_size() 66 *addr = save[--i]; in get_ram_size() 77 *addr = save[--i]; in get_ram_size()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | fpu.h | 164 static inline void lose_fpu_inatomic(int save, struct task_struct *tsk) in lose_fpu_inatomic() argument 167 if (save) { in lose_fpu_inatomic() 176 if (save) in lose_fpu_inatomic() 188 static inline void lose_fpu(int save) in lose_fpu() argument 191 lose_fpu_inatomic(save, current); in lose_fpu() 289 static inline void lose_fpu_inatomic(int save, struct task_struct *tsk) in lose_fpu_inatomic() argument 294 static inline void lose_fpu(int save) in lose_fpu() argument
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ |
H A D | ebtables.common | 93 save() { 101 /usr/sbin/ebtables-legacy -t $table --atomic-file ${EBTABLES_DUMPFILE_STEM}.$table --atomic-save 129 [ "$EBTABLES_SAVE_ON_STOP" = "yes" ] && save 133 [ "$EBTABLES_SAVE_ON_RESTART" = "yes" ] && save 140 save) 141 save
|
/openbmc/qemu/docs/devel/migration/ |
H A D | virtio.rst | 37 save() function registered 42 - save proxy device 43 - save transport-specific 45 - save common device 47 - save common virtqueue 50 - save transport-specific 53 - save device-specific 55 - save subsections
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/ |
H A D | 0006-Fix-invalid-sigprocmask-call.patch | 24 * common/signals-state-save-restore.c (save_original_signals_state): 31 gdbsupport/signals-state-save-restore.cc | 2 +- 34 diff --git a/gdbsupport/signals-state-save-restore.cc b/gdbsupport/signals-state-save-restore.cc 36 --- a/gdbsupport/signals-state-save-restore.cc 37 +++ b/gdbsupport/signals-state-save-restore.cc
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 1043 mov.l %d0,EXC_A0(%a6) # save incremented value 1045 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error 1046 mov.b &0x0,EXC_SAVREG(%a6) # save regno, too 1054 mov.l %d0,EXC_A1(%a6) # save incremented value 1056 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error 1057 mov.b &0x1,EXC_SAVREG(%a6) # save regno, too 1065 mov.l %d0,EXC_A2(%a6) # save incremented value 1067 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error 1068 mov.b &0x2,EXC_SAVREG(%a6) # save regno, too 1076 mov.l %d0,EXC_A3(%a6) # save incremented value [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ |
H A D | ebtables_2.0.11.bb | 14 file://ebtables-legacy-save \ 27 # Replace upstream ebtables-save perl script with Fedora bash based rewrite 28 # http://pkgs.fedoraproject.org/cgit/rpms/ebtables.git/tree/ebtables-save 29 rm -f ${D}${sbindir}/ebtables-legacy-save 30 install -m 0755 ${UNPACKDIR}/ebtables-legacy-save ${D}${sbindir}/ebtables-legacy-save
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
H A D | agp.c | 60 u32 save[2]; in nvkm_agp_preinit() local 72 save[0] = nvkm_pci_rd32(pci, 0x0004); in nvkm_agp_preinit() 73 nvkm_pci_wr32(pci, 0x0004, save[0] & ~0x00000004); in nvkm_agp_preinit() 77 save[1] = nvkm_mask(device, 0x000200, 0x00011100, 0x00000000); in nvkm_agp_preinit() 78 nvkm_mask(device, 0x000200, 0x00011100, save[1]); in nvkm_agp_preinit() 81 nvkm_pci_wr32(pci, 0x0004, save[0]); in nvkm_agp_preinit()
|
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | alarm_timestamps.hpp | 80 save(); in add() 94 save(); in erase() 104 save(); in erase() 115 save(); in clear() 161 save(); in prune() 179 void save() in save() function in sensor::monitor::AlarmTimestamps
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | wuf.S | 113 save %g0, %g0, %g0 114 save %g0, %g0, %g0 160 save %g0, %g0, %g0 167 save %g0, %g0, %g0 205 save %g0, %g0, %g0 /* Save to window 'O' */ 206 save %g0, %g0, %g0 /* Save to window 'T' */ 276 save %g0, %g0, %g0 277 save %g0, %g0, %g0
|
/openbmc/linux/arch/sh/kernel/cpu/sh3/ |
H A D | swsusp.S | 90 ! - save registers in swsusp_arch_regs_cpu0 94 sts pr, r0 ! save pr in r0 95 mov r15, r2 ! save sp in r2 96 mov r8, r5 ! save r8 in r5 98 ldc r1, ssr ! save sr in ssr 103 add r3, r15 ! save from top of structure 109 jsr @r1 ! switch to bank1 and save bank1 r7->r0 116 jsr @k1 ! switch to bank0 and save all regs
|
/openbmc/linux/drivers/pinctrl/samsung/ |
H A D | pinctrl-exynos.c | 640 struct exynos_eint_gpio_save *save = bank->soc_priv; in exynos_pinctrl_suspend_bank() local 643 save->eint_con = readl(regs + EXYNOS_GPIO_ECON_OFFSET in exynos_pinctrl_suspend_bank() 645 save->eint_fltcon0 = readl(regs + EXYNOS_GPIO_EFLTCON_OFFSET in exynos_pinctrl_suspend_bank() 647 save->eint_fltcon1 = readl(regs + EXYNOS_GPIO_EFLTCON_OFFSET in exynos_pinctrl_suspend_bank() 649 save->eint_mask = readl(regs + bank->irq_chip->eint_mask in exynos_pinctrl_suspend_bank() 652 pr_debug("%s: save con %#010x\n", bank->name, save->eint_con); in exynos_pinctrl_suspend_bank() 653 pr_debug("%s: save fltcon0 %#010x\n", bank->name, save->eint_fltcon0); in exynos_pinctrl_suspend_bank() 654 pr_debug("%s: save fltcon1 %#010x\n", bank->name, save->eint_fltcon1); in exynos_pinctrl_suspend_bank() 655 pr_debug("%s: save mask %#010x\n", bank->name, save->eint_mask); in exynos_pinctrl_suspend_bank() 681 struct exynos_eint_gpio_save *save = bank->soc_priv; in exynos_pinctrl_resume_bank() local [all …]
|