/linux-4.4.14/drivers/video/ |
D | vgastate.c | 50 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.4.14/arch/x86/boot/ |
D | video.c | 239 } saved; variable 244 saved.x = boot_params.screen_info.orig_video_cols; in save_screen() 245 saved.y = boot_params.screen_info.orig_video_lines; in save_screen() 246 saved.curx = boot_params.screen_info.orig_x; in save_screen() 247 saved.cury = boot_params.screen_info.orig_y; in save_screen() 249 if (!heap_free(saved.x*saved.y*sizeof(u16)+512)) in save_screen() 252 saved.data = GET_HEAP(u16, saved.x*saved.y); in save_screen() 255 copy_from_fs(saved.data, 0, saved.x*saved.y*sizeof(u16)); in save_screen() 265 u16 *src = saved.data; in restore_screen() 280 if (y < saved.y) { in restore_screen() [all …]
|
D | a20.c | 59 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.4.14/arch/arm64/lib/ |
D | Makefile | 15 -ffixed-x7 -fcall-saved-x8 -fcall-saved-x9 \ 16 -fcall-saved-x10 -fcall-saved-x11 -fcall-saved-x12 \ 17 -fcall-saved-x13 -fcall-saved-x14 -fcall-saved-x15 \ 18 -fcall-saved-x16 -fcall-saved-x17 -fcall-saved-x18
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | atom.c | 178 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 …]
|
D | radeon_device.c | 1773 bool saved = false; in radeon_gpu_reset() local 1797 saved = true; in radeon_gpu_reset() 1863 if (r && saved) in radeon_gpu_reset()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 175 int *ptr, uint32_t *saved, int print) in atom_get_src_int() argument 328 if (saved) in atom_get_src_int() 329 *saved = val; in atom_get_src_int() 430 int *ptr, uint32_t *saved, int print) in atom_get_dst() argument 435 ptr, saved, print); in atom_get_dst() 446 int *ptr, uint32_t val, uint32_t saved) in atom_put_dst() argument 455 saved &= ~atom_arg_mask[align]; in atom_put_dst() 456 val |= saved; in atom_put_dst() 587 uint32_t dst, src, saved; in atom_op_add() local 590 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_add() [all …]
|
D | amdgpu_device.c | 1819 bool saved = false; in amdgpu_gpu_reset() local 1838 saved = true; in amdgpu_gpu_reset() 1865 if (saved) { in amdgpu_gpu_reset() 1866 saved = false; in amdgpu_gpu_reset()
|
/linux-4.4.14/arch/arm/lib/ |
D | backtrace.S | 64 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.4.14/arch/unicore32/lib/ |
D | backtrace.S | 60 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.4.14/arch/sh/kernel/ |
D | kprobes.c | 105 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.4.14/drivers/input/misc/ |
D | adxl34x.c | 197 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.4.14/arch/m68k/fpsp040/ |
D | fpsp.h | 34 | | 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 …]
|
D | bindec.S | 23 | 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.
|
D | bugfix.S | 256 | Items saved from the stack: 378 | Items saved from the stack:
|
D | setox.S | 502 |--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.4.14/sound/pci/ice1712/ |
D | ice1712.h | 365 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()
|
D | pontis.c | 428 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()
|
D | prodigy_hifi.c | 1041 ice->gpio.saved[0] = 0; in prodigy_hifi_init() 1123 ice->gpio.saved[0] = 0; in prodigy_hd2_init()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | pstore | 12 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
|
D | sysfs-power | 43 '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
|
D | sysfs-kernel-mm-ksm | 25 much saved.
|
D | sysfs-bus-iio | 1224 automatically load the saved configuration.
|
/linux-4.4.14/arch/cris/arch-v32/mach-fs/ |
D | pinmux.c | 96 char saved[sizeof pins]; in crisv32_pinmux_alloc_fixed() local 103 memcpy(saved, pins, sizeof pins); in crisv32_pinmux_alloc_fixed() 171 memcpy(pins, saved, sizeof pins); in crisv32_pinmux_alloc_fixed() 231 char saved[sizeof pins]; in crisv32_pinmux_dealloc_fixed() local 238 memcpy(saved, pins, sizeof pins); in crisv32_pinmux_dealloc_fixed() 306 memcpy(pins, saved, sizeof pins); in crisv32_pinmux_dealloc_fixed()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-sa11x0.c | 85 unsigned int saved; member 95 st->saved = 1; in sa1100irq_suspend() 112 if (st->saved) { in sa1100irq_resume()
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-header.S | 76 @ 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
|
D | entry-ftrace.S | 117 @ called from __ftrace_caller, saved in mcount_enter
|
D | entry-armv.S | 157 SPFIX( str r0, [sp] ) @ temporarily saved 259 @ the saved context.
|
/linux-4.4.14/arch/cris/arch-v32/mach-a3/ |
D | pinmux.c | 86 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.4.14/arch/frv/kernel/ |
D | head-mmu-fr451.S | 49 # 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]
|
D | head-uc-fr401.S | 48 # 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]
|
D | head-uc-fr555.S | 47 # 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
|
D | head-uc-fr451.S | 42 # GR25 SDRAM size [saved] 43 # GR26 &__head_reference [saved] 44 # GR30 LED address [saved]
|
D | head.S | 556 # GR8 region base pointer [saved] 558 # GR11 xAMLR mask [saved] 559 # GR25 SDRAM size [saved] 560 # GR30 LED address [saved]
|
D | entry.S | 710 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
|
D | sleep.S | 220 # restore hsr0, psr, isr, and leave saved lr in gr7
|
/linux-4.4.14/arch/x86/oprofile/ |
D | nmi_int.c | 83 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()
|
D | op_x86_model.h | 20 u64 saved; member
|
/linux-4.4.14/Documentation/s390/ |
D | zfcpdump.txt | 8 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
|
D | Debugging390.txt | 515 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 …]
|
D | cds.txt | 141 support using the information saved in the struct ccw_device given to them.
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 320 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.4.14/drivers/acpi/ |
D | processor_driver.c | 73 int saved; in acpi_processor_notify() local 84 saved = pr->performance_platform_limit; in acpi_processor_notify() 86 if (saved == pr->performance_platform_limit) in acpi_processor_notify()
|
/linux-4.4.14/sound/aoa/core/ |
D | gpio-pmf.c | 52 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()
|
D | gpio-feature.c | 183 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.4.14/drivers/net/wireless/b43legacy/ |
D | radio.c | 250 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.4.14/arch/unicore32/kernel/ |
D | irq.c | 232 unsigned int saved; member 242 st->saved = 1; in puv3_irq_suspend() 270 if (st->saved) { in puv3_irq_resume()
|
D | hibernate_asm.S | 88 ldm (r16 - r27, sp, pc), [ip]+ @ Load all regs saved previously
|
D | entry.S | 521 ldm (r16 - r27, sp, pc), [ip]+ @ Load all regs saved previously
|
/linux-4.4.14/drivers/iommu/ |
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-4.4.14/arch/arc/include/asm/ |
D | entry-arcv2.h | 15 ; 3. Auto saved: r0-r11, blink, LPE,LPS,LPC, JLI,LDI,EI, PC, STAT32 114 ; -- for interrupts, regs above are auto-saved by h/w in that order --
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 44 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.4.14/arch/arc/kernel/ |
D | entry-compact.S | 186 ld r9, [sp, PT_status32] ; get statu32_l2 (saved in pt_regs) 277 lr r0, [efa] ; Faulting Data address (not part of pt_regs saved above) 338 ; Restore the saved sys context (common exit-path for EXCPN/IRQ/Trap) 378 ld r9, [sp, PT_status32] ; get statu32_l2 (saved in pt_regs)
|
D | entry.S | 317 ; Normal Trap/IRQ entry only saves Scratch (caller-saved) regs 319 ; save/restore callee-saved regs. 329 ; save location of saved Callee Regs @ thread_struct->callee
|
D | entry-arcv2.S | 166 ; Restore the saved sys context (common exit-path for EXCPN/IRQ/Trap)
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | typhoon.c | 902 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.4.14/drivers/net/wireless/zd1211rw/ |
D | Kconfig | 17 messages being saved to your kernel logs, which may help debug any
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | ttable.h | 251 saved; retry; nop; nop; nop; nop; nop; nop; \ 272 saved; \ 306 saved; \ 330 saved; \ 366 saved; \ 402 saved; \ 429 saved; \ 465 saved; \
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | davinci-nand.txt | 53 identifier is saved in OOB area. If not present 67 identifier is saved in OOB area. If not present
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 189 ldr r10, [r9, #BUF_GPIO_INT_MASK] @ fetch saved mask 190 and r11, r11, r10 @ unmask all saved as unmasked 194 ldr r10, [r9, #BUF_KEYS_CNT] @ get saved keystrokes count
|
/linux-4.4.14/Documentation/power/ |
D | states.txt | 32 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
|
D | userland-swsusp.txt | 97 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.
|
D | pci.txt | 371 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
|
D | swsusp.txt | 76 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
|
D | devices.txt | 364 the device's registers that weren't saved previously and finally put the 375 (DMA, IRQs), saved enough state that they can re-initialize or restore previous 520 At this point the system image is saved, and the devices then need to be
|
/linux-4.4.14/Documentation/security/ |
D | keys-trusted-encrypted.txt | 16 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.4.14/drivers/net/wireless/b43/ |
D | phy_g.c | 427 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.4.14/mm/ |
D | Kconfig.debug | 27 a resume because free pages are not saved to the suspend image.
|
/linux-4.4.14/net/core/ |
D | flow.c | 124 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.4.14/Documentation/mn10300/ |
D | ABI.txt | 86 values must be saved: 148 All other registers are saved. The layout is a consequence of the way the MOVM
|
/linux-4.4.14/arch/frv/mm/ |
D | tlb-miss.S | 46 # SCR2 - saved CCR 91 # SCR2 - saved CCR 125 # GR28 - saved exception frame pointer
|
/linux-4.4.14/Documentation/device-mapper/ |
D | snapshot.txt | 6 *) 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 49 snapshots less metadata must be saved on disk - they can be kept in
|
/linux-4.4.14/Documentation/ |
D | static-keys.txt | 244 function is 80 bytes long. Thus, we have saved 20% of the instruction 288 The percentage of saved branches is .7%, and we've saved 12% on 291 saved .2% on instructions, and 2.8% on cycles and 1.4% on elapsed time.
|
D | hwspinlock.txt | 96 local interrupts are disabled and their previous state is saved at the 128 the local interrupts are disabled and their previous state is saved 154 and the state of the local interrupts is restored to the state saved at
|
D | kprobes.txt | 63 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
|
D | magic-number.txt | 23 to the kernel! It has saved me countless hours of debugging,
|
D | kmemleak.txt | 80 scanning the memory (including saved registers). This means that there
|
D | email-clients.txt | 150 at kmail's bugzilla and hopefully this will be addressed. Emails are saved
|
D | sysrq.txt | 163 umount(u), then reboot(b) when my system locks. It's saved me many a fsck.
|
D | md.txt | 446 value is saved and restored automatically. 463 This gives the list of known-but-not-yet-saved-to-disk bad
|
D | vme_api.txt | 79 device structure. This pointer should be saved, it will be required for
|
D | vfio.txt | 434 /* Restored state we saved at initialization time. pci_restore_state()
|
D | kmemcheck.txt | 158 bytes that will be saved. So if you pick for example 5 here, kmemcheck
|
D | kernel-parameters.txt | 1253 kernel modules is saved and remains accessible via 3761 are saved.
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | smsc911x.txt | 22 - smsc,save-mac-address : Indicates that mac address needs to be saved
|
/linux-4.4.14/arch/mn10300/ |
D | Makefile | 33 KBUILD_CFLAGS += -ffixed-e2 -fcall-saved-e5
|
D | Kconfig | 135 between them, and the state needn't be saved for a task that isn't
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | switchto.S | 73 ! fp here, not the saved one. 138 ! Restore (when we come back to a previously saved task)
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 18 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
|
D | mca.txt | 157 stacks are, which makes it too risky to copy the saved state to a user
|
/linux-4.4.14/Documentation/memory-devices/ |
D | ti-emif.txt | 54 - regcache_dump : dump of register values calculated and saved for all
|
/linux-4.4.14/drivers/char/mwave/ |
D | README | 5 are not saved by the BIOS and so do not persist after unload and reload.
|
/linux-4.4.14/Documentation/misc-devices/ |
D | ad525x_dpot.txt | 6 work with the immediate resistance settings as well as update the saved startup
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | ropes.h | 51 } saved[DELAYED_RESOURCE_CNT]; member
|
/linux-4.4.14/Documentation/usb/ |
D | dwc3.txt | 32 sleeping is handed over to the Thread. The event is saved in an
|
D | callbacks.txt | 112 The reset has completed. Restore any saved device state and begin
|
D | usbmon.txt | 88 At this point the output file (/tmp/1.mon.out in this example) can be saved,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 670 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.4.14/arch/cris/arch-v10/lib/ |
D | checksum.S | 25 ;; only r0 - r8 have to be saved, the other ones are clobber-able
|
D | checksumcopy.S | 29 ;; only r0 - r8 have to be saved, the other ones are clobber-able
|
/linux-4.4.14/arch/arc/mm/ |
D | tlbex.S | 56 ; need to be saved as well by extending the "global" to be 4 words. Hence 411 ; Restore the 4-scratch regs saved by fast path miss handler
|
/linux-4.4.14/fs/ |
D | namei.c | 506 struct saved { struct 514 struct nameidata *saved; member 526 p->saved = old; in set_nameidata() 532 struct nameidata *now = current->nameidata, *old = now->saved; in restore_nameidata() 545 struct saved *p; in __nd_alloc_stack() 548 p= kmalloc(MAXSYMLINKS * sizeof(struct saved), in __nd_alloc_stack() 553 p= kmalloc(MAXSYMLINKS * sizeof(struct saved), in __nd_alloc_stack() 594 struct saved *last = nd->stack + i; in drop_links() 646 struct saved *last = nd->stack + i; in legitimize_links() 860 struct saved *last = nd->stack + --nd->depth; in put_link() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pmc.txt | 39 that is set in the cell, the corresponding bit in SCCR will be saved
|
/linux-4.4.14/arch/metag/ |
D | Kconfig | 179 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.4.14/arch/xtensa/kernel/ |
D | vectors.S | 400 wsr a0, depc # replace the saved a0 409 wsr a0, depc # replace the saved a0
|
D | entry.S | 397 * and is already saved. 586 wsr a2, windowbase # switch to user's saved WB 589 l32i a2, a1, PT_WMASK # register frames saved (in bits 4...9) 1381 rsr a2, windowbase # get current windowbase (a2 is saved)
|
/linux-4.4.14/arch/sparc/kernel/ |
D | winfixup.S | 92 saved
|
D | entry.S | 1288 st %g0, [%g6 + TI_W_SAVED] ! no windows saved
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 635 unsigned long long *saved = (unsigned long long *)frs; in set_fixed_ranges() local 644 &changed, (unsigned int *)saved++); in set_fixed_ranges()
|
/linux-4.4.14/fs/nfsd/ |
D | export.c | 854 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.4.14/arch/arm/vfp/ |
D | vfphw.S | 138 @ case the saved state is newer than the hardware context.
|
/linux-4.4.14/arch/alpha/kernel/ |
D | entry.S | 705 ldt $f30, 312($sp) # get saved fpcr 710 mt_fpcr $f30 # install saved fpcr
|
/linux-4.4.14/arch/s390/kernel/ |
D | entry.S | 1069 # set up saved registers r10 and r12 1093 0: # set up saved register r11 1104 # setup saved register r15 1123 lg %r9,24(%r11) # get saved pointer to pt_regs 1139 lg %r9,24(%r11) # get saved r11 pointer to pt_regs
|
/linux-4.4.14/kernel/trace/ |
D | trace_functions_graph.c | 1197 struct ftrace_graph_ent_entry saved; in print_graph_function_flags() local 1199 saved = *field; in print_graph_function_flags() 1200 return print_graph_entry(&saved, s, iter, flags); in print_graph_function_flags()
|
D | Kconfig | 363 stack-trace saved. If this is configured with DYNAMIC_FTRACE
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_controller.c | 825 bool saved = false; in snd_hda_codec_load_dsp_prepare() local 833 saved = true; in snd_hda_codec_load_dsp_prepare() 840 if (saved) in snd_hda_codec_load_dsp_prepare()
|
/linux-4.4.14/arch/x86/kernel/cpu/microcode/ |
D | intel.c | 49 load_microcode_early(struct microcode_intel **saved, in load_microcode_early() argument 59 ucode_ptr = saved[i]; in load_microcode_early()
|
/linux-4.4.14/Documentation/frv/ |
D | kernel-ABI.txt | 220 (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
|
D | features.txt | 23 itself, however all extra userspace registers will be saved on context
|
/linux-4.4.14/Documentation/vm/ |
D | cleancache.txt | 41 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.
|
D | ksm.txt | 86 pages_sharing - how many more sites are sharing them i.e. how much saved
|
D | frontswap.txt | 3 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.4.14/arch/m68k/hp300/ |
D | hp300map.map | 11 # be saved by mapping AltGr to Alt (and adapting a few entries):
|
/linux-4.4.14/Documentation/networking/ |
D | igb.txt | 50 This setting is not saved across reboots.
|
D | filter.txt | 613 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.
|
D | e100.txt | 122 NOTE: This setting is not saved across reboots.
|
D | scaling.txt | 124 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
|
D | e1000e.txt | 255 This setting is not saved across reboots.
|
D | ixgb.txt | 293 NOTE: This setting is not saved across reboots.
|
D | e1000.txt | 404 This setting is not saved across reboots. It can be made permanent if
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | README-BENCH | 123 After the benchmark, the logfile is saved in OUTPUTDIR/benchmark_TIMESTAMP.log
|
/linux-4.4.14/Documentation/parisc/ |
D | registers | 125 r3-r18,r27,r30 need to be saved and restored. r3-r18 are just
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_flush_avx2.S | 235 mov _GPR_SAVE+8*1(%rsp), %r10 #saved rsp
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 59 It creates an image which is saved in your active swap. Upon the next 61 have it detect the saved image, restore memory state from it, and
|
/linux-4.4.14/arch/ia64/hp/common/ |
D | sba_iommu.c | 225 } 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.4.14/Documentation/DocBook/ |
D | kernel-api.xml.db | 416 API-pci-store-saved-state 417 API-pci-load-saved-state 418 API-pci-load-and-free-saved-state
|
/linux-4.4.14/sound/usb/ |
D | mixer.c | 1009 int saved, test, check; in get_min_max_with_quirks() local 1010 get_cur_mix_raw(cval, minchn, &saved); in get_min_max_with_quirks() 1012 test = saved; in get_min_max_with_quirks() 1027 snd_usb_set_cur_mix_value(cval, minchn, 0, saved); in get_min_max_with_quirks()
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lp55xx.txt | 60 This pattern data is saved as a file in the user-land or
|
/linux-4.4.14/Documentation/scsi/ |
D | hptiop.txt | 154 with previous saved read pointer N. If they are different, the host will
|
D | sym53c8xx_2.txt | 185 until the C code has saved the context of the transfer).
|
D | ncr53c8xx.txt | 208 until the C code has saved the context of the transfer).
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event.c | 674 struct sched_state saved[SCHED_STATES_MAX]; member 706 sched->saved[sched->saved_states] = sched->state; in perf_sched_save_state() 716 sched->state = sched->saved[sched->saved_states]; in perf_sched_restore_state()
|
/linux-4.4.14/Documentation/powerpc/ |
D | pmu-ebb.txt | 126 are live (possibly) and so must be saved somehow before the handler can invoke
|
D | firmware-assisted-dump.txt | 63 -- After the low memory (boot memory) area has been saved, the
|
/linux-4.4.14/Documentation/kbuild/ |
D | kbuild.txt | 172 $(objtree) is the directory where output files are saved.
|
D | makefiles.txt | 387 where the target is saved. Always use $(obj) when
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | iskeleton.S | 72 btst #0x5,%sp@ | supervisor bit set in saved SR?
|
/linux-4.4.14/drivers/tty/vt/ |
D | defkeymap.map | 11 # be saved by mapping AltGr to Alt (and adapting a few entries):
|
/linux-4.4.14/Documentation/filesystems/ |
D | tmpfs.txt | 97 A memory policy with a valid NodeList will be saved, as specified, for
|
D | hpfs.txt | 121 modification saved me. Never mix different language versions of OS/2 on one
|
D | proc.txt | 222 Uid Real, effective, saved set, and file system UIDs 223 Gid Real, effective, saved set, and file system GIDs
|
D | vfs.txt | 36 in RAM and are never saved to disc: they exist only for performance.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | armada-xp-synology-ds414.dts | 131 * environment will be saved at 1MB after the start
|
D | armada-370-synology-ds213j.dts | 108 * environment will be saved at 1MB after the start
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 283 default "-fcall-saved-ecx -fcall-saved-edx" if X86_32 284 …efault "-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall…
|
/linux-4.4.14/sound/pci/ac97/ |
D | ac97_codec.c | 1715 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.4.14/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 279 # v (overflow) bit is set in the saved %ccr. If overflow, the dividend # 389 mov.l %d5, -(%sp) # save %d5 (%d6 already saved)
|
D | fplsp.S | 289 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.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | client.c | 2426 struct ptlrpc_request *req, *saved; in ptlrpc_free_committed() local 2449 list_for_each_entry_safe(req, saved, &imp->imp_replay_list, in ptlrpc_free_committed() 2485 list_for_each_entry_safe(req, saved, &imp->imp_committed_list, in ptlrpc_free_committed()
|
/linux-4.4.14/drivers/net/wireless/ |
D | at76c50x-usb.c | 559 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.4.14/arch/cris/arch-v32/kernel/ |
D | entry.S | 358 ;; See copy_thread for the reason why register R9 is saved.
|
/linux-4.4.14/Documentation/x86/ |
D | exception-tables.txt | 34 regs is a pointer to the saved registers on the stack, error_code
|
/linux-4.4.14/drivers/mtd/ |
D | Kconfig | 308 suitable for swapping. The mapping of written blocks is not saved.
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 314 ;; See copy_thread for the reason why register R9 is saved.
|
/linux-4.4.14/arch/arc/ |
D | Kconfig | 372 need to be saved/restored across context-switch.
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace-design.txt | 172 be able to skimp on things saved/restored (usually just registers used to pass
|
D | events.txt | 15 tracing information is saved into the tracing buffer, and how the
|
D | ftrace.txt | 132 This time is saved in this file. The max trace 924 new maximum is reached, the old saved trace is discarded and the 925 new trace is saved.
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 445 // strand context is saved (and presumably restored) incorrectly..
|
/linux-4.4.14/drivers/parisc/ |
D | sba_iommu.c | 824 d = &(ioc->saved[ioc->saved_cnt]); in sba_unmap_single()
|
/linux-4.4.14/ |
D | Makefile | 134 saved-output := $(KBUILD_OUTPUT)
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 125 * 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
|
D | aic79xx.seq | 1837 * In H2A4, the mode pointer is not saved
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head.S | 550 mrs r0, spsr @ Get saved CPU boot mode
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 306 This method is called to have the cache check the saved auxiliary data of
|
/linux-4.4.14/drivers/ata/ |
D | Kconfig | 71 end user's experience of the ODD, only power is saved when
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_asm.S | 1548 # states of %xmm registers %xmm6:%xmm15 not saved
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 1641 Note that if you want to also test saved backtraces, you will
|
/linux-4.4.14/init/ |
D | Kconfig | 799 contents to be saved in the kernel. It provides documentation
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 942 Assuming that you saved your new keymap as the file newmap.map, you
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1914 Doesn't look like much saved space, does it? Well, here's 'ls -ls':
|