Home
last modified time | relevance | path

Searched full:run (Results 1 – 25 of 7445) sorted by relevance

12345678910>>...298

/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 …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Ddnf.py19 status, output = self.target.run(command, 1500)
88 output = self.dnf_with_repo('list run-postinsts-dev')
90 self.dnf_with_repo('remove -y run-postinsts-dev')
91 self.dnf_with_repo('install -y run-postinsts-dev')
95 self.dnf_with_repo('remove -y run-postinsts')
96 self.dnf_with_repo('install -y run-postinsts-dev')
100 self.dnf_with_repo('remove -y run-postinsts-dev')
101 self.dnf_with_repo('install -y --downloadonly run-postinsts-dev')
102 status, output = self.target.run('find /var/cache/dnf -name run-postinsts-dev*rpm', 1500)
108 …output = subprocess.check_output('%s %s -name run-postinsts-dev*' % (bb.utils.which(os.getenv('PAT…
[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/u-boot/include/configs/
H A Dnokia_rx51.h215 "sercon=setenv con serial; run setcon\0" \
216 "usbcon=setenv con usbtty; run setcon\0" \
217 "vgacon=setenv con vga; run setcon\0" \
227 "run fileload\0" \
230 "run fileload\0" \
233 "run fileload\0" \
244 "trymmcscriptboot=if run switchmmc; then " \
245 "if run scriptload; then " \
246 "run scriptboot;" \
249 "trymmckernboot=if run switchmmc; then " \
[all …]
H A Domap3_logic.h107 "if run loadbootscript; then " \
108 "run bootscript; " \
110 "run defaultboot;" \
112 "else run defaultboot; fi\0" \
113 "defaultboot=run mmcramboot\0" \
123 "common_bootargs=run setconsole; setenv bootargs " \
128 "run vrfb_arg\0" \
154 "run mmcargs; " \
155 "run common_bootargs; " \
156 "run dump_bootargs; " \
[all …]
H A Dcm_fx6.h109 "nandboot=if run nandloadkernel; then " \
110 "run nandloadfdt;" \
111 "run setboottypem;" \
112 "run storagebootcmd;" \
113 "run setboottypez;" \
114 "run storagebootcmd;" \
131 "run ${storagetype}args; run doboot;\0" \
132 "trybootk=if run loadkernel; then " \
134 "run loadfdt;" \
136 "run storagebootcmd;" \
[all …]
H A Dtheadorable-x86-common.h48 "then run eth_init;else sleep 0;fi\0" \
63 "then run swupdate;" \
64 "else run yocto_boot;run swupdate;" \
74 "ubuntu_boot=run ubuntu_args_quiet addmtd addmisc " \
76 "ubuntu_boot_console=run ubuntu_args addtty_ubuntu " \
79 "net_boot=run start_eth net_args addtty_yocto addmtd addmisc;" \
83 "run boot\0" \
88 "yocto_boot=run yocto_args addmtd addmisc addtty_yocto;" \
89 "if run yocto_load;then zboot 03000000;fi\0" \
90 "yocto_boot_fast=run yocto_args_fast addmtd addmisc " \
[all …]
H A Dk2g_evm.h45 "init_mmc=run args_all args_mmc\0" \
47 "${bootdir}/${name_fw_rd}; run set_rd_spec\0" \
57 "run findfdt; " \
58 "run envboot; " \
59 "run init_${boot}; " \
60 "run get_mon_${boot} run_mon; " \
61 "run set_name_pmmc get_pmmc_${boot} run_pmmc; " \
62 "run get_kern_${boot}; " \
63 "run init_fw_rd_${boot}; " \
64 "run get_fdt_${boot}; " \
[all …]
H A Dam335x_shc.h100 "mmcargs=run bootargs_defaults;" \
112 "run importbootenv; " \
122 "run mmcargs; " \
123 "if run loadfdt; then " \
132 "run netloaduimage; " \
133 "run netargs; " \
135 "if run netloadfdt; then " \
146 "mmc_hw_part=run mmcpart_gp; run mmcpart_enhance; run mmcpart_rel_write; run mmcpart_commit; \0" \
148 …then echo HW Partitioning already committed; mmcpart list; else run mmc_hw_part; fi; run led_succe…
151 "run uenvcmd; " \
[all …]
H A Dexynos4-common.h50 "if run loadinitrd; then " \
56 "if run loaddtb; then " \
67 "run loadkernel;" \
68 "run kernel_args;" \
73 "run check_dtb;" \
74 "run check_ramdisk;" \
75 "run loadkernel;" \
76 "run kernel_args;" \
81 "run check_dtb;" \
82 "run check_ramdisk;" \
[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/ktest/examples/
H A Dcrosstests.conf32 # The build will go into this directory. It will be created when you run the test.
49 # The log file will be cleared each time you run ktest.
61 # arch that you want to test. (uncomment RUN and chose your arch)
62 #RUN := arm
66 # to run the bisect on the arch.
67 #RUN := bisect
96 TEST_START IF ${RUN} == alpha || ${DO_DEFAULT}
105 TEST_START IF ${RUN} == arm || ${DO_DEFAULT}
110 TEST_START IF ${RUN} == ia64 || ${DO_DEFAULT}
115 TEST_START IF ${RUN} == m68k || ${DO_DEFAULT}
[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.hpp20 template <typename Run, typename Iterator, typename Range>
22 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()
[all …]
/OK3568_Linux_fs/kernel/fs/befs/
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()
80 * befs_fblock2brun - give back block run for fblock
84 * @run: The found run is passed back through this pointer
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()
[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/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/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 …]
/OK3568_Linux_fs/kernel/include/video/
H A Dimx-ipu-image-convert.h15 * struct ipu_image_convert_run - image conversion run request struct
18 * @in_phys: dma addr of input image buffer for this run
19 * @out_phys: dma addr of output image buffer for this run
20 * @status: completion status of this run
37 * @run: the completed conversion run pointer
40 typedef void (*ipu_image_convert_cb_t)(struct ipu_image_convert_run *run,
90 * @complete: run completion callback
114 * error run status.
122 * ipu_image_convert_queue() - queue a conversion run
124 * @run: the run request pointer
[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")
41 # Run a scan and start all services
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)
[all …]
/OK3568_Linux_fs/external/xserver/debian/local/
H A Dxvfb-run.126 .TH xvfb\-run 1 "2004\-11\-12" "Debian Project"
28 xvfb\-run \- run specified X client or command in a virtual X server environment
30 .B xvfb\-run
36 .B xvfb\-run
40 client, or a script containing a list of clients to be run) within a virtual
43 .B xvfb\-run
55 is then run using the X display corresponding to the
67 .B xvfb\-run
71 .B xvfb\-run
95 .IR xvfb\-run. PID
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A DREADME20 * The kernel must have the appropriate infrastructure enabled to run all tdc
25 modules. To check what is required in current setup run:
29 In the current release, tdc run will abort due to a failure in setup or
30 teardown commands - which includes not being able to run a test simply
32 handled in a future version - the current workaround is to run the tests
36 BEFORE YOU RUN
52 commands being tested must be run as root. The code that enforces
60 to tdc when starting a test run; the veth pair will still be created
63 Running tdc without any arguments will run all tests. Refer to the section
64 on command line arguments for more information, or run:
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/
H A D51-these-are-not-joysticks-rm.rules7 SUBSYSTEM=="input", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c30a", KERNEL=="js[0-9]*", RUN+="/b…
9 SUBSYSTEM=="input", ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="a0df", KERNEL=="js[0-9]*", RUN+="/b…
11 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", KERNEL=="js[0-9]*", RUN+="/b…
13 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", KERNEL=="js[0-9]*", RUN+="/b…
15 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0012", KERNEL=="js[0-9]*", RUN+="/b…
17 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0013", KERNEL=="js[0-9]*", RUN+="/b…
19 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0014", KERNEL=="js[0-9]*", RUN+="/b…
21 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0015", KERNEL=="js[0-9]*", RUN+="/b…
23 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0016", KERNEL=="js[0-9]*", RUN+="/b…
25 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0017", KERNEL=="js[0-9]*", RUN+="/b…
[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/kernel/tools/perf/scripts/python/
H A Dstat-cpi.py23 def store(time, event, cpu, thread, val, ena, run): argument
24 #print("event %s cpu %d, thread %d, time %d, val %d, ena %d, run %d" %
25 # (event, cpu, thread, time, val, ena, run))
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);
[all …]

12345678910>>...298