/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | video.c | 237 } 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 in save_screen() [all...] |
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | video.c | 237 } 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 in save_screen() [all...] |
/kernel/linux/linux-5.10/drivers/video/ |
H A 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 in restore_vga_text() 228 struct regstate *saved = (struct regstate *) state->vidstate; save_vga_mode() local 259 struct regstate *saved = (struct regstate *) state->vidstate; restore_vga_mode() local 311 struct regstate *saved = (struct regstate *) state->vidstate; save_vga_cmap() local 324 struct regstate *saved = (struct regstate *) state->vidstate; restore_vga_cmap() local 338 struct regstate *saved = (struct regstate *) state->vidstate; vga_cleanup() local 352 struct regstate *saved; save_vga() local [all...] |
/kernel/linux/linux-6.6/drivers/video/ |
H A 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 in restore_vga_text() 228 struct regstate *saved = (struct regstate *) state->vidstate; save_vga_mode() local 259 struct regstate *saved = (struct regstate *) state->vidstate; restore_vga_mode() local 311 struct regstate *saved = (struct regstate *) state->vidstate; save_vga_cmap() local 324 struct regstate *saved = (struct regstate *) state->vidstate; restore_vga_cmap() local 338 struct regstate *saved = (struct regstate *) state->vidstate; vga_cleanup() local 352 struct regstate *saved; save_vga() local [all...] |
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_xgl_api_read.c | 51 SetRead(struct apple_xgl_saved_state *saved) in SetRead() argument 59 saved->swapped = false; in SetRead() 70 saved->swapped = true; in SetRead() 77 saved->swapped = false; in SetRead() 83 UnsetRead(struct apple_xgl_saved_state *saved) in UnsetRead() argument 85 if (saved->swapped) { in UnsetRead() 103 struct apple_xgl_saved_state saved; in __applegl_glReadPixels() local 105 SetRead(&saved); in __applegl_glReadPixels() 109 UnsetRead(&saved); in __applegl_glReadPixels() 115 struct apple_xgl_saved_state saved; in __applegl_glCopyPixels() local 128 struct apple_xgl_saved_state saved; __applegl_glCopyColorTable() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | intel_scheduler_helpers.c | 30 struct intel_selftest_saved_policy *saved, in intel_selftest_modify_policy() 35 saved->reset = engine->i915->params.reset; in intel_selftest_modify_policy() 36 saved->flags = engine->flags; in intel_selftest_modify_policy() 37 saved->timeslice = engine->props.timeslice_duration_ms; in intel_selftest_modify_policy() 38 saved->preempt_timeout = engine->props.preempt_timeout_ms; in intel_selftest_modify_policy() 70 intel_selftest_restore_policy(engine, saved); in intel_selftest_modify_policy() 76 struct intel_selftest_saved_policy *saved) in intel_selftest_restore_policy() 79 engine->i915->params.reset = saved->reset; in intel_selftest_restore_policy() 80 engine->flags = saved->flags; in intel_selftest_restore_policy() 81 engine->props.timeslice_duration_ms = saved in intel_selftest_restore_policy() 29 intel_selftest_modify_policy(struct intel_engine_cs *engine, struct intel_selftest_saved_policy *saved, enum selftest_scheduler_modify modify_type) intel_selftest_modify_policy() argument 75 intel_selftest_restore_policy(struct intel_engine_cs *engine, struct intel_selftest_saved_policy *saved) intel_selftest_restore_policy() argument [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacdec_mips.c | 120 float *saved = sce->saved; in imdct_and_windowing_mips() local 141 ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); in imdct_and_windowing_mips() 143 float_copy(out, saved, 448); in imdct_and_windowing_mips() 153 float *dst2 = saved + 63; in imdct_and_windowing_mips() 158 float *src0_prev = saved + 448; in imdct_and_windowing_mips() 208 ac->fdsp->vector_fmul_window(out + 448, saved + 448, buf, swindow_prev, 64); in imdct_and_windowing_mips() 215 ac->fdsp->vector_fmul_window(saved + 64, buf + 4*128 + 64, buf + 5*128, swindow, 64); in imdct_and_windowing_mips() 216 ac->fdsp->vector_fmul_window(saved + 192, buf + 5*128 + 64, buf + 6*128, swindow, 64); in imdct_and_windowing_mips() 217 ac->fdsp->vector_fmul_window(saved in imdct_and_windowing_mips() 340 float *saved = sce->saved; update_ltp_mips() local [all...] |
/third_party/python/Lib/test/libregrtest/ |
H A D | save_env.py | 30 the saved items was changed by the test. The support.environment_altered 45 # return the value to be saved and compared against a second call to the 47 # the saved value and restore the resource using it. It will be called if 179 def restore_shutil_archive_formats(self, saved): 181 shutil._ARCHIVE_FORMATS = saved[0] 183 shutil._ARCHIVE_FORMATS.update(saved[1]) 188 def restore_shutil_unpack_formats(self, saved): 190 shutil._UNPACK_FORMATS = saved[0] 192 shutil._UNPACK_FORMATS.update(saved[1]) 221 def restore_threading__dangling(self, saved) [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | atom.c | 179 int *ptr, uint32_t *saved, int print) in atom_get_src_int() 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() 436 ptr, saved, print); in atom_get_dst() 447 int *ptr, uint32_t val, uint32_t saved) in atom_put_dst() 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, in atom_op_add() 178 atom_get_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_src_int() argument 430 atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_dst() argument 446 atom_put_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t val, uint32_t saved) atom_put_dst() argument 599 uint32_t dst, src, saved; atom_op_and() local 634 uint32_t saved; atom_op_clear() local 769 uint32_t dst, mask, src, saved; atom_op_mask() local 786 uint32_t src, saved; atom_op_move() local 833 uint32_t dst, src, saved; atom_op_or() local 923 uint32_t saved, dst; atom_op_shift_left() local 939 uint32_t saved, dst; atom_op_shift_right() local 955 uint32_t saved, dst; atom_op_shl() local 974 uint32_t saved, dst; atom_op_shr() local 993 uint32_t dst, src, saved; atom_op_sub() local 1046 uint32_t dst, src, saved; atom_op_xor() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | atom.c | 183 int *ptr, uint32_t *saved, int print) in atom_get_src_int() 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() 440 ptr, saved, print); in atom_get_dst() 451 int *ptr, uint32_t val, uint32_t saved) in atom_put_dst() 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, in atom_op_add() 182 atom_get_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_src_int() argument 434 atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_dst() argument 450 atom_put_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t val, uint32_t saved) atom_put_dst() argument 603 uint32_t dst, src, saved; atom_op_and() local 638 uint32_t saved; atom_op_clear() local 751 uint32_t dst, mask, src, saved; atom_op_mask() local 768 uint32_t src, saved; atom_op_move() local 801 uint32_t dst, src, saved; atom_op_or() local 891 uint32_t saved, dst; atom_op_shift_left() local 907 uint32_t saved, dst; atom_op_shift_right() local 923 uint32_t saved, dst; atom_op_shl() local 942 uint32_t saved, dst; atom_op_shr() local 961 uint32_t dst, src, saved; atom_op_sub() local 1014 uint32_t dst, src, saved; atom_op_xor() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | atom.c | 180 int *ptr, uint32_t *saved, int print) in atom_get_src_int() 330 if (saved) in atom_get_src_int() 331 *saved = val; in atom_get_src_int() 432 int *ptr, uint32_t *saved, int print) in atom_get_dst() 437 ptr, saved, print); in atom_get_dst() 448 int *ptr, uint32_t val, uint32_t saved) in atom_put_dst() 457 saved &= ~atom_arg_mask[align]; in atom_put_dst() 458 val |= saved; in atom_put_dst() 586 uint32_t dst, src, saved; in atom_op_add() local 589 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, in atom_op_add() 179 atom_get_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_src_int() argument 431 atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_dst() argument 447 atom_put_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t val, uint32_t saved) atom_put_dst() argument 600 uint32_t dst, src, saved; atom_op_and() local 635 uint32_t saved; atom_op_clear() local 748 uint32_t dst, mask, src, saved; atom_op_mask() local 765 uint32_t src, saved; atom_op_move() local 798 uint32_t dst, src, saved; atom_op_or() local 888 uint32_t saved, dst; atom_op_shift_left() local 904 uint32_t saved, dst; atom_op_shift_right() local 920 uint32_t saved, dst; atom_op_shl() local 939 uint32_t saved, dst; atom_op_shr() local 958 uint32_t dst, src, saved; atom_op_sub() local 1011 uint32_t dst, src, saved; atom_op_xor() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
H A D | clock_adjtime01.c | 60 static struct tst_timex saved, ttxc; variable 188 saved.type = tv->type; in setup() 189 rval = tv->clock_adjtime(CLOCK_REALTIME, tst_timex_get(&saved)); in setup() 198 timex_show("SAVE_STATUS", &saved); in setup() 214 if (timex_get_field_uint(&saved, ADJ_MODES) & ADJ_NANO) { in setup() 234 if (timex_get_field_uint(&saved, ADJ_STATUS) & STA_NANO) in cleanup() 239 timex_set_field_uint(&saved, ADJ_MODES, modes); in cleanup() 243 rval = tv->clock_adjtime(CLOCK_REALTIME, tst_timex_get(&saved)); in cleanup()
|
H A D | clock_adjtime02.c | 61 static struct tst_timex saved, ttxc; variable 201 saved.type = tv->type; in setup() 202 rval = tv->clock_adjtime(CLOCK_REALTIME, tst_timex_get(&saved)); in setup() 211 timex_show("SAVE_STATUS", &saved); in setup() 239 if (timex_get_field_uint(&saved, ADJ_STATUS) & STA_NANO) in cleanup() 244 timex_set_field_uint(&saved, ADJ_MODES, modes); in cleanup() 248 rval = tv->clock_adjtime(CLOCK_REALTIME, tst_timex_get(&saved)); in cleanup()
|
/third_party/pulseaudio/src/pulsecore/filter/ |
H A D | lfe-filter.c | 50 PA_LLIST_HEAD(struct saved_state, saved); 60 PA_LLIST_REMOVE(struct saved_state, f->saved, s); in remove_state() 77 while (f->saved) in pa_lfe_filter_free() 78 remove_state(f, f->saved); in pa_lfe_filter_free() 121 PA_LLIST_FOREACH_SAFE(s, s2, f->saved) in pa_lfe_filter_process() 142 PA_LLIST_PREPEND(struct saved_state, f->saved, s); in pa_lfe_filter_process() 152 while (f->saved) in pa_lfe_filter_update_rate() 153 remove_state(f, f->saved); in pa_lfe_filter_update_rate() 174 /* Find the closest saved position */ in pa_lfe_filter_rewind() 175 PA_LLIST_FOREACH(i, f->saved) { in pa_lfe_filter_rewind() [all...] |
/third_party/musl/tools/ |
H A D | add-cfi.i386.awk | 108 for (register in saved) 109 delete saved[register] 163 if (!saved[register] && !dirty[register]) { 165 saved[register] = 1 178 if (!saved[register] && !dirty[register]) { 180 saved[register] = 1 189 if (in_function && !saved[register] && !dirty[register]) {
|
H A D | add-cfi.x86_64.awk | 103 for (register in saved) 104 delete saved[register] 149 if (!saved[register] && !dirty[register]) { 151 saved[register] = 1 164 if (!saved[register] && !dirty[register]) { 166 saved[register] = 1 175 if (in_function && !saved[register] && !dirty[register]) {
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_debug.c | 38 static void si_dump_bo_list(struct si_context *sctx, const struct radeon_saved_cs *saved, FILE *f); 44 * list in \p saved. 46 void si_save_cs(struct radeon_winsys *ws, struct radeon_cmdbuf *cs, struct radeon_saved_cs *saved, in si_save_cs() argument 53 saved->num_dw = cs->prev_dw + cs->current.cdw; in si_save_cs() 54 saved->ib = MALLOC(4 * saved->num_dw); in si_save_cs() 55 if (!saved->ib) in si_save_cs() 58 buf = saved->ib; in si_save_cs() 69 saved->bo_count = ws->cs_get_buffer_list(cs, NULL); in si_save_cs() 70 saved in si_save_cs() 84 si_clear_saved_cs(struct radeon_saved_cs *saved) si_clear_saved_cs() argument 532 si_dump_bo_list(struct si_context *sctx, const struct radeon_saved_cs *saved, FILE *f) si_dump_bo_list() argument 1066 si_check_vm_faults(struct si_context *sctx, struct radeon_saved_cs *saved, enum amd_ip_type ring) si_check_vm_faults() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | atom.c | 182 int *ptr, uint32_t *saved, int print) in atom_get_src_int() 332 if (saved) in atom_get_src_int() 333 *saved = val; in atom_get_src_int() 434 int *ptr, uint32_t *saved, int print) in atom_get_dst() 439 ptr, saved, print); in atom_get_dst() 450 int *ptr, uint32_t val, uint32_t saved) in atom_put_dst() 459 saved &= ~atom_arg_mask[align]; in atom_put_dst() 460 val |= saved; in atom_put_dst() 588 uint32_t dst, src, saved; in atom_op_add() local 591 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, in atom_op_add() 181 atom_get_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_src_int() argument 433 atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t *saved, int print) atom_get_dst() argument 449 atom_put_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr, uint32_t val, uint32_t saved) atom_put_dst() argument 602 uint32_t dst, src, saved; atom_op_and() local 637 uint32_t saved; atom_op_clear() local 772 uint32_t dst, mask, src, saved; atom_op_mask() local 789 uint32_t src, saved; atom_op_move() local 836 uint32_t dst, src, saved; atom_op_or() local 926 uint32_t saved, dst; atom_op_shift_left() local 942 uint32_t saved, dst; atom_op_shift_right() local 958 uint32_t saved, dst; atom_op_shl() local 977 uint32_t saved, dst; atom_op_shr() local 996 uint32_t dst, src, saved; atom_op_sub() local 1049 uint32_t dst, src, saved; atom_op_xor() local [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/bn/ |
H A D | co-586.S | 33 # saved r[0] 52 # saved r[1] 78 # saved r[2] 111 # saved r[3] 151 # saved r[4] 198 # saved r[5] 252 # saved r[6] 313 # saved r[7] 367 # saved r[8] 414 # saved [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/bn/ |
H A D | co-586.S | 33 # saved r[0] 52 # saved r[1] 78 # saved r[2] 111 # saved r[3] 151 # saved r[4] 198 # saved r[5] 252 # saved r[6] 313 # saved r[7] 367 # saved r[8] 414 # saved [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/bn/ |
H A D | co-586.S | 32 # saved r[0] 51 # saved r[1] 77 # saved r[2] 110 # saved r[3] 150 # saved r[4] 197 # saved r[5] 251 # saved r[6] 312 # saved r[7] 366 # saved r[8] 413 # saved [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/bn/ |
H A D | co-586.S | 32 # saved r[0] 51 # saved r[1] 77 # saved r[2] 110 # saved r[3] 150 # saved r[4] 197 # saved r[5] 251 # saved r[6] 312 # saved r[7] 366 # saved r[8] 413 # saved [all...] |
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | backtrace.S | 47 * optionally saved caller registers (r4 - r10) 48 * saved fp 49 * saved sp 50 * saved lr 51 * frame => saved pc 52 * optionally saved arguments (r0 - r3) 53 * saved sp => <next word> 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 'p [all...] |
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | backtrace.S | 47 * optionally saved caller registers (r4 - r10) 48 * saved fp 49 * saved sp 50 * saved lr 51 * frame => saved pc 52 * optionally saved arguments (r0 - r3) 53 * saved sp => <next word> 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 'p [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | aacdec_template.c | 616 memset(che->ch[j].saved, 0, sizeof(che->ch[j].saved)); in flush() 2728 INTFLOAT *saved = sce->saved; local 2735 memcpy(saved_ltp, saved, 512 * sizeof(*saved_ltp)); 2768 INTFLOAT *saved = sce->saved; local 2796 ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); 2798 memcpy( out, saved, 448 * sizeof(*out)); 2801 ac->fdsp->vector_fmul_window(out + 448 + 0*128, saved 2837 INTFLOAT *saved = sce->saved; global() local 2899 INTFLOAT *saved = sce->saved; global() local 2931 INTFLOAT *saved = sce->saved; global() local [all...] |