/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | arm-vgic-its.rst | 66 The GICV3 must be restored before the ITS and all ITS registers but 67 the GITS_CTLR must be restored before restoring the ITS tables. 69 The GITS_IIDR read-only register must also be restored before 82 -EINVAL Inconsistent restored data 103 - GITS_CREADR. It must be restored otherwise commands in the queue 105 restored before restoring the GITS_CTLR which is likely to enable the 106 ITS. Also it must be restored after GITS_CBASER since a write to 111 the ABI. GITS_IIDR must be restored before calling
|
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | signal_save_restore_xer.c | 24 uint64_t initial = XER_CA | XER_CA32, restored; in main() local 35 : "=r" (restored) in main() 39 assert(restored == (XER_OV | XER_OV32 | XER_CA | XER_CA32)); in main()
|
/openbmc/linux/arch/x86/include/asm/fpu/ |
H A D | xstate.h | 42 * Features which are restored when returning to user space. 43 * PKRU is not restored on return to user space because PKRU 60 * be avoided. Such supervisor state components should only be saved/restored 65 * supervisor state component cannot be saved/restored at each context switch.
|
H A D | types.h | 10 * restored by the FRSTOR instructions: 30 * restored by the FXRSTOR instructions. It's similar to the FSAVE 326 * and restored by the XRSTOR instructions. 380 * The FPU registers are restored by the 505 * are restored from this storage on return to user space if they
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a5xx_gpu.h | 101 * @cntl: Value of RB_CNTL written by CPU, save/restored by CP 102 * @rptr: Value of RB_RPTR written by CPU, save/restored by CP 103 * @wptr: Value of RB_WPTR written by CPU, save/restored by CP 104 * @rptr_addr: Value of RB_RPTR_ADDR written by CPU, save/restored by CP 105 * @rbase: Value of RB_BASE written by CPU, save/restored by CP
|
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/ |
H A D | tpidr2_restore.c | 5 * Verify that the TPIDR2 register context in signal frames is restored. 71 fprintf(stderr, "TPIDR2 restored\n"); in check_tpidr2() 79 .descr = "Validate that TPIDR2 is restored from the sigframe",
|
H A D | TODO | 1 - Validate that register contents are saved and restored as expected.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | SMC.events.yaml | 32 The Satellite Management Controller (SMC) status is restored. 35 restored state.
|
/openbmc/linux/arch/arm/kernel/ |
H A D | entry-v7m.S | 77 @ registers r0-r3 and r12 are automatically restored on exception 79 @ correctness they don't need to be restored. So only r8-r11 must be 80 @ restored here. The easiest way to do so is to restore r0-r7, too.
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | suspend.h | 13 /* Saved and restored by low-level functions */ 15 /* Saved and restored by high-level functions */
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | bios_handler.hpp | 26 * restored. 91 * is saved to VPD else VPD value is restored in BIOS pending attribute 128 * is saved to VPD else VPD value is restored in BIOS pending attribute 210 * restored back to the BIOS table.
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/ |
H A D | cpm.txt | 27 restored on resume. 31 restored on resume. Note, for standby
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | sdrc.c | 46 * Save SMS registers that need to be restored after off mode. 56 * Restore SMS registers that need to be Restored after off mode.
|
/openbmc/linux/arch/arm64/lib/ |
H A D | kasan_sw_tags.S | 25 * sp + 0..15: x0 and x1 to be restored 36 * The caller expects x0 and x1 to be restored from the structure, and
|
/openbmc/linux/Documentation/driver-api/pm/ |
H A D | notifiers.rst | 36 The system memory state has been restored from a hibernation image or an 42 the restored image kernel will issue a ``PM_POST_HIBERNATION``
|
/openbmc/openbmc-test-automation/lib/ |
H A D | var_stack.py | 24 …ack at a later time. The most obvious use for this is for saving variables that are to be restored 35 # var1 has now been restored to the value "johnson".
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | optprobes_head.S | 72 * The original TOC gets restored when pt_regs is restored
|
/openbmc/linux/tools/testing/selftests/cpufreq/ |
H A D | governor.sh | 58 printf "Governor restored for $1 to $CUR_GOV\n" 62 printf "Governor frequency restored for $1: $CUR_FREQ\n"
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-check-sstate | 3 # Query which tasks will be restored from sstate 85 … specified targets from shared state, and lists the tasks that would be restored. Set BB_SETSCENE_…
|
/openbmc/linux/sound/pci/ |
H A D | azt3328.h | 9 /* (only 0x70 of 0x80 bytes saved/restored by Windows driver) */ 192 /* further I/O indices not saved/restored and not readable after writing, 197 /* (only 0x06 of 0x08 bytes saved/restored by Windows driver) */ 280 /* (only 0x06 of 0x08 bytes saved/restored by Windows driver) */ 288 /* (only 0x22 of 0x40 bytes saved/restored by Windows driver)
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | suspend-flows.rst | 146 The working-state configuration of IRQs is restored after the *noirq* resume 244 platform may need to be restored by the platform firmware before the 249 The suspend-time configuration of the core system components is restored and 255 back online and their suspend-time configuration is restored.
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | gem.c | 381 unsigned int restored = 0, total = 0, size = 0; in psb_gem_mm_populate_resources() local 396 ++restored; in psb_gem_mm_populate_resources() 402 drm_dbg(dev, "Restored %u of %u gtt ranges (%u KB)", restored, total, (size / 1024)); in psb_gem_mm_populate_resources()
|
/openbmc/ibm-logging/ |
H A D | callout.hpp | 53 * This version is for when the object is being restored and does 150 * Used for ensuring the callout data is being restored for
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pm.h | 90 * Segment configuration must be restored prior to any access to 143 * restored prior to any kmalloc'd memory being referenced (even the stack
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | entry.S | 620 * r1: restored (global pointer) 623 * r8-r11: restored (syscall return value(s)) 624 * r12: restored (user-level stack pointer) 625 * r13: restored (user-level thread pointer) 627 * r15: restored (syscall #) 644 * pr: restored (user-level pr) 645 * b0: restored (user-level rp) 646 * b6: restored 648 * ar.unat: restored (user-level ar.unat) 649 * ar.pfs: restored (user-level ar.pfs) [all …]
|