Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 172 of 172) sorted by relevance

/linux-4.1.27/drivers/video/
Dvgastate.c50 struct regstate *saved = (struct regstate *) state->vidstate; in save_vga_text() local
89 saved->vga_font0[i] = vga_r(fbbase, i); in save_vga_text()
100 saved->vga_font1[i] = vga_r(fbbase, i); in save_vga_text()
111 saved->vga_text[i] = vga_r(fbbase, i); in save_vga_text()
119 saved->vga_text[8192+i] = vga_r(fbbase + 2 * 8192, i); in save_vga_text()
140 struct regstate *saved = (struct regstate *) state->vidstate; in restore_vga_text() local
175 vga_w(fbbase, i, saved->vga_font0[i]); in restore_vga_text()
186 vga_w(fbbase, i, saved->vga_font1[i]); in restore_vga_text()
197 vga_w(fbbase, i, saved->vga_text[i]); in restore_vga_text()
205 vga_w(fbbase, i, saved->vga_text[8192+i]); in restore_vga_text()
[all …]
/linux-4.1.27/arch/x86/boot/
Dvideo.c237 } saved; variable
242 saved.x = boot_params.screen_info.orig_video_cols; in save_screen()
243 saved.y = boot_params.screen_info.orig_video_lines; in save_screen()
244 saved.curx = boot_params.screen_info.orig_x; in save_screen()
245 saved.cury = boot_params.screen_info.orig_y; in save_screen()
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()
263 u16 *src = saved.data; in restore_screen()
278 if (y < saved.y) { in restore_screen()
[all …]
Da20.c59 int saved, ctr; in a20_test() local
64 saved = ctr = rdfs32(A20_TEST_ADDR); in a20_test()
74 wrfs32(saved, A20_TEST_ADDR); in a20_test()
/linux-4.1.27/drivers/gpu/drm/radeon/
Datom.c178 int *ptr, uint32_t *saved, int print) in atom_get_src_int() argument
331 if (saved) in atom_get_src_int()
332 *saved = val; in atom_get_src_int()
433 int *ptr, uint32_t *saved, int print) in atom_get_dst() argument
438 ptr, saved, print); in atom_get_dst()
449 int *ptr, uint32_t val, uint32_t saved) in atom_put_dst() argument
458 saved &= ~atom_arg_mask[align]; in atom_put_dst()
459 val |= saved; in atom_put_dst()
590 uint32_t dst, src, saved; in atom_op_add() local
593 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_add()
[all …]
Dradeon_device.c1763 bool saved = false; in radeon_gpu_reset() local
1785 saved = true; in radeon_gpu_reset()
1851 if (r && saved) in radeon_gpu_reset()
/linux-4.1.27/arch/arm/lib/
Dbacktrace.S64 1001: ldr sv_pc, [frame, #0] @ get saved pc
65 1002: ldr sv_fp, [frame, #-12] @ get saved fp
71 ldr r3, .Ldsi+4 @ adjust saved 'pc' back one
76 ldr r1, [frame, #-4] @ get saved lr
86 bleq .Ldumpstm @ dump saved registers
92 bleq .Ldumpstm @ dump saved registers
94 teq sv_fp, #0 @ zero saved fp means
/linux-4.1.27/arch/unicore32/lib/
Dbacktrace.S60 1001: ldw sv_pc, [frame+], #0 @ get saved pc
61 1002: ldw sv_fp, [frame+], #-12 @ get saved fp
66 ldw r3, .Ldsi+4 @ adjust saved 'pc' back one
74 ldw r1, [frame+], #-4 @ get saved lr
84 b.l .Ldumpstm @ dump saved registers
91 b.l .Ldumpstm @ dump saved registers
93 cxor.a sv_fp, #0 @ zero saved fp means
/linux-4.1.27/arch/sh/kernel/
Dkprobes.c105 struct kprobe *saved = this_cpu_ptr(&saved_next_opcode); in arch_remove_kprobe() local
107 if (saved->addr) { in arch_remove_kprobe()
109 arch_disarm_kprobe(saved); in arch_remove_kprobe()
111 saved->addr = NULL; in arch_remove_kprobe()
112 saved->opcode = 0; in arch_remove_kprobe()
114 saved = this_cpu_ptr(&saved_next_opcode2); in arch_remove_kprobe()
115 if (saved->addr) { in arch_remove_kprobe()
116 arch_disarm_kprobe(saved); in arch_remove_kprobe()
118 saved->addr = NULL; in arch_remove_kprobe()
119 saved->opcode = 0; in arch_remove_kprobe()
/linux-4.1.27/drivers/input/misc/
Dadxl34x.c197 struct axis_triple saved; member
245 ac->saved.x = (s16) le16_to_cpu(buf[0]); in adxl34x_get_triple()
246 axis->x = ac->saved.x; in adxl34x_get_triple()
248 ac->saved.y = (s16) le16_to_cpu(buf[1]); in adxl34x_get_triple()
249 axis->y = ac->saved.y; in adxl34x_get_triple()
251 ac->saved.z = (s16) le16_to_cpu(buf[2]); in adxl34x_get_triple()
252 axis->z = ac->saved.z; in adxl34x_get_triple()
510 ac->hwcal.x -= (ac->saved.x / 4); in adxl34x_calibrate_store()
511 ac->swcal.x = ac->saved.x % 4; in adxl34x_calibrate_store()
513 ac->hwcal.y -= (ac->saved.y / 4); in adxl34x_calibrate_store()
[all …]
/linux-4.1.27/arch/m68k/fpsp040/
Dfpsp.h34 | | saved registers |
69 | The registers d0, d1, a0, a1 and fp0-fp3 are always saved and
72 | of these registers, it should modify the saved copy and let
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
[all …]
Dbindec.S23 | The k-factor is saved for use in d7. Clear the
169 | The k-factor is saved for use in d7. Clear BINDEC_FLG for
553 | mode and precision. The original FPCR is saved in L_SCR1.
Dbugfix.S256 | Items saved from the stack:
378 | Items saved from the stack:
Dsetox.S502 |--fp1,fp2 saved on the stack. fp0 is N, fp1 is X,
668 |--fp1,fp2 saved on the stack. fp0 is N, fp1 is X,
/linux-4.1.27/sound/pci/ice1712/
Dice1712.h365 unsigned int saved[2]; /* for ewx_i2c */ member
441 ice->gpio.saved[0] = ice->gpio.direction; in snd_ice1712_save_gpio_status()
442 ice->gpio.saved[1] = ice->gpio.write_mask; in snd_ice1712_save_gpio_status()
447 ice->gpio.set_dir(ice, ice->gpio.saved[0]); in snd_ice1712_restore_gpio_status()
448 ice->gpio.set_mask(ice, ice->gpio.saved[1]); in snd_ice1712_restore_gpio_status()
449 ice->gpio.direction = ice->gpio.saved[0]; in snd_ice1712_restore_gpio_status()
450 ice->gpio.write_mask = ice->gpio.saved[1]; in snd_ice1712_restore_gpio_status()
Dpontis.c428 ucontrol->value.enumerated.item[0] = ice->gpio.saved[0]; in cs_source_get()
440 if (ucontrol->value.enumerated.item[0] != ice->gpio.saved[0]) { in cs_source_put()
441 ice->gpio.saved[0] = ucontrol->value.enumerated.item[0] & 3; in cs_source_put()
442 val = 0x80 | (ice->gpio.saved[0] << 3); in cs_source_put()
773 ice->gpio.saved[0] = 0; in pontis_init()
Dprodigy_hifi.c1041 ice->gpio.saved[0] = 0; in prodigy_hifi_init()
1123 ice->gpio.saved[0] = 0; in prodigy_hd2_init()
/linux-4.1.27/Documentation/ABI/testing/
Dpstore12 data can also be saved.
23 "dmesg" - saved console log
33 will be saved elsewhere and erased from persistent store
38 data saved on each oops/panic. Pstore saves (possibly
Dsysfs-power43 'firmware' - means that the memory image will be saved to disk
46 'platform' - the memory image will be saved by the kernel and
49 'shutdown' - the memory image will be saved by the kernel and
51 'reboot' - the memory image will be saved by the kernel and
128 device associated with the last PM event point saved in the RTC
Dsysfs-kernel-mm-ksm25 much saved.
Dsysfs-bus-iio1156 automatically load the saved configuration.
/linux-4.1.27/arch/arm/mach-sa1100/
Dirq.c87 unsigned int saved; member
97 st->saved = 1; in sa1100irq_suspend()
116 if (st->saved) { in sa1100irq_resume()
/linux-4.1.27/arch/cris/arch-v32/mach-fs/
Dpinmux.c94 char saved[sizeof pins]; in crisv32_pinmux_alloc_fixed() local
100 memcpy(saved, pins, sizeof pins); in crisv32_pinmux_alloc_fixed()
168 memcpy(pins, saved, sizeof pins); in crisv32_pinmux_alloc_fixed()
228 char saved[sizeof pins]; in crisv32_pinmux_dealloc_fixed() local
234 memcpy(saved, pins, sizeof pins); in crisv32_pinmux_dealloc_fixed()
302 memcpy(pins, saved, sizeof pins); in crisv32_pinmux_dealloc_fixed()
/linux-4.1.27/arch/cris/arch-v32/mach-a3/
Dpinmux.c86 char saved[sizeof pins]; in crisv32_pinmux_alloc_fixed() local
94 memcpy(saved, pins, sizeof pins); in crisv32_pinmux_alloc_fixed()
206 memcpy(pins, saved, sizeof pins); in crisv32_pinmux_alloc_fixed()
264 char saved[sizeof pins]; in crisv32_pinmux_dealloc_fixed() local
271 memcpy(saved, pins, sizeof pins); in crisv32_pinmux_dealloc_fixed()
364 memcpy(pins, saved, sizeof pins); in crisv32_pinmux_dealloc_fixed()
/linux-4.1.27/arch/frv/kernel/
Dhead-mmu-fr451.S49 # GR26 &__head_reference [saved]
50 # GR30 LED address [saved]
75 # GR26 &__head_reference [saved]
172 # GR26 &__head_reference [saved]
173 # GR30 LED address [saved]
225 # GR25 SDRAM size [saved]
226 # GR26 &__head_reference [saved]
227 # GR30 LED address [saved]
Dhead-uc-fr401.S48 # GR26 &__head_reference [saved]
49 # GR30 LED address [saved]
82 # GR26 &__head_reference [saved]
177 # GR26 &__head_reference [saved]
178 # GR30 LED address [saved]
236 # GR25 SDRAM size [saved]
237 # GR26 &__head_reference [saved]
238 # GR30 LED address [saved]
Dhead-uc-fr555.S47 # GR26 &__head_reference [saved]
48 # GR30 LED address [saved]
73 # GR26 &__head_reference [saved]
165 # GR26 &__head_reference [saved]
166 # GR30 LED address [saved]
220 # GR25 SDRAM size saved
221 # GR30 LED address saved
Dhead-uc-fr451.S42 # GR25 SDRAM size [saved]
43 # GR26 &__head_reference [saved]
44 # GR30 LED address [saved]
Dhead.S556 # GR8 region base pointer [saved]
558 # GR11 xAMLR mask [saved]
559 # GR25 SDRAM size [saved]
560 # GR30 LED address [saved]
Dentry.S710 movsg scr2,gr10 ; saved EAR0
854 # - __switch_to() saved the old current pointer in GR8 for us
923 # rebuild saved psr - execve will change it for init/main.c
Dsleep.S220 # restore hsr0, psr, isr, and leave saved lr in gr7
/linux-4.1.27/arch/x86/oprofile/
Dnmi_int.c83 rdmsrl(counters[i].addr, counters[i].saved); in nmi_cpu_save_registers()
88 rdmsrl(controls[i].addr, controls[i].saved); in nmi_cpu_save_registers()
191 multiplex[i].saved = -(u64)counter_config[i].count; in nmi_cpu_setup_mux()
193 multiplex[i].saved = 0; in nmi_cpu_setup_mux()
209 rdmsrl(counters[i].addr, multiplex[virt].saved); in nmi_cpu_save_mpx_registers()
222 wrmsrl(counters[i].addr, multiplex[virt].saved); in nmi_cpu_restore_mpx_registers()
363 wrmsrl(controls[i].addr, controls[i].saved); in nmi_cpu_restore_registers()
368 wrmsrl(counters[i].addr, counters[i].saved); in nmi_cpu_restore_registers()
Dop_x86_model.h20 u64 saved; member
/linux-4.1.27/arch/arm/kernel/
Dentry-header.S76 @ determine the location of the registers saved by the core during
85 @ we cannot rely on r0-r3 and r12 matching the value saved in the
96 @ load saved r12, lr, return address and xPSR.
103 @ r9 currently points to the memory location just above the auto saved
106 @ of the saved xPSR specifies if stack aligning took place. In this case
112 @ store saved r12 using str to have a register to hold the base for stm
136 @ the sp to be restored is aligned or not set bit 9 of the saved xPSR
Dentry-armv.S155 SPFIX( str r0, [sp] ) @ temporarily saved
252 @ the saved context.
898 @ sp = saved regs. r7 and r8 are clobbered.
900 @ If r4 >= 1b and r4 <= 2b then saved pc_usr is set to 1b.
Dentry-ftrace.S117 @ called from __ftrace_caller, saved in mcount_enter
/linux-4.1.27/Documentation/s390/
Dzfcpdump.txt8 dump tool is loaded. There exists an SCLP hardware interface to obtain the saved
9 memory afterwards. Currently 32 MB are saved.
12 a user space dump tool, which are loaded together into the saved memory region
25 memory, which has been saved by hardware is read by the driver via the SCLP
DDebugging390.txt515 r6 argument 4 saved
516 r7 pointer-to arguments 5 to ... saved
517 r8 this & that saved
518 r9 this & that saved
519 r10 static-chain ( if nested function ) saved
520 r11 frame-pointer ( if function used alloca ) saved
521 r12 got-pointer saved
522 r13 base-pointer saved
523 r14 return-address saved
524 r15 stack-pointer saved
[all …]
Dcds.txt141 support using the information saved in the struct ccw_device given to them.
/linux-4.1.27/drivers/acpi/
Dprocessor_driver.c77 int saved; in acpi_processor_notify() local
88 saved = pr->performance_platform_limit; in acpi_processor_notify()
90 if (saved == pr->performance_platform_limit) in acpi_processor_notify()
/linux-4.1.27/arch/sh/kernel/cpu/sh3/
Dentry.S320 cmp/hs k0, k1 ! test k1 (saved PC) >= k0 (saved r0)
326 ldc k0, spc ! PC = saved r0 + r15 - 2
494 mov r15, r8 ! trap handlers take saved regs in r8
498 mov r15, r5 ! pass saved registers as arg1
/linux-4.1.27/sound/aoa/core/
Dgpio-pmf.c52 int saved; in pmf_gpio_all_amps_off() local
55 saved = rt->implementation_private; in pmf_gpio_all_amps_off()
59 rt->implementation_private = saved; in pmf_gpio_all_amps_off()
Dgpio-feature.c183 int saved; in ftr_gpio_all_amps_off() local
186 saved = rt->implementation_private; in ftr_gpio_all_amps_off()
192 rt->implementation_private = saved; in ftr_gpio_all_amps_off()
/linux-4.1.27/drivers/net/wireless/b43legacy/
Dradio.c250 u16 saved; in b43legacy_radio_aci_detect() local
256 saved = b43legacy_phy_read(dev, 0x0403); in b43legacy_radio_aci_detect()
258 b43legacy_phy_write(dev, 0x0403, (saved & 0xFFF8) | 5); in b43legacy_radio_aci_detect()
262 rssi = saved & 0x3F; in b43legacy_radio_aci_detect()
275 b43legacy_phy_write(dev, 0x0403, saved); in b43legacy_radio_aci_detect()
389 u16 saved = 0xFFFF; in b43legacy_calc_nrssi_offset() local
456 if (v47F < 31 && saved == 0xFFFF) in b43legacy_calc_nrssi_offset()
457 saved = i; in b43legacy_calc_nrssi_offset()
459 if (saved == 0xFFFF) in b43legacy_calc_nrssi_offset()
460 saved = 4; in b43legacy_calc_nrssi_offset()
[all …]
/linux-4.1.27/arch/unicore32/kernel/
Dirq.c233 unsigned int saved; member
243 st->saved = 1; in puv3_irq_suspend()
271 if (st->saved) { in puv3_irq_resume()
Dhibernate_asm.S88 ldm (r16 - r27, sp, pc), [ip]+ @ Load all regs saved previously
Dentry.S521 ldm (r16 - r27, sp, pc), [ip]+ @ Load all regs saved previously
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c44 struct drm_vmw_control_stream_arg saved; member
325 stream->saved = *arg; in vmw_overlay_update_stream()
351 stream->saved = *arg; in vmw_overlay_update_stream()
412 &stream->saved, false); in vmw_overlay_resume_all()
/linux-4.1.27/arch/arc/kernel/
Dentry.S203 ld r9, [sp, PT_status32] ; get statu32_l2 (saved in pt_regs)
584 ; Normal Trap/IRQ entry only saves Scratch (caller-saved) regs
586 ; save/restore callee-saved regs.
596 ; save location of saved Callee Regs @ thread_struct->callee
643 ; Restore the saved sys context (common exit-path for EXCPN/IRQ/Trap)
687 ld r9, [sp, PT_status32] ; get statu32_l2 (saved in pt_regs)
/linux-4.1.27/drivers/net/ethernet/3com/
Dtyphoon.c902 struct net_device_stats *saved = &tp->stats_saved; in typhoon_do_get_stats() local
920 saved->tx_packets; in typhoon_do_get_stats()
922 saved->tx_bytes; in typhoon_do_get_stats()
924 saved->tx_errors; in typhoon_do_get_stats()
926 saved->tx_carrier_errors; in typhoon_do_get_stats()
928 saved->collisions; in typhoon_do_get_stats()
930 saved->rx_packets; in typhoon_do_get_stats()
932 saved->rx_bytes; in typhoon_do_get_stats()
934 saved->rx_fifo_errors; in typhoon_do_get_stats()
937 saved->rx_errors; in typhoon_do_get_stats()
[all …]
/linux-4.1.27/drivers/net/wireless/zd1211rw/
DKconfig17 messages being saved to your kernel logs, which may help debug any
/linux-4.1.27/arch/sparc/include/asm/
Dttable.h251 saved; retry; nop; nop; nop; nop; nop; nop; \
272 saved; \
306 saved; \
330 saved; \
366 saved; \
402 saved; \
429 saved; \
465 saved; \
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Ddavinci-nand.txt53 identifier is saved in OOB area. If not present
67 identifier is saved in OOB area. If not present
/linux-4.1.27/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S190 ldr r10, [r9, #BUF_GPIO_INT_MASK] @ fetch saved mask
191 and r11, r11, r10 @ unmask all saved as unmasked
195 ldr r10, [r9, #BUF_KEYS_CNT] @ get saved keystrokes count
/linux-4.1.27/Documentation/power/
Dstates.txt32 It allows more energy to be saved relative to runtime idle by freezing user
54 state. For this reason, it should allow more energy to be saved relative to
73 System and device state is saved and kept in memory. All devices are suspended
Duserland-swsusp.txt97 its state on the basis of the saved suspend image otherwise)
150 which case, if the snapshot image has already been saved, the
154 image has been saved.
Dpci.txt371 returns successfully, the device's standard configuration registers are saved,
467 configuration registers of the device are saved if the driver's callback hasn't
469 present, the device's standard configuration registers are saved and the routine
472 device's standard configuration registers haven't been saved yet (one of the
573 the device's standard configuration registers if they haven't been saved by one
576 Once the image has been created, it has to be saved. However, at this point all
Dswsusp.txt76 to standby mode. Later resuming the machine the saved state is loaded back to
85 ``resume='' kernel option. If signature is found it loads and restores saved
Ddevices.txt357 the device's registers that weren't saved previously and finally put the
368 (DMA, IRQs), saved enough state that they can re-initialize or restore previous
513 At this point the system image is saved, and the devices then need to be
/linux-4.1.27/Documentation/security/
Dkeys-trusted-encrypted.txt16 when the kernel and initramfs are updated. The same key can have many saved
95 Load a trusted key from the saved blob:
146 Load an encrypted key "evm" from saved blob:
/linux-4.1.27/drivers/net/wireless/b43/
Dphy_g.c427 u16 saved = 0xFFFF; in b43_calc_nrssi_offset() local
483 if (v47F < 31 && saved == 0xFFFF) in b43_calc_nrssi_offset()
484 saved = i; in b43_calc_nrssi_offset()
486 if (saved == 0xFFFF) in b43_calc_nrssi_offset()
487 saved = 4; in b43_calc_nrssi_offset()
527 if (v47F > -31 && saved == 0xFFFF) in b43_calc_nrssi_offset()
528 saved = i; in b43_calc_nrssi_offset()
530 if (saved == 0xFFFF) in b43_calc_nrssi_offset()
531 saved = 3; in b43_calc_nrssi_offset()
533 saved = 0; in b43_calc_nrssi_offset()
[all …]
/linux-4.1.27/mm/
DKconfig.debug27 a resume because free pages are not saved to the suspend image.
/linux-4.1.27/net/core/
Dflow.c124 int saved = 0; in __flow_cache_shrink() local
128 if (saved < shrink_to && in __flow_cache_shrink()
130 saved++; in __flow_cache_shrink()
/linux-4.1.27/Documentation/mn10300/
DABI.txt86 values must be saved:
148 All other registers are saved. The layout is a consequence of the way the MOVM
/linux-4.1.27/arch/frv/mm/
Dtlb-miss.S46 # SCR2 - saved CCR
91 # SCR2 - saved CCR
125 # GR28 - saved exception frame pointer
/linux-4.1.27/Documentation/device-mapper/
Dsnapshot.txt6 *) To create snapshots of any block device i.e. mountable, saved states of
29 original data will be saved in the <COW device> of each snapshot to keep
46 saved on disk - they can be kept in memory by the kernel.
/linux-4.1.27/Documentation/
Dstatic-keys.txt239 function is 80 bytes long. Thus, we have saved 20% of the instruction
283 The percentage of saved branches is .7%, and we've saved 12% on
286 saved .2% on instructions, and 2.8% on cycles and 1.4% on elapsed time.
Dhwspinlock.txt86 local interrupts are disabled and their previous state is saved at the
118 the local interrupts are disabled and their previous state is saved
144 and the state of the local interrupts is restored to the state saved at
Dkprobes.txt63 registers are saved, and control passes to Kprobes via the
66 kprobe struct and the saved registers.
88 the saved registers and a generous portion of the stack (see below).
89 Kprobes then points the saved instruction pointer at the jprobe's
120 kretprobe, then sets the saved instruction pointer to the saved return
376 and regs pointing to the struct containing the registers saved when
Dmagic-number.txt23 to the kernel! It has saved me countless hours of debugging,
Dkmemleak.txt80 scanning the memory (including saved registers). This means that there
Demail-clients.txt150 at kmail's bugzilla and hopefully this will be addressed. Emails are saved
Dsysrq.txt161 umount(u), then reboot(b) when my system locks. It's saved me many a fsck.
Dmd.txt446 value is saved and restored automatically.
463 This gives the list of known-but-not-yet-saved-to-disk bad
Dvme_api.txt79 device structure. This pointer should be saved, it will be required for
Dvfio.txt420 /* Restored state we saved at initialization time. pci_restore_state()
Dkmemcheck.txt158 bytes that will be saved. So if you pick for example 5 here, kmemcheck
Dkernel-parameters.txt1198 kernel modules is saved and remains accessible via
3641 are saved.
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dsmsc911x.txt22 - smsc,save-mac-address : Indicates that mac address needs to be saved
/linux-4.1.27/arch/mn10300/
DMakefile33 KBUILD_CFLAGS += -ffixed-e2 -fcall-saved-e5
DKconfig135 between them, and the state needn't be saved for a task that isn't
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dswitchto.S73 ! fp here, not the saved one.
138 ! Restore (when we come back to a previously saved task)
/linux-4.1.27/Documentation/ia64/
Dfsys.txt18 switched over to kernel memory. The user-level state is saved
93 - r11 = saved ar.pfs (a user-level value)
104 - r11 = saved ar.pfs (as passed into the fsyscall handler)
208 fsys-mode, the trap-handler modifies the saved machine state
227 be taken. The trap handler then modifies the saved machine
Dmca.txt157 stacks are, which makes it too risky to copy the saved state to a user
/linux-4.1.27/Documentation/memory-devices/
Dti-emif.txt54 - regcache_dump : dump of register values calculated and saved for all
/linux-4.1.27/arch/parisc/include/asm/
Dropes.h51 } saved[DELAYED_RESOURCE_CNT]; member
/linux-4.1.27/Documentation/misc-devices/
Dad525x_dpot.txt6 work with the immediate resistance settings as well as update the saved startup
/linux-4.1.27/Documentation/usb/
Ddwc3.txt32 sleeping is handed over to the Thread. The event is saved in an
Dcallbacks.txt112 The reset has completed. Restore any saved device state and begin
Dusbmon.txt88 At this point the output file (/tmp/1.mon.out in this example) can be saved,
/linux-4.1.27/drivers/char/mwave/
DREADME5 are not saved by the BIOS and so do not persist after unload and reload.
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c670 struct nv04_mode_state *saved = &nv04_display(dev)->saved_reg; in nv_crtc_save() local
671 struct nv04_crtc_reg *crtc_saved = &saved->crtc_reg[nv_crtc->index]; in nv_crtc_save()
676 nouveau_hw_save_state(crtc->dev, nv_crtc->index, saved); in nv_crtc_save()
679 state->sel_clk = saved->sel_clk & ~(0x5 << 16); in nv_crtc_save()
681 state->pllsel = saved->pllsel & ~(PLLSEL_VPLL1_MASK | PLLSEL_VPLL2_MASK | PLLSEL_TV_MASK); in nv_crtc_save()
/linux-4.1.27/arch/cris/arch-v10/lib/
Dchecksum.S25 ;; only r0 - r8 have to be saved, the other ones are clobber-able
Dchecksumcopy.S29 ;; only r0 - r8 have to be saved, the other ones are clobber-able
/linux-4.1.27/arch/arc/mm/
Dtlbex.S57 ; need to be saved as well by extending the "global" to be 4 words. Hence
364 ; Restore the 4-scratch regs saved by fast path miss handler
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dpmc.txt39 that is set in the cell, the corresponding bit in SCCR will be saved
/linux-4.1.27/arch/metag/
DKconfig179 CPU. If this option is not enabled FPU registers will not be saved
190 will not be saved and restored on context-switch.
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
Dgeneric.c570 unsigned long long *saved = (unsigned long long *)frs; in set_fixed_ranges() local
579 &changed, (unsigned int *)saved++); in set_fixed_ranges()
/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Dintel_early.c49 load_microcode_early(struct microcode_intel **saved, in load_microcode_early() argument
59 ucode_ptr = saved[i]; in load_microcode_early()
/linux-4.1.27/arch/xtensa/kernel/
Dvectors.S400 wsr a0, depc # replace the saved a0
409 wsr a0, depc # replace the saved a0
Dentry.S523 wsr a2, windowbase # switch to user's saved WB
526 l32i a2, a1, PT_WMASK # register frames saved (in bits 4...9)
1317 rsr a2, windowbase # get current windowbase (a2 is saved)
/linux-4.1.27/arch/sparc/kernel/
Dwinfixup.S93 saved
Dentry.S1271 st %g0, [%g6 + TI_W_SAVED] ! no windows saved
/linux-4.1.27/fs/nfsd/
Dexport.c854 struct dentry *saved = dget(path->dentry); in exp_parent() local
864 path->dentry = saved; in exp_parent()
1036 struct dentry *saved = dget(path->dentry); in rqst_exp_parent() local
1046 path->dentry = saved; in rqst_exp_parent()
/linux-4.1.27/arch/s390/kernel/
Dentry.S869 # set up saved registers r10 and r12
893 0: # set up saved register r11
904 # setup saved register r15
923 lg %r9,24(%r11) # get saved pointer to pt_regs
939 lg %r9,24(%r11) # get saved r11 pointer to pt_regs
/linux-4.1.27/arch/arm/vfp/
Dvfphw.S138 @ case the saved state is newer than the hardware context.
/linux-4.1.27/kernel/trace/
Dtrace_functions_graph.c1192 struct ftrace_graph_ent_entry saved; in print_graph_function_flags() local
1194 saved = *field; in print_graph_function_flags()
1195 return print_graph_entry(&saved, s, iter, flags); in print_graph_function_flags()
DKconfig363 stack-trace saved. If this is configured with DYNAMIC_FTRACE
/linux-4.1.27/arch/alpha/kernel/
Dentry.S705 ldt $f30, 312($sp) # get saved fpcr
710 mt_fpcr $f30 # install saved fpcr
/linux-4.1.27/Documentation/frv/
Dkernel-ABI.txt220 (6) If interrupts were then saved and disabled again (local_irq_save):
230 ICC2.Z would be set to indicate the result of XOR'ing the saved
Dfeatures.txt23 itself, however all extra userspace registers will be saved on context
/linux-4.1.27/drivers/iommu/
Domap-iommu.c529 struct iotlb_lock saved; in __dump_tlb_entries() local
534 iotlb_lock_get(obj, &saved); in __dump_tlb_entries()
542 iotlb_lock_set(obj, &saved); in __dump_tlb_entries()
/linux-4.1.27/Documentation/vm/
Dcleancache.txt41 pool id which, if positive, must be saved in the filesystem's superblock;
103 saved in transcendent memory (RAM that is otherwise not directly
132 saved and reclaimed if overall host system memory conditions allow.
Dksm.txt86 pages_sharing - how many more sites are sharing them i.e. how much saved
Dfrontswap.txt3 swapped pages are saved in RAM (or a RAM-like device) instead of a swap disk.
36 success, the data has been successfully saved to transcendent memory and
/linux-4.1.27/arch/m68k/hp300/
Dhp300map.map11 # be saved by mapping AltGr to Alt (and adapting a few entries):
/linux-4.1.27/tools/power/cpupower/bench/
DREADME-BENCH123 After the benchmark, the logfile is saved in OUTPUTDIR/benchmark_TIMESTAMP.log
/linux-4.1.27/Documentation/networking/
Digb.txt50 This setting is not saved across reboots.
Dfilter.txt613 sparcv9/mips64 have 7 - 8 registers for arguments; x86_64 has 6 callee saved
614 registers, and aarch64/sparcv9/mips64 have 11 or more callee saved registers.
620 * R6 - R9 - callee saved registers that in-kernel function will preserve
675 a return value of the function. Since R6 - R9 are callee saved, their state
729 and rbx, r12 - r15 are callee saved.
1034 Since R6-R9 are callee saved, their state is preserved across the call.
1077 callee saved registers may not be enough for some programs.
De100.txt122 NOTE: This setting is not saved across reboots.
Dscaling.txt124 hash used for RSS (e.g. computed Toeplitz hash). The hash is saved in
390 The queue chosen for transmitting a particular flow is saved in the
De1000e.txt255 This setting is not saved across reboots.
Dixgb.txt293 NOTE: This setting is not saved across reboots.
De1000.txt404 This setting is not saved across reboots. It can be made permanent if
/linux-4.1.27/kernel/power/
DKconfig49 It creates an image which is saved in your active swap. Upon the next
51 have it detect the saved image, restore memory state from it, and
/linux-4.1.27/Documentation/parisc/
Dregisters125 r3-r18,r27,r30 need to be saved and restored. r3-r18 are just
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_flush_avx2.S235 mov _GPR_SAVE+8*1(%rsp), %r10 #saved rsp
/linux-4.1.27/arch/ia64/hp/common/
Dsba_iommu.c225 } saved[DELAYED_RESOURCE_CNT]; member
665 d = &(ioc->saved[ioc->saved_cnt - 1]); in sba_alloc_range()
1092 d = &(ioc->saved[ioc->saved_cnt]); in sba_unmap_page()
/linux-4.1.27/sound/usb/
Dmixer.c1003 int saved, test, check; in get_min_max_with_quirks() local
1004 get_cur_mix_raw(cval, minchn, &saved); in get_min_max_with_quirks()
1006 test = saved; in get_min_max_with_quirks()
1021 snd_usb_set_cur_mix_value(cval, minchn, 0, saved); in get_min_max_with_quirks()
/linux-4.1.27/Documentation/scsi/
Dhptiop.txt154 with previous saved read pointer N. If they are different, the host will
Dsym53c8xx_2.txt185 until the C code has saved the context of the transfer).
Dncr53c8xx.txt208 until the C code has saved the context of the transfer).
/linux-4.1.27/Documentation/leds/
Dleds-lp55xx.txt60 This pattern data is saved as a file in the user-land or
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.c656 struct sched_state saved[SCHED_STATES_MAX]; member
688 sched->saved[sched->saved_states] = sched->state; in perf_sched_save_state()
698 sched->state = sched->saved[sched->saved_states]; in perf_sched_restore_state()
/linux-4.1.27/Documentation/powerpc/
Dpmu-ebb.txt126 are live (possibly) and so must be saved somehow before the handler can invoke
Dfirmware-assisted-dump.txt63 -- After the low memory (boot memory) area has been saved, the
/linux-4.1.27/Documentation/kbuild/
Dkbuild.txt172 $(objtree) is the directory where output files are saved.
Dmakefiles.txt387 where the target is saved. Always use $(obj) when
/linux-4.1.27/arch/m68k/ifpsp060/
Diskeleton.S72 btst #0x5,%sp@ | supervisor bit set in saved SR?
/linux-4.1.27/drivers/tty/vt/
Ddefkeymap.map11 # be saved by mapping AltGr to Alt (and adapting a few entries):
/linux-4.1.27/arch/arm/boot/dts/
Darmada-xp-synology-ds414.dts129 * environment will be saved at 1MB after the start
Darmada-370-synology-ds213j.dts107 * environment will be saved at 1MB after the start
/linux-4.1.27/Documentation/filesystems/
Dtmpfs.txt97 A memory policy with a valid NodeList will be saved, as specified, for
Dhpfs.txt121 modification saved me. Never mix different language versions of OS/2 on one
Dproc.txt221 Uid Real, effective, saved set, and file system UIDs
222 Gid Real, effective, saved set, and file system GIDs
Dvfs.txt36 in RAM and are never saved to disc: they exist only for performance.
/linux-4.1.27/arch/x86/
DKconfig273 default "-fcall-saved-ecx -fcall-saved-edx" if X86_32
274 …efault "-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall…
/linux-4.1.27/sound/pci/ac97/
Dac97_codec.c1715 unsigned short saved; in snd_ac97_determine_rates() local
1725 saved = snd_ac97_read(ac97, reg); in snd_ac97_determine_rates()
1765 snd_ac97_write_cache(ac97, reg, saved); in snd_ac97_determine_rates()
1767 snd_ac97_write_cache(ac97, shadow_reg, saved); in snd_ac97_determine_rates()
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dilsp.S279 # v (overflow) bit is set in the saved %ccr. If overflow, the dividend #
389 mov.l %d5, -(%sp) # save %d5 (%d6 already saved)
Dfplsp.S289 set EXC_A7, EXC_AREGS+(7*4) # offset of saved a7
290 set OLD_A7, EXC_AREGS+(6*4) # extra copy of saved a7
291 set EXC_A6, EXC_AREGS+(6*4) # offset of saved a6
307 set EXC_FP0, EXC_FPREGS+(0*12) # offset of saved fp0
308 set EXC_FP1, EXC_FPREGS+(1*12) # offset of saved fp1
309 set EXC_FP2, EXC_FPREGS+(2*12) # offset of saved fp2 (not used)
361 set EXC_CC, LV+8 # saved condition codes
362 set EXC_EXTWPTR, LV+4 # saved current PC (active)
363 set EXC_EXTWORD, LV+2 # saved extension word
364 set EXC_CMDREG, LV+2 # saved extension word
[all …]
/linux-4.1.27/drivers/net/wireless/
Dat76c50x-usb.c559 u8 saved; in at76_get_op_mode() local
569 saved = *op_mode; in at76_get_op_mode()
577 return saved; in at76_get_op_mode()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c2472 struct ptlrpc_request *req, *saved; in ptlrpc_free_committed() local
2495 list_for_each_entry_safe(req, saved, &imp->imp_replay_list, in ptlrpc_free_committed()
2531 list_for_each_entry_safe(req, saved, &imp->imp_committed_list, in ptlrpc_free_committed()
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dentry.S347 ;; See copy_thread for the reason why register R9 is saved.
/linux-4.1.27/arch/arc/
DKconfig300 need to be saved/restored across context-switch.
/linux-4.1.27/Documentation/x86/
Dexception-tables.txt34 regs is a pointer to the saved registers on the stack, error_code
/linux-4.1.27/drivers/mtd/
DKconfig308 suitable for swapping. The mapping of written blocks is not saved.
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dentry.S314 ;; See copy_thread for the reason why register R9 is saved.
/linux-4.1.27/Documentation/trace/
Dftrace-design.txt172 be able to skimp on things saved/restored (usually just registers used to pass
Devents.txt15 tracing information is saved into the tracing buffer, and how the
Dftrace.txt132 This time is saved in this file. The max trace
911 new maximum is reached, the old saved trace is discarded and the
912 new trace is saved.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhub.fuc445 // strand context is saved (and presumably restored) incorrectly..
/linux-4.1.27/drivers/parisc/
Dsba_iommu.c824 d = &(ioc->saved[ioc->saved_cnt]); in sba_unmap_single()
/linux-4.1.27/
DMakefile134 saved-output := $(KBUILD_OUTPUT)
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.seq125 * the QINFIFO next pointer will not match our saved
855 * modify the saved values in the SCB until we see a save
1727 * we can only ack the message after SHADDR has been saved. On these
Daic79xx.seq1837 * In H2A4, the mode pointer is not saved
/linux-4.1.27/arch/arm/boot/compressed/
Dhead.S550 mrs r0, spsr @ Get saved CPU boot mode
/linux-4.1.27/Documentation/filesystems/caching/
Dbackend-api.txt306 This method is called to have the cache check the saved auxiliary data of
/linux-4.1.27/drivers/ata/
DKconfig71 end user's experience of the ODD, only power is saved when
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_asm.S1548 # states of %xmm registers %xmm6:%xmm15 not saved
/linux-4.1.27/lib/
DKconfig.debug1577 Note that if you want to also test saved backtraces, you will
/linux-4.1.27/init/
DKconfig820 contents to be saved in the kernel. It provides documentation
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt942 Assuming that you saved your new keymap as the file newmap.map, you
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1914 Doesn't look like much saved space, does it? Well, here's 'ls -ls':