Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 3408) sorted by relevance

12345678910>>...137

/openbmc/linux/tools/testing/selftests/sgx/
H A Dmain.c289 memset(&self->run, 0, sizeof(self->run)); in TEST_F()
362 memset(&self->run, 0, sizeof(self->run)); in TEST_F()
428 memset(&self->run, 0, sizeof(self->run));
511 memset(&self->run, 0, sizeof(self->run)); in TEST_F()
547 memset(&self->run, 0, sizeof(self->run)); in TEST_F()
580 memset(&self->run, 0, sizeof(self->run)); in TEST_F()
625 memset(&self->run, 0, sizeof(self->run)); in TEST_F()
727 memset(&self->run, 0, sizeof(self->run)); in TEST_F()
790 memset(&self->run, 0, sizeof(self->run)); in TEST_F()
991 memset(&self->run, 0, sizeof(self->run)); in TEST_F()
[all …]
/openbmc/linux/drivers/media/test-drivers/visl/
H A Dvisl-dec.c97 run->vp8.frame->alt_frame_ts, in visl_get_ref_frames()
119 run->vp9.frame->alt_frame_ts, in visl_get_ref_frames()
208 run->dst->sequence, in visl_tpg_fill_sequence()
209 run->dst->vb2_buf.timestamp, in visl_tpg_fill_sequence()
233 &run->dst->vb2_buf, p, in visl_tpg_fill()
420 struct visl_run run = {}; in visl_device_run() local
432 v4l2_m2m_buf_copy_metadata(run.src, run.dst, true); in visl_device_run()
476 run.src->sequence, run.src->vb2_buf.timestamp); in visl_device_run()
480 run.dst->sequence, run.dst->vb2_buf.timestamp); in visl_device_run()
482 visl_tpg_fill(ctx, &run); in visl_device_run()
[all …]
/openbmc/linux/tools/testing/selftests/kvm/s390x/
H A Dsync_regs_test.c78 struct kvm_run *run = vcpu->run; in test_read_invalid() local
87 run->kvm_valid_regs = 0; in test_read_invalid()
94 run->kvm_valid_regs = 0; in test_read_invalid()
99 struct kvm_run *run = vcpu->run; in test_set_invalid() local
108 run->kvm_dirty_regs = 0; in test_set_invalid()
115 run->kvm_dirty_regs = 0; in test_set_invalid()
120 struct kvm_run *run = vcpu->run; in test_req_and_verify_all_valid_regs() local
134 run->s390_sieic.icptcode, run->s390_sieic.ipa, in test_req_and_verify_all_valid_regs()
146 struct kvm_run *run = vcpu->run; in test_set_and_verify_various_reg_values() local
185 struct kvm_run *run = vcpu->run; in test_clear_kvm_dirty_regs_bits() local
[all …]
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c161 struct kvm_run *run; in race_sync_regs() local
167 run = vcpu->run; in race_sync_regs()
171 run->kvm_valid_regs = 0; in race_sync_regs()
215 struct kvm_run *run; in main() local
227 run = vcpu->run; in main()
235 run->kvm_valid_regs = 0; in main()
242 run->kvm_valid_regs = 0; in main()
250 run->kvm_dirty_regs = 0; in main()
257 run->kvm_dirty_regs = 0; in main()
303 run->kvm_dirty_regs = 0; in main()
[all …]
H A Ddebug_regs.c83 struct kvm_run *run; in main() local
101 run = vcpu->run; in main()
112 run->exit_reason, run->debug.arch.exception, in main()
131 i, run->exit_reason, run->debug.arch.exception, in main()
133 run->debug.arch.dr6, target_dr6); in main()
154 i, run->exit_reason, run->debug.arch.exception, in main()
156 run->debug.arch.dr6, target_dr6); in main()
180 i, run->exit_reason, run->debug.arch.exception, in main()
181 run->debug.arch.pc, target_rip, run->debug.arch.dr6, in main()
198 run->exit_reason, run->debug.arch.exception, in main()
[all …]
H A Duserspace_msr_exit_test.c409 struct kvm_run *run = vcpu->run; in process_rdmsr() local
420 run->msr.data = 0; in process_rdmsr()
423 run->msr.error = 1; in process_rdmsr()
441 struct kvm_run *run = vcpu->run; in process_wrmsr() local
453 run->msr.error = 1; in process_wrmsr()
457 run->msr.error = 1; in process_wrmsr()
614 run->msr.data = run->msr.index; in handle_rdmsr()
653 struct kvm_run *run; in test_msr_filter_deny() local
657 run = vcpu->run; in test_msr_filter_deny()
676 handle_rdmsr(run); in test_msr_filter_deny()
[all …]
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dsmack.py35 self.target.run("touch %s" %filename)
42 self.target.run("rm %s" %filename)
65 self.target.run("rm %s" %filename)
88 self.target.run("rm %s" %filename)
131 status, output = self.target.run(
143 status, output = self.target.run(
163 status, output = self.target.run(
238 status, output = self.target.run(
243 status, output = self.target.run(
248 status, output = self.target.run(
[all …]
/openbmc/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_dec.c29 struct cedrus_run run = {}; in cedrus_device_run() local
33 run.src = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in cedrus_device_run()
34 run.dst = v4l2_m2m_next_dst_buf(ctx->fh.m2m_ctx); in cedrus_device_run()
37 src_req = run.src->vb2_buf.req_obj.req; in cedrus_device_run()
46 run.mpeg2.picture = cedrus_find_control_data(ctx, in cedrus_device_run()
55 run.h264.pps = cedrus_find_control_data(ctx, in cedrus_device_run()
61 run.h264.sps = cedrus_find_control_data(ctx, in cedrus_device_run()
68 run.h265.sps = cedrus_find_control_data(ctx, in cedrus_device_run()
70 run.h265.pps = cedrus_find_control_data(ctx, in cedrus_device_run()
93 v4l2_m2m_buf_copy_metadata(run.src, run.dst, true); in cedrus_device_run()
[all …]
/openbmc/qemu/tests/tcg/multiarch/
H A DMakefile.target28 run-float_%: float_%
48 run-vma-pthread: vma-pthread
59 run-test-mmap: test-mmap
63 run-test-mmap-%: test-mmap
69 run-gdbstub-sha1: sha1
105 run-gdbstub-%:
108 EXTRA_RUNS += run-gdbstub-sha1 run-gdbstub-qxfer-auxv-read \
109 run-gdbstub-proc-mappings run-gdbstub-thread-breakpoint \
110 run-gdbstub-registers
124 run-semihosting: semihosting
[all …]
/openbmc/linux/fs/ntfs3/
H A Drun.c39 if (!run->count) { in run_lookup()
48 r = run->runs; in run_lookup()
176 end = run->runs + run->count; in run_is_mapped_full()
200 if (!run->runs) in run_lookup_entry()
248 r = run->runs; in run_truncate_head()
305 run_truncate(run, (run->runs + (run->count >> 1))->vcn); in run_truncate_around()
498 e = run->runs + run->count; in run_collapse_range()
563 e = run->runs + run->count; in run_insert_range()
838 r_end = run->runs + run->count; in run_pack()
1011 if (!run) in run_unpack()
[all …]
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c79 if (!eng->run.tm_tx_only) in phy_write()
93 eng->run.mdio_base); in phy_write()
97 if (!eng->run.tm_tx_only) in phy_write()
111 if (!eng->run.tm_tx_only) in phy_write()
133 eng->run.mdio_base); in phy_read()
137 if (!eng->run.tm_tx_only) in phy_read()
155 eng->run.mdio_base); in phy_read()
179 if (!eng->run.tm_tx_only) in phy_read()
193 if (!eng->run.tm_tx_only) in phy_clrset()
258 if (!eng->run.tm_tx_only) in phy_basic_setting()
[all …]
H A Dmactest.c436 p_eng->run.TM_IEEE = 0; in check_test_mode()
442 p_eng->run.TM_IEEE = 1; in check_test_mode()
656 p_eng->run.LOOP_CheckNum = p_eng->run.loop_max; in calc_loop_check_num()
684 p_eng->run.mac_base = mac_base_lookup_tbl[p_eng->run.mac_idx]; in setup_running()
687 p_eng->run.mdio_base = mdio_base_lookup_tbl[p_eng->run.mdio_idx]; in setup_running()
689 p_eng->run.is_rgmii = p_eng->env.is_1g_valid[p_eng->run.mac_idx]; in setup_running()
718 p_eng->run.is_rgmii = p_eng->env.is_1g_valid[p_eng->run.mac_idx]; in setup_running()
807 if (p_eng->run.TM_IOTiming || p_eng->run.delay_margin) in setup_running()
1195 p_eng->run.speed_idx = 0; in setup_data()
1240 p_eng->run.loop_max = in test_start()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Ddnf.py21 status, output = self.target.run(command, 1500)
123 self.target.run('mkdir -p %s/etc' % rootpath, 1500)
125 self.target.run('mkdir -p %s/dev' % rootpath, 1500)
127 self.target.run('mkdir -p %s/lib' % rootpath, 1500)
128 self.target.run('mkdir -p %s/libx32' % rootpath, 1500)
129 self.target.run('mkdir -p %s/lib64' % rootpath, 1500)
135 self.target.run('cp /bin/sh %s/bin' % rootpath, 1500)
150 self.target.run('mkdir -p %s/etc' % rootpath)
154 self.target.run('mkdir -p %s/dev' % rootpath)
157 self.target.run('cp -r /etc/rpm %s/etc' % rootpath)
[all …]
H A Dlogrotate.py18 cls.tc.target.run('cp /etc/logrotate.d/wtmp $HOME/wtmp.oeqabak')
22 …cls.tc.target.run('mv -f $HOME/wtmp.oeqabak /etc/logrotate.d/wtmp && rm -rf /var/log//logrotate_di…
23 …cls.tc.target.run('rm -rf /var/log/logrotate_testfile && rm -rf /etc/logrotate.d/logrotate_testfil…
30 status, output = self.target.run('touch /var/log/wtmp')
34 status, output = self.target.run('mkdir /var/log//logrotate_dir')
43 _, logrotate_output = self.target.run('logrotate -vf /tmp/logrotate-test.conf')
44 status, _ = self.target.run('find /var/log//logrotate_dir -type f | grep wtmp.1')
51 … status, output = self.target.run('echo "oeqa logrotate test file" > /var/log/logrotate_testfile')
63 …status, output = self.target.run('find /var/log//logrotate_dir -type f | grep logrotate_testfile.1…
68 _, logrotate_output = self.target.run('logrotate -vf /tmp/logrotate-test2.conf')
[all …]
/openbmc/linux/tools/perf/tests/
H A Dmake128 run := make_pure
139 run += make_debug
148 run += make_no_ui
161 run += make_no_sdt
168 run += make_help
169 run += make_doc
170 run += make_perf_o
192 run += make_tags
290 run := $(shell shuf -e $(run))
297 d := $(info run $(run))
[all …]
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c63 int run, result, map_size; in check_anonymous_memory_mapping() local
67 for (run = 0; run < item; run++) { in check_anonymous_memory_mapping()
68 map_size = sizes[run] + OVERFLOW + UNDERFLOW; in check_anonymous_memory_mapping()
83 mte_clear_tags((void *)ptr, sizes[run]); in check_anonymous_memory_mapping()
94 int run, fd, map_size; in check_file_memory_mapping() local
99 for (run = 0; run < total; run++) { in check_file_memory_mapping()
104 map_size = sizes[run] + UNDERFLOW + OVERFLOW; in check_file_memory_mapping()
121 mte_clear_tags((void *)ptr, sizes[run]); in check_file_memory_mapping()
133 int run, prot_flag, result, fd, map_size; in check_clear_prot_mte_flag() local
138 for (run = 0; run < total; run++) { in check_clear_prot_mte_flag()
[all …]
/openbmc/openbmc-test-automation/data/boot_lists/
H A DOBMC_reboot3 OBMC Reboot (run)
4 OBMC Reboot (run) (mfg)
5 REST OBMC Reboot (run)
6 REST OBMC Reboot (run) (mfg)
7 Redfish OBMC Reboot (run)
8 Redfish OBMC Reboot (run) (mfg)
15 PDU AC Cycle (run)
16 PDU AC Cycle (run) (mfg)
19 IPMI MC Reset Warm (run)
25 IPMI MC Reset Cold (run)
[all …]
/openbmc/qemu/tests/tcg/multiarch/system/
H A DMakefile.softmmu-target20 run-gdbstub-memory: memory
21 $(call run-test, $@, $(GDB_SCRIPT) \
29 run-gdbstub-interrupt: interrupt
30 $(call run-test, $@, $(GDB_SCRIPT) \
38 run-gdbstub-untimely-packet: hello
39 $(call run-test, $@, $(GDB_SCRIPT) \
52 run-gdbstub-registers: memory
53 $(call run-test, $@, $(GDB_SCRIPT) \
62 run-gdbstub-%:
66 MULTIARCH_RUNS += run-gdbstub-memory run-gdbstub-interrupt \
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/
H A D0001-test-Fix-build-with-new-compiler-defaults-to-fno-com.patch10 sntp/tests/run-packetHandling.c | 2 +-
11 sntp/tests/run-t-log.c | 2 +-
15 diff --git a/sntp/tests/run-packetHandling.c b/sntp/tests/run-packetHandling.c
17 --- a/sntp/tests/run-packetHandling.c
18 +++ b/sntp/tests/run-packetHandling.c
28 diff --git a/sntp/tests/run-t-log.c b/sntp/tests/run-t-log.c
30 --- a/sntp/tests/run-t-log.c
31 +++ b/sntp/tests/run-t-log.c
41 diff --git a/sntp/tests/run-utilities.c b/sntp/tests/run-utilities.c
43 --- a/sntp/tests/run-utilities.c
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0001-skip-the-test-when-gcc-not-deployed.patch13 tests/run-disasm-x86-64.sh | 2 ++
19 diff --git a/tests/run-disasm-x86-64.sh b/tests/run-disasm-x86-64.sh
21 --- a/tests/run-disasm-x86-64.sh
22 +++ b/tests/run-disasm-x86-64.sh
32 diff --git a/tests/run-disasm-x86.sh b/tests/run-disasm-x86.sh
34 --- a/tests/run-disasm-x86.sh
35 +++ b/tests/run-disasm-x86.sh
45 diff --git a/tests/run-strip-g.sh b/tests/run-strip-g.sh
47 --- a/tests/run-strip-g.sh
48 +++ b/tests/run-strip-g.sh
[all …]
/openbmc/linux/arch/s390/kvm/
H A Ddiag.c76 vcpu->run->s.regs.gprs[rx]); in __diag_page_ref_service()
78 if (vcpu->run->s.regs.gprs[rx] & 7) in __diag_page_ref_service()
97 vcpu->run->s.regs.gprs[ry] = 8; in __diag_page_ref_service()
111 vcpu->run->s.regs.gprs[ry] = 0; in __diag_page_ref_service()
125 vcpu->run->s.regs.gprs[ry] = 0; in __diag_page_ref_service()
131 vcpu->run->s.regs.gprs[ry] = 4; in __diag_page_ref_service()
224 vcpu->run->s390_reset_flags = 0; in __diag_ipl_functions()
241 vcpu->run->s390_reset_flags); in __diag_ipl_functions()
259 vcpu->run->s.regs.gprs[4]); in __diag_virtio_hypercall()
270 vcpu->run->s.regs.gprs[4]); in __diag_virtio_hypercall()
[all …]
/openbmc/linux/arch/mips/kvm/
H A Demulate.c975 struct kvm_run *run = vcpu->run; in kvm_mips_emulate_store() local
999 run->mmio.len = 8; in kvm_mips_emulate_store()
1009 run->mmio.len = 4; in kvm_mips_emulate_store()
1018 run->mmio.len = 2; in kvm_mips_emulate_store()
1027 run->mmio.len = 1; in kvm_mips_emulate_store()
1038 run->mmio.len = 4; in kvm_mips_emulate_store()
1068 run->mmio.len = 4; in kvm_mips_emulate_store()
1253 run->mmio.phys_addr, run->mmio.len, data); in kvm_mips_emulate_store()
1271 struct kvm_run *run = vcpu->run; in kvm_mips_emulate_load() local
1498 run->mmio.phys_addr, run->mmio.len, run->mmio.data); in kvm_mips_emulate_load()
[all …]
/openbmc/linux/tools/perf/scripts/python/
H A Dstat-cpi.py23 def store(time, event, cpu, thread, val, ena, run): argument
29 data[key] = [ val, ena, run]
35 def stat__cycles_k(cpu, thread, time, val, ena, run): argument
36 store(time, "cycles", cpu, thread, val, ena, run);
38 def stat__instructions_k(cpu, thread, time, val, ena, run): argument
41 def stat__cycles_u(cpu, thread, time, val, ena, run): argument
42 store(time, "cycles", cpu, thread, val, ena, run);
44 def stat__instructions_u(cpu, thread, time, val, ena, run): argument
47 def stat__cycles(cpu, thread, time, val, ena, run): argument
48 store(time, "cycles", cpu, thread, val, ena, run);
[all …]
/openbmc/linux/tools/testing/selftests/kvm/lib/s390x/
H A Ducall.c11 struct kvm_run *run = vcpu->run; in ucall_arch_get_ucall() local
13 if (run->exit_reason == KVM_EXIT_S390_SIEIC && in ucall_arch_get_ucall()
14 run->s390_sieic.icptcode == 4 && in ucall_arch_get_ucall()
15 (run->s390_sieic.ipa >> 8) == 0x83 && /* 0x83 means DIAGNOSE */ in ucall_arch_get_ucall()
16 (run->s390_sieic.ipb >> 16) == 0x501) { in ucall_arch_get_ucall()
17 int reg = run->s390_sieic.ipa & 0xf; in ucall_arch_get_ucall()
19 return (void *)run->s.regs.gprs[reg]; in ucall_arch_get_ucall()
/openbmc/linux/fs/befs/
H A Dendian.h74 befs_block_run run; in fsrun_to_cpu() local
78 run.start = le16_to_cpu((__force __le16)n.start); in fsrun_to_cpu()
79 run.len = le16_to_cpu((__force __le16)n.len); in fsrun_to_cpu()
83 run.len = be16_to_cpu((__force __be16)n.len); in fsrun_to_cpu()
85 return run; in fsrun_to_cpu()
91 befs_disk_block_run run; in cpu_to_fsrun() local
95 run.start = cpu_to_le16(n.start); in cpu_to_fsrun()
96 run.len = cpu_to_le16(n.len); in cpu_to_fsrun()
99 run.start = cpu_to_be16(n.start); in cpu_to_fsrun()
100 run.len = cpu_to_be16(n.len); in cpu_to_fsrun()
[all …]

12345678910>>...137