Home
last modified time | relevance | path

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

12345678910>>...15

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c101 DRISavedDrawableState *saved) in DRISurfaceSetDrawable() argument
103 saved->didSave = FALSE; in DRISurfaceSetDrawable()
113 saved->devKind = pPix->devKind; in DRISurfaceSetDrawable()
114 saved->devPrivate.ptr = pPix->devPrivate.ptr; in DRISurfaceSetDrawable()
115 saved->didSave = TRUE; in DRISurfaceSetDrawable()
125 DRISavedDrawableState *saved) in DRISurfaceRestoreDrawable() argument
129 if (!saved->didSave) in DRISurfaceRestoreDrawable()
132 pPix->devKind = saved->devKind; in DRISurfaceRestoreDrawable()
133 pPix->devPrivate.ptr = saved->devPrivate.ptr; in DRISurfaceRestoreDrawable()
141 DRISavedDrawableState saved; in DRIFillSpans() local
[all …]
/OK3568_Linux_fs/kernel/drivers/video/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A 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 …]
H A Da20.c57 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()
/OK3568_Linux_fs/docs/licenses/
H A DBUILDROOT_README10 Note: this has not been saved due to technical limitations, you must
12 * The Buildroot configuration file; this has been saved in buildroot.config.
15 Note: this may have not been saved due to technical limitations, you may
20 saved). Patches that were applied are also saved, along with a file
27 limitations, are not saved with the package sources. You may need
37 makefile, some of the material listed above could not been saved, as the
40 WARNING: the Buildroot source code has not been saved
44 WARNING: linux-headers: sources not saved (local packages not handled)
45 WARNING: rockchip-mali: sources not saved (local packages not handled)
47 WARNING: rockchip-rga: sources not saved (local packages not handled)
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Datom.c179 int *ptr, uint32_t *saved, int print) in atom_get_src_int() argument
329 if (saved) in atom_get_src_int()
330 *saved = val; in atom_get_src_int()
431 int *ptr, uint32_t *saved, int print) in atom_get_dst() argument
436 ptr, saved, print); in atom_get_dst()
447 int *ptr, uint32_t val, uint32_t saved) in atom_put_dst() argument
456 saved &= ~atom_arg_mask[align]; in atom_put_dst()
457 val |= saved; in atom_put_dst()
585 uint32_t dst, src, saved; in atom_op_add() local
588 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_add()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Datom.c183 int *ptr, uint32_t *saved, int print) in atom_get_src_int() argument
333 if (saved) in atom_get_src_int()
334 *saved = val; in atom_get_src_int()
435 int *ptr, uint32_t *saved, int print) in atom_get_dst() argument
440 ptr, saved, print); in atom_get_dst()
451 int *ptr, uint32_t val, uint32_t saved) in atom_put_dst() argument
460 saved &= ~atom_arg_mask[align]; in atom_put_dst()
461 val |= saved; in atom_put_dst()
589 uint32_t dst, src, saved; in atom_op_add() local
592 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_add()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dvectors_m.S14 mov r0, sp @ pass auto-saved registers as argument
19 mov r0, sp @ pass auto-saved registers as argument
24 mov r0, sp @ pass auto-saved registers as argument
29 mov r0, sp @ pass auto-saved registers as argument
34 mov r0, sp @ pass auto-saved registers as argument
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c59 BoxRec saved; /* saved area from the screen */ member
271 RegionContainsRect(pRegion, &pCursorInfo->saved) != rgnOUT) { in miSpriteReportDamage()
398 ORG_OVERLAP(&pCursorInfo->saved, pDrawable->x, pDrawable->y, in miSpriteGetImage()
439 if (SPN_OVERLAP(&pCursorInfo->saved, pts->y + yorg, in miSpriteGetSpans()
472 ORG_OVERLAP(&pCursorInfo->saved, pDrawable->x, pDrawable->y, in miSpriteSourceValidate()
505 RegionContainsRect(prgnSrc, &pCursorInfo->saved) != rgnOUT) { in miSpriteCopyWindow()
843 pCursorInfo->saved.x1, in miSpriteRemoveCursor()
844 pCursorInfo->saved.y1, in miSpriteRemoveCursor()
845 pCursorInfo->saved.x2 - in miSpriteRemoveCursor()
846 pCursorInfo->saved.x1, in miSpriteRemoveCursor()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Dbacktrace.S63 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 Dbacktrace-clang.S124 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
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dkprobes.c102 struct kprobe *saved = this_cpu_ptr(&saved_next_opcode); in arch_remove_kprobe() local
104 if (saved->addr) { in arch_remove_kprobe()
106 arch_disarm_kprobe(saved); in arch_remove_kprobe()
108 saved->addr = NULL; in arch_remove_kprobe()
109 saved->opcode = 0; in arch_remove_kprobe()
111 saved = this_cpu_ptr(&saved_next_opcode2); in arch_remove_kprobe()
112 if (saved->addr) { in arch_remove_kprobe()
113 arch_disarm_kprobe(saved); in arch_remove_kprobe()
115 saved->addr = NULL; in arch_remove_kprobe()
116 saved->opcode = 0; in arch_remove_kprobe()
/OK3568_Linux_fs/buildroot/support/legal-info/
H A DREADME.header10 Note: this has not been saved due to technical limitations, you must
12 * The Buildroot configuration file; this has been saved in buildroot.config.
15 Note: this may have not been saved due to technical limitations, you may
20 saved). Patches that were applied are also saved, along with a file
27 limitations, are not saved with the package sources. You may need
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A 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 …]
/OK3568_Linux_fs/kernel/sound/pci/ice1712/
H A Dice1712.h352 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()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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
/OK3568_Linux_fs/kernel/arch/x86/oprofile/
H A 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()
364 wrmsrl(controls[i].addr, controls[i].saved); in nmi_cpu_restore_registers()
369 wrmsrl(counters[i].addr, counters[i].saved); in nmi_cpu_restore_registers()
/OK3568_Linux_fs/external/xserver/dix/
H A Dproperty.c141 PropertyPtr pProp, saved; in ProcRotateProperties() local
151 saved = xallocarray(stuff->nAtoms, sizeof(PropertyRec)); in ProcRotateProperties()
152 if (!props || !saved) { in ProcRotateProperties()
175 saved[i] = *pProp; in ProcRotateProperties()
190 props[j]->type = saved[i].type; in ProcRotateProperties()
191 props[j]->format = saved[i].format; in ProcRotateProperties()
192 props[j]->size = saved[i].size; in ProcRotateProperties()
193 props[j]->data = saved[i].data; in ProcRotateProperties()
197 free(saved); in ProcRotateProperties()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-sa11x0.c82 unsigned int saved; member
92 st->saved = 1; in sa1100irq_suspend()
109 if (st->saved) { in sa1100irq_resume()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dentry-header.S78 @ determine the location of the registers saved by the core during
87 @ we cannot rely on r0-r3 and r12 matching the value saved in the
98 @ load saved r12, lr, return address and xPSR.
105 @ r9 currently points to the memory location just above the auto saved
108 @ of the saved xPSR specifies if stack aligning took place. In this case
114 @ store saved r12 using str to have a register to hold the base for stm
139 @ the sp to be restored is aligned or not set bit 9 of the saved xPSR
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dzfcpdump.rst10 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
/OK3568_Linux_fs/external/xserver/include/
H A Dclosestr.h77 LFWIstateRec saved; member
91 LFWIstateRec saved; member
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/
H A Dentry.S317 cmp/hs k0, k1 ! test k1 (saved PC) >= k0 (saved r0)
323 ldc k0, spc ! PC = saved r0 + r15 - 2
491 mov r15, r8 ! trap handlers take saved regs in r8
495 mov r15, r5 ! pass saved registers as arg1
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c234 u16 saved; in b43legacy_radio_aci_detect() local
240 saved = b43legacy_phy_read(dev, 0x0403); in b43legacy_radio_aci_detect()
242 b43legacy_phy_write(dev, 0x0403, (saved & 0xFFF8) | 5); in b43legacy_radio_aci_detect()
246 rssi = saved & 0x3F; in b43legacy_radio_aci_detect()
259 b43legacy_phy_write(dev, 0x0403, saved); 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()
[all …]

12345678910>>...15