| /linux-6.15/drivers/video/ |
| H A D | vgastate.c | 233 if (saved->misc & 1) in save_vga_mode() 265 if (saved->misc & 1) in restore_vga_mode() 342 vfree(saved->vga_text); in vga_cleanup() 344 vfree(saved->attr); in vga_cleanup() 345 kfree(saved); in vga_cleanup() 352 struct regstate *saved; in save_vga() local 356 if (saved == NULL) in save_vga() 385 if (!saved->attr) { in save_vga() 389 saved->crtc = saved->attr + state->num_attr; in save_vga() 390 saved->gfx = saved->crtc + state->num_crtc; in save_vga() [all …]
|
| /linux-6.15/arch/x86/boot/ |
| H A D | video.c | 237 } saved; variable 247 if (!heap_free(saved.x*saved.y*sizeof(u16)+512)) in save_screen() 250 saved.data = GET_HEAP(u16, saved.x*saved.y); in save_screen() 253 copy_from_fs(saved.data, 0, saved.x*saved.y*sizeof(u16)); in save_screen() 278 if (y < saved.y) { in restore_screen() 279 int copy = (xs < saved.x) ? xs : saved.x; in restore_screen() 282 src += saved.x; in restore_screen() 283 npad = (xs < saved.x) ? 0 : xs-saved.x; in restore_screen() 303 if (saved.curx >= xs) in restore_screen() 304 saved.curx = xs-1; in restore_screen() [all …]
|
| H A D | a20.c | 57 int saved, ctr; in a20_test() local 62 saved = ctr = rdfs32(A20_TEST_ADDR); in a20_test() 72 wrfs32(saved, A20_TEST_ADDR); in a20_test()
|
| /linux-6.15/drivers/gpu/drm/i915/selftests/ |
| H A D | intel_scheduler_helpers.c | 32 struct intel_selftest_saved_policy *saved, in intel_selftest_modify_policy() argument 37 saved->reset = engine->i915->params.reset; in intel_selftest_modify_policy() 38 saved->flags = engine->flags; in intel_selftest_modify_policy() 39 saved->timeslice = engine->props.timeslice_duration_ms; in intel_selftest_modify_policy() 40 saved->preempt_timeout = engine->props.preempt_timeout_ms; in intel_selftest_modify_policy() 72 intel_selftest_restore_policy(engine, saved); in intel_selftest_modify_policy() 78 struct intel_selftest_saved_policy *saved) in intel_selftest_restore_policy() argument 81 engine->i915->params.reset = saved->reset; in intel_selftest_restore_policy() 82 engine->flags = saved->flags; in intel_selftest_restore_policy() 83 engine->props.timeslice_duration_ms = saved->timeslice; in intel_selftest_restore_policy() [all …]
|
| H A D | intel_scheduler_helpers.h | 29 struct intel_selftest_saved_policy *saved, 32 struct intel_selftest_saved_policy *saved);
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | atom.c | 337 if (saved) in atom_get_src_int() 338 *saved = val; in atom_get_src_int() 465 val |= saved; in atom_put_dst() 650 uint32_t saved; in atom_op_clear() local 780 uint32_t src, saved; in atom_op_move() local 786 saved = 0xCDCDCDCD; in atom_op_move() 903 uint32_t saved, dst; in atom_op_shift_left() local 919 uint32_t saved, dst; in atom_op_shift_right() local 935 uint32_t saved, dst; in atom_op_shl() local 941 dst = saved; in atom_op_shl() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | atom.c | 339 if (saved) in atom_get_src_int() 340 *saved = val; in atom_get_src_int() 466 val |= saved; in atom_put_dst() 651 uint32_t saved; in atom_op_clear() local 803 uint32_t src, saved; in atom_op_move() local 809 saved = 0xCDCDCDCD; in atom_op_move() 940 uint32_t saved, dst; in atom_op_shift_left() local 956 uint32_t saved, dst; in atom_op_shift_right() local 972 uint32_t saved, dst; in atom_op_shl() local 978 dst = saved; in atom_op_shl() [all …]
|
| /linux-6.15/arch/x86/virt/vmx/tdx/ |
| H A D | tdxcall.S | 45 .macro TDX_MODULE_CALL host:req ret=0 saved=0 59 .if \saved 108 .if \saved 147 .if \saved && \ret 181 .if \saved 211 .if \ret && \saved
|
| /linux-6.15/arch/arm/lib/ |
| H A D | backtrace.S | 63 1001: ldr sv_pc, [frame, #0] @ get saved pc 64 1002: ldr sv_fp, [frame, #-12] @ get saved fp 70 ldr r3, .Ldsi+4 @ adjust saved 'pc' back one 75 ldr r1, [frame, #-4] @ get saved lr 87 bleq dump_backtrace_stm @ dump saved registers 94 bleq dump_backtrace_stm @ dump saved registers 96 teq sv_fp, #0 @ zero saved fp means
|
| H A D | backtrace-clang.S | 124 1001: ldr sv_pc, [frame, #4] @ get saved 'pc' 125 1002: ldr sv_fp, [frame, #0] @ get saved fp 145 1003: ldr sv_lr, [sv_fp, #4] @ get saved lr from next frame
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | kprobes.c | 97 struct kprobe *saved = this_cpu_ptr(&saved_next_opcode); in arch_remove_kprobe() local 99 if (saved->addr) { in arch_remove_kprobe() 101 arch_disarm_kprobe(saved); in arch_remove_kprobe() 103 saved->addr = NULL; in arch_remove_kprobe() 104 saved->opcode = 0; in arch_remove_kprobe() 106 saved = this_cpu_ptr(&saved_next_opcode2); in arch_remove_kprobe() 107 if (saved->addr) { in arch_remove_kprobe() 108 arch_disarm_kprobe(saved); in arch_remove_kprobe() 110 saved->addr = NULL; in arch_remove_kprobe() 111 saved->opcode = 0; in arch_remove_kprobe()
|
| /linux-6.15/drivers/input/misc/ |
| H A D | adxl34x.c | 197 struct axis_triple saved; member 247 axis->x = ac->saved.x; in adxl34x_get_triple() 250 axis->y = ac->saved.y; in adxl34x_get_triple() 253 axis->z = ac->saved.z; in adxl34x_get_triple() 508 ac->hwcal.x -= (ac->saved.x / 4); in adxl34x_calibrate_store() 509 ac->swcal.x = ac->saved.x % 4; in adxl34x_calibrate_store() 511 ac->hwcal.y -= (ac->saved.y / 4); in adxl34x_calibrate_store() 512 ac->swcal.y = ac->saved.y % 4; in adxl34x_calibrate_store() 514 ac->hwcal.z -= (ac->saved.z / 4); in adxl34x_calibrate_store() 515 ac->swcal.z = ac->saved.z % 4; in adxl34x_calibrate_store() [all …]
|
| /linux-6.15/tools/testing/selftests/net/lib/py/ |
| H A D | netns.py | 42 self.saved = open("/proc/thread-self/ns/net") 48 libc.setns(self.saved.fileno(), 0) 49 self.saved.close()
|
| /linux-6.15/arch/m68k/fpsp040/ |
| H A D | fpsp.h | 34 | | saved registers | 83 .set USER_D0,LV+0 | saved user D0 84 .set USER_D1,LV+4 | saved user D1 85 .set USER_A0,LV+8 | saved user A0 86 .set USER_A1,LV+12 | saved user A1 87 .set USER_FP0,LV+16 | saved user FP0 88 .set USER_FP1,LV+28 | saved user FP1 89 .set USER_FP2,LV+40 | saved user FP2 90 .set USER_FP3,LV+52 | saved user FP3 91 .set USER_FPCR,LV+64 | saved user FPCR [all …]
|
| /linux-6.15/sound/pci/ice1712/ |
| H A D | ice1712.h | 352 unsigned int saved[2]; /* for ewx_i2c */ member 428 ice->gpio.saved[0] = ice->gpio.direction; in snd_ice1712_save_gpio_status() 429 ice->gpio.saved[1] = ice->gpio.write_mask; in snd_ice1712_save_gpio_status() 434 ice->gpio.set_dir(ice, ice->gpio.saved[0]); in snd_ice1712_restore_gpio_status() 435 ice->gpio.set_mask(ice, ice->gpio.saved[1]); in snd_ice1712_restore_gpio_status() 436 ice->gpio.direction = ice->gpio.saved[0]; in snd_ice1712_restore_gpio_status() 437 ice->gpio.write_mask = ice->gpio.saved[1]; in snd_ice1712_restore_gpio_status()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | pstore | 13 data can also be saved:: 24 - "dmesg" - saved console log 34 will be saved elsewhere and erased from persistent store 39 data saved on each oops/panic. Pstore saves (possibly
|
| /linux-6.15/drivers/irqchip/ |
| H A D | irq-sa11x0.c | 82 unsigned int saved; member 92 st->saved = 1; in sa1100irq_suspend() 109 if (st->saved) { in sa1100irq_resume()
|
| /linux-6.15/Documentation/arch/s390/ |
| H A D | zfcpdump.rst | 10 dump tool is loaded. There exists an SCLP hardware interface to obtain the saved 11 memory afterwards. Currently 32 MB are saved. 14 a user space dump tool, which are loaded together into the saved memory region 23 been saved by the hardware SCLP requests will be created at the time the data
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | entry-header.S | 77 @ determine the location of the registers saved by the core during 86 @ we cannot rely on r0-r3 and r12 matching the value saved in the 97 @ load saved r12, lr, return address and xPSR. 104 @ r9 currently points to the memory location just above the auto saved 107 @ of the saved xPSR specifies if stack aligning took place. In this case 113 @ store saved r12 using str to have a register to hold the base for stm 138 @ the sp to be restored is aligned or not set bit 9 of the saved xPSR
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-msc313.c | 486 u8 *saved; member 638 gpio->saved = devm_kcalloc(dev, gpio->gpio_data->num, sizeof(*gpio->saved), GFP_KERNEL); in msc313_gpio_probe() 639 if (!gpio->saved) in msc313_gpio_probe() 701 gpio->saved[i] = readb_relaxed(gpio->base + gpio->gpio_data->offsets[i]) & MSC313_GPIO_BITSTOSAVE; in msc313_gpio_suspend() 712 writeb_relaxed(gpio->saved[i], gpio->base + gpio->gpio_data->offsets[i]); in msc313_gpio_resume()
|
| /linux-6.15/Documentation/gpu/ |
| H A D | msm-preemption.rst | 35 needs to be saved). 41 of state to be saved as the execution of userspace submitted IBs is never 74 As a result SMMU info must be saved manually from the CP to a buffer and the 79 This is the main preemption record where most state is saved. It is mostly 97 any process to manipulate a saved ring's RPTR which can be used to skip the
|
| /linux-6.15/drivers/acpi/ |
| H A D | processor_driver.c | 56 int saved; in acpi_processor_notify() local 67 saved = pr->performance_platform_limit; in acpi_processor_notify() 69 if (saved == pr->performance_platform_limit) in acpi_processor_notify()
|
| /linux-6.15/arch/sh/kernel/cpu/sh3/ |
| H A D | entry.S | 316 cmp/hs k0, k1 ! test k1 (saved PC) >= k0 (saved r0) 322 ldc k0, spc ! PC = saved r0 + r15 - 2 490 mov r15, r8 ! trap handlers take saved regs in r8 494 mov r15, r5 ! pass saved registers as arg1
|
| /linux-6.15/drivers/iommu/ |
| H A D | omap-iommu-debug.c | 116 struct iotlb_lock saved; in __dump_tlb_entries() local 121 iotlb_lock_get(obj, &saved); in __dump_tlb_entries() 129 iotlb_lock_set(obj, &saved); in __dump_tlb_entries()
|
| /linux-6.15/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | radio.c | 234 u16 saved; in b43legacy_radio_aci_detect() local 246 rssi = saved & 0x3F; in b43legacy_radio_aci_detect() 372 u16 saved = 0xFFFF; in b43legacy_calc_nrssi_offset() local 439 if (v47F < 31 && saved == 0xFFFF) in b43legacy_calc_nrssi_offset() 440 saved = i; in b43legacy_calc_nrssi_offset() 442 if (saved == 0xFFFF) in b43legacy_calc_nrssi_offset() 443 saved = 4; in b43legacy_calc_nrssi_offset() 496 saved = i; in b43legacy_calc_nrssi_offset() 498 if (saved == 0xFFFF) in b43legacy_calc_nrssi_offset() 499 saved = 3; in b43legacy_calc_nrssi_offset() [all …]
|