Home
last modified time | relevance | path

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

12345678910>>...137

/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c83 struct kvm_run *run; in main() local
105 run = vcpu_state(vm, VCPU_ID); in main()
108 run->kvm_valid_regs = INVALID_SYNC_FIELD; in main()
115 run->kvm_valid_regs = INVALID_SYNC_FIELD | TEST_SYNC_FIELDS; in main()
123 run->kvm_dirty_regs = INVALID_SYNC_FIELD; in main()
130 run->kvm_dirty_regs = INVALID_SYNC_FIELD | TEST_SYNC_FIELDS; in main()
139 run->kvm_valid_regs = TEST_SYNC_FIELDS; in main()
141 TEST_ASSERT(run->exit_reason == KVM_EXIT_IO, in main()
143 run->exit_reason, in main()
144 exit_reason_str(run->exit_reason)); in main()
[all …]
H A Ddebug_regs.c69 struct kvm_run *run; in main() local
89 run = vcpu_state(vm, VCPU_ID); in main()
96 TEST_ASSERT(run->exit_reason == KVM_EXIT_DEBUG && in main()
97 run->debug.arch.exception == BP_VECTOR && in main()
98 run->debug.arch.pc == CAST_TO_RIP(sw_bp), in main()
100 run->exit_reason, run->debug.arch.exception, in main()
101 run->debug.arch.pc, CAST_TO_RIP(sw_bp)); in main()
113 TEST_ASSERT(run->exit_reason == KVM_EXIT_DEBUG && in main()
114 run->debug.arch.exception == DB_VECTOR && in main()
115 run->debug.arch.pc == CAST_TO_RIP(hw_bp) && in main()
[all …]
H A Duser_msr_test.c154 static void handle_rdmsr(struct kvm_run *run) in handle_rdmsr() argument
156 run->msr.data = run->msr.index; in handle_rdmsr()
159 if (run->msr.index == MSR_SYSCALL_MASK || in handle_rdmsr()
160 run->msr.index == MSR_GS_BASE) { in handle_rdmsr()
161 TEST_ASSERT(run->msr.reason == KVM_MSR_EXIT_REASON_FILTER, in handle_rdmsr()
165 if (run->msr.index == 0xdeadbeef) { in handle_rdmsr()
166 TEST_ASSERT(run->msr.reason == KVM_MSR_EXIT_REASON_UNKNOWN, in handle_rdmsr()
171 static void handle_wrmsr(struct kvm_run *run) in handle_wrmsr() argument
176 if (run->msr.index == MSR_IA32_POWER_CTL) { in handle_wrmsr()
177 TEST_ASSERT(run->msr.data == 0x1234, in handle_wrmsr()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/s390x/
H A Dsync_regs_test.c79 struct kvm_run *run; in main() local
96 run = vcpu_state(vm, VCPU_ID); in main()
99 run->kvm_valid_regs = INVALID_SYNC_FIELD; in main()
106 run->kvm_valid_regs = INVALID_SYNC_FIELD | TEST_SYNC_FIELDS; in main()
114 run->kvm_dirty_regs = INVALID_SYNC_FIELD; in main()
121 run->kvm_dirty_regs = INVALID_SYNC_FIELD | TEST_SYNC_FIELDS; in main()
129 run->kvm_valid_regs = TEST_SYNC_FIELDS; in main()
132 TEST_ASSERT(run->exit_reason == KVM_EXIT_S390_SIEIC, in main()
134 run->exit_reason, in main()
135 exit_reason_str(run->exit_reason)); in main()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_set/
H A Drange_run_impl.hpp22 try_merge(Run& run, Iterator iter, Range const& range) in try_merge() argument
33 while (i != run.end() && i->last <= iter->last) in try_merge()
36 if (i != run.end() && i->first-1 <= iter->last) in try_merge()
43 run.erase(iter+1, i); in try_merge()
53 if (run.empty()) in test()
59 run.begin(), run.end(), val, in test()
64 return iter != run.begin() && includes(*(--iter), val); in test()
71 run.swap(other.run); in swap()
79 if (run.empty()) in set()
82 run.push_back(range); in set()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Ddnf.py19 status, output = self.target.run(command, 1500)
102 status, output = self.target.run('find /var/cache/dnf -name run-postinsts-dev*rpm', 1500)
126 self.target.run('mkdir -p %s/etc' % rootpath, 1500)
127 …self.target.run('mkdir -p %s/bin %s/sbin %s/usr/bin %s/usr/sbin' % (rootpath, rootpath, rootpath, …
128 self.target.run('mkdir -p %s/dev' % rootpath, 1500)
130 self.target.run('mkdir -p %s/lib' % rootpath, 1500)
131 self.target.run('mkdir -p %s/libx32' % rootpath, 1500)
132 self.target.run('mkdir -p %s/lib64' % rootpath, 1500)
133 self.target.run('cp /lib/libtinfo.so.5 %s/lib' % rootpath, 1500)
134 self.target.run('cp /libx32/libtinfo.so.5 %s/libx32' % rootpath, 1500)
[all …]
H A Dlogrotate.py16 cls.tc.target.run('cp /etc/logrotate.d/wtmp $HOME/wtmp.oeqabak')
20 …cls.tc.target.run('mv -f $HOME/wtmp.oeqabak /etc/logrotate.d/wtmp && rm -rf /var/log//logrotate_di…
21 …cls.tc.target.run('rm -rf /var/log/logrotate_testfile && rm -rf /etc/logrotate.d/logrotate_testfil…
28 status, output = self.target.run('touch /var/log/wtmp')
32 status, output = self.target.run('mkdir /var/log//logrotate_dir')
36 …status, output = self.target.run('echo "create \n olddir /var/log//logrotate_dir \n include /etc/l…
41 _, logrotate_output = self.target.run('logrotate -vf /tmp/logrotate-test.conf')
42 status, _ = self.target.run('find /var/log//logrotate_dir -type f | grep wtmp.1')
49 … status, output = self.target.run('echo "oeqa logrotate test file" > /var/log/logrotate_testfile')
53 …status, output = self.target.run('echo "/var/log/logrotate_testfile {\n missingok \n monthly \n ro…
[all …]
H A Drpm.py20 status, output = self.target.run('rpm --help')
26 status, output = self.target.run('ls /var/lib/rpm/')
29 status, output = self.target.run('rpm -q rpm')
37 status, output = self.target.run('id -u %s' % u)
39 status, output = self.target.run('useradd %s' % u)
44 status, output = self.target.run('su -c id %s' % u)
48 status, output = self.target.run('su -c "rpm -qa" %s ' % u)
55 _, output = self.target.run(self.tc.target_cmds['ps'])
66 status, output = self.target.run('userdel -r %s' % u)
97 status, output = self.target.run('rpm -ivh /tmp/base-passwd-doc.rpm')
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_dec.c29 struct cedrus_run run = {}; in cedrus_device_run() local
32 run.src = v4l2_m2m_next_src_buf(ctx->fh.m2m_ctx); in cedrus_device_run()
33 run.dst = v4l2_m2m_next_dst_buf(ctx->fh.m2m_ctx); in cedrus_device_run()
36 src_req = run.src->vb2_buf.req_obj.req; in cedrus_device_run()
43 run.mpeg2.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run()
45 run.mpeg2.quantization = cedrus_find_control_data(ctx, in cedrus_device_run()
50 run.h264.decode_params = cedrus_find_control_data(ctx, in cedrus_device_run()
52 run.h264.pps = cedrus_find_control_data(ctx, in cedrus_device_run()
54 run.h264.scaling_matrix = cedrus_find_control_data(ctx, in cedrus_device_run()
56 run.h264.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dmake10 # run only specific test over 'Makefile'
121 # $(run) contains all available tests
122 run := make_pure
123 # Targets 'clean all' can be run together only through top level
127 run += make_clean_all
132 run += make_python_perf_so
133 run += make_debug
134 run += make_no_libperl
135 run += make_no_libpython
136 run += make_no_scripts
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c63 int run, result, map_size; in check_anonymous_memory_mapping() local
68 for (run = 0; run < item; run++) { in check_anonymous_memory_mapping()
69 map_size = sizes[run] + OVERFLOW + UNDERFLOW; in check_anonymous_memory_mapping()
75 mte_initialize_current_context(mode, (uintptr_t)ptr, sizes[run]); in check_anonymous_memory_mapping()
77 ptr = mte_insert_tags((void *)ptr, sizes[run]); in check_anonymous_memory_mapping()
83 result = check_mte_memory(ptr, sizes[run], mode, tag_check); in check_anonymous_memory_mapping()
84 mte_clear_tags((void *)ptr, sizes[run]); in check_anonymous_memory_mapping()
95 int run, fd, map_size; in check_file_memory_mapping() local
100 for (run = 0; run < total; run++) { in check_file_memory_mapping()
105 map_size = sizes[run] + UNDERFLOW + OVERFLOW; in check_file_memory_mapping()
[all …]
H A Dcheck_child_memory.c87 int run, result; in check_child_memory_mapping() local
92 for (run = 0; run < item; run++) { in check_child_memory_mapping()
93 ptr = (char *)mte_allocate_memory_tag_range(sizes[run], mem_type, mapping, in check_child_memory_mapping()
95 if (check_allocated_memory_range(ptr, sizes[run], mem_type, in check_child_memory_mapping()
98 result = check_child_tag_inheritance(ptr, sizes[run], mode); in check_child_memory_mapping()
99 mte_free_memory_tag_range((void *)ptr, sizes[run], mem_type, UNDERFLOW, OVERFLOW); in check_child_memory_mapping()
109 int run, fd, map_size, result = KSFT_PASS; in check_child_file_mapping() local
113 for (run = 0; run < total; run++) { in check_child_file_mapping()
118 map_size = sizes[run] + OVERFLOW + UNDERFLOW; in check_child_file_mapping()
125 mte_initialize_current_context(mode, (uintptr_t)ptr, sizes[run]); in check_child_file_mapping()
[all …]
H A Dcheck_tags_inclusion.c46 int tag, run, result = KSFT_PASS; in check_single_included_tags() local
56 for (run = 0; (run < RUNS) && (result == KSFT_PASS); run++) { in check_single_included_tags()
76 int tag, run, result = KSFT_PASS; in check_multiple_included_tags() local
88 for (run = 0; (run < RUNS) && (result == KSFT_PASS); run++) { in check_multiple_included_tags()
108 int run, result = KSFT_PASS; in check_all_included_tags() local
117 for (run = 0; (run < RUNS) && (result == KSFT_PASS); run++) { in check_all_included_tags()
132 int run; in check_none_included_tags() local
140 for (run = 0; run < RUNS; run++) { in check_none_included_tags()
/OK3568_Linux_fs/kernel/arch/s390/kvm/
H A Ddiag.c25 start = vcpu->run->s.regs.gprs[(vcpu->arch.sie_block->ipa & 0xf0) >> 4]; in diag_release_pages()
26 end = vcpu->run->s.regs.gprs[vcpu->arch.sie_block->ipa & 0xf] + PAGE_SIZE; in diag_release_pages()
76 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()
80 rc = read_guest(vcpu, vcpu->run->s.regs.gprs[rx], rx, &parm, sizeof(parm)); 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()
158 tid = vcpu->run->s.regs.gprs[(vcpu->arch.sie_block->ipa & 0xf0) >> 4]; in __diag_time_slice_end_directed()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/
H A D0001-skip-the-test-when-gcc-not-deployed.patch14 tests/run-disasm-x86-64.sh | 2 ++
15 tests/run-disasm-x86.sh | 2 ++
16 tests/run-strip-g.sh | 2 ++
17 tests/run-strip-nothing.sh | 2 ++
20 diff --git a/tests/run-disasm-x86-64.sh b/tests/run-disasm-x86-64.sh
22 --- a/tests/run-disasm-x86-64.sh
23 +++ b/tests/run-disasm-x86-64.sh
33 diff --git a/tests/run-disasm-x86.sh b/tests/run-disasm-x86.sh
35 --- a/tests/run-disasm-x86.sh
36 +++ b/tests/run-disasm-x86.sh
[all …]
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dtest_s6.py22 _, exit_code = self.emulator.run("s6-svscan -h")
35 self.emulator.run("mkdir -p source/testsv")
36 self.emulator.run("cat > source/testsv/run <<EOF" + script + "EOF")
37 self.emulator.run("chmod +x source/testsv/run")
38 _, exit_code = self.emulator.run("s6-svok source/testsv")
42 self.emulator.run("s6-svscan source &")
43 self.emulator.run("sleep 2")
44 _, exit_code = self.emulator.run("s6-svok source/testsv")
49 output, exit_code = self.emulator.run(cmd)
54 _, exit_code = self.emulator.run("s6-svscanctl -t source")
[all …]
/OK3568_Linux_fs/kernel/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
39 store(time, "instructions", cpu, thread, val, ena, run);
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
45 store(time, "instructions", cpu, thread, val, ena, run);
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/
H A Dset_memory_region_test.c58 struct kvm_run *run; in vcpu_worker() local
67 run = vcpu_state(vm, VCPU_ID); in vcpu_worker()
72 if (run->exit_reason == KVM_EXIT_IO) { in vcpu_worker()
81 if (run->exit_reason != KVM_EXIT_MMIO) in vcpu_worker()
84 TEST_ASSERT(!run->mmio.is_write, "Unexpected exit mmio write"); in vcpu_worker()
85 TEST_ASSERT(run->mmio.len == 8, in vcpu_worker()
86 "Unexpected exit mmio size = %u", run->mmio.len); in vcpu_worker()
88 TEST_ASSERT(run->mmio.phys_addr == MEM_REGION_GPA, in vcpu_worker()
90 run->mmio.phys_addr); in vcpu_worker()
91 memcpy(run->mmio.data, &MMIO_VAL, 8); in vcpu_worker()
[all …]
/OK3568_Linux_fs/kernel/fs/befs/
H A Dendian.h74 befs_block_run run; in fsrun_to_cpu() local
77 run.allocation_group = le32_to_cpu((__force __le32)n.allocation_group); in fsrun_to_cpu()
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()
81 run.allocation_group = be32_to_cpu((__force __be32)n.allocation_group); in fsrun_to_cpu()
82 run.start = be16_to_cpu((__force __be16)n.start); 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
94 run.allocation_group = cpu_to_le32(n.allocation_group); in cpu_to_fsrun()
[all …]
H A Ddatastream.c26 befs_blocknr_t blockno, befs_block_run *run);
31 befs_block_run *run);
36 befs_block_run *run);
53 befs_block_run run; in befs_read_datastream() local
61 if (befs_fblock2brun(sb, ds, block, &run) != BEFS_OK) { in befs_read_datastream()
67 bh = befs_bread_iaddr(sb, run); in befs_read_datastream()
96 befs_blocknr_t fblock, befs_block_run *run) in befs_fblock2brun() argument
102 err = befs_find_brun_direct(sb, data, fblock, run); in befs_fblock2brun()
105 err = befs_find_brun_indirect(sb, data, fblock, run); in befs_fblock2brun()
108 err = befs_find_brun_dblindirect(sb, data, fblock, run); in befs_fblock2brun()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntp/ntp/
H A D0001-test-Fix-build-with-new-compiler-defaults-to-fno-com.patch9 sntp/tests/run-packetHandling.c | 2 +-
10 sntp/tests/run-t-log.c | 2 +-
11 sntp/tests/run-utilities.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
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dmmio.c94 struct kvm_run *run = vcpu->run; in kvm_handle_mmio_return() local
97 data = kvm_mmio_read_buf(run->mmio.data, len); in kvm_handle_mmio_return()
108 trace_kvm_mmio(KVM_TRACE_MMIO_READ, len, run->mmio.phys_addr, in kvm_handle_mmio_return()
125 struct kvm_run *run = vcpu->run; in io_mem_abort() local
139 run->exit_reason = KVM_EXIT_ARM_NISV; in io_mem_abort()
140 run->arm_nisv.esr_iss = kvm_vcpu_dabt_iss_nisv_sanitized(vcpu); in io_mem_abort()
141 run->arm_nisv.fault_ipa = fault_ipa; in io_mem_abort()
176 run->mmio.is_write = is_write; in io_mem_abort()
177 run->mmio.phys_addr = fault_ipa; in io_mem_abort()
178 run->mmio.len = len; in io_mem_abort()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/
H A Dp2p-action.sh29 kill_daemon dhclient /var/run/dhclient-$GIFNAME.pid
30 rm /var/run/dhclient.leases-$GIFNAME
31 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
33 if ! dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
38 dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
44 kill_daemon dhclient /var/run/dhclient-$GIFNAME.pid
45 rm /var/run/dhclient.leases-$GIFNAME
46 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
60 dhclient -pf /var/run/dhclient-$GIFNAME.pid \
61 -lf /var/run/dhclient.leases-$GIFNAME \
[all …]
/OK3568_Linux_fs/u-boot/configs/
H A Daxm_defconfig18run flash_self\0bootdelay=3\0ethact=macb0\0flash_nfs=run nand_kernel;run nfsargs;run addip;upgrade…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/run-postinsts/
H A Drun-postinsts_1.0.bb8 SRC_URI = "file://run-postinsts \
9 file://run-postinsts.init \
10 file://run-postinsts.service"
16 INITSCRIPT_NAME = "run-postinsts"
19 SYSTEMD_SERVICE:${PN} = "run-postinsts.service"
31 install -m 0755 ${WORKDIR}/run-postinsts ${D}${sbindir}/
34 install -m 0755 ${WORKDIR}/run-postinsts.init ${D}${sysconfdir}/init.d/run-postinsts
37 install -m 0644 ${WORKDIR}/run-postinsts.service ${D}${systemd_system_unitdir}/
43 ${D}${sbindir}/run-postinsts \
44 ${D}${systemd_system_unitdir}/run-postinsts.service

12345678910>>...137