/openbmc/linux/tools/perf/scripts/python/ |
H A D | stat-cpi.py | 23 def store(time, event, cpu, thread, val, ena, run): argument 35 def stat__cycles_k(cpu, thread, time, val, ena, run): argument 38 def stat__instructions_k(cpu, thread, time, val, ena, run): argument 41 def stat__cycles_u(cpu, thread, time, val, ena, run): argument 44 def stat__instructions_u(cpu, thread, time, val, ena, run): argument 47 def stat__cycles(cpu, thread, time, val, ena, run): argument 50 def stat__instructions(cpu, thread, time, val, ena, run): argument
|
/openbmc/linux/fs/ntfs3/ |
H A D | run.c | 34 static bool run_lookup(const struct runs_tree *run, CLST vcn, size_t *index) in run_lookup() 93 static void run_consolidate(struct runs_tree *run, size_t index) in run_consolidate() 167 bool run_is_mapped_full(const struct runs_tree *run, CLST svcn, CLST evcn) in run_is_mapped_full() 192 bool run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn, in run_lookup_entry() 228 void run_truncate_head(struct runs_tree *run, CLST vcn) in run_truncate_head() 263 void run_truncate(struct runs_tree *run, CLST vcn) in run_truncate() 300 void run_truncate_around(struct runs_tree *run, CLST vcn) in run_truncate_around() 316 bool run_add_entry(struct runs_tree *run, CLST vcn, CLST lcn, CLST len, in run_add_entry() 489 bool run_collapse_range(struct runs_tree *run, CLST vcn, CLST len) in run_collapse_range() 555 bool run_insert_range(struct runs_tree *run, CLST vcn, CLST len) in run_insert_range() [all …]
|
H A D | attrib.c | 61 struct runs_tree *run, const CLST *vcn) in attr_load_runs() 93 static int run_deallocate_ex(struct ntfs_sb_info *sbi, struct runs_tree *run, in run_deallocate_ex() 149 int attr_allocate_clusters(struct ntfs_sb_info *sbi, struct runs_tree *run, in attr_allocate_clusters() 228 u64 new_size, struct runs_tree *run, in attr_make_nonresident() 357 u64 new_size, struct runs_tree *run, in attr_set_size_res() 404 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_set_size() 890 struct runs_tree *run = &ni->file.run; in attr_data_get_block() local 1319 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_load_runs_vcn() 1362 const __le16 *name, u8 name_len, struct runs_tree *run, in attr_load_runs_range() 1392 struct runs_tree *run, u64 frame, u64 frames, in attr_wof_frame_info() [all …]
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1016 void kvm_arch_pre_run(CPUState *cpu, struct kvm_run *run) in kvm_arch_pre_run() 1020 MemTxAttrs kvm_arch_post_run(CPUState *cs, struct kvm_run *run) in kvm_arch_post_run() 1155 static void kvm_sclp_service_call(S390CPU *cpu, struct kvm_run *run, in kvm_sclp_service_call() 1189 static int handle_b2(S390CPU *cpu, struct kvm_run *run, uint8_t ipa1) in handle_b2() 1260 static uint64_t get_base_disp_rxy(S390CPU *cpu, struct kvm_run *run, in get_base_disp_rxy() 1280 static uint64_t get_base_disp_rsy(S390CPU *cpu, struct kvm_run *run, in get_base_disp_rsy() 1298 static int kvm_clp_service_call(S390CPU *cpu, struct kvm_run *run) in kvm_clp_service_call() 1309 static int kvm_pcilg_service_call(S390CPU *cpu, struct kvm_run *run) in kvm_pcilg_service_call() 1321 static int kvm_pcistg_service_call(S390CPU *cpu, struct kvm_run *run) in kvm_pcistg_service_call() 1333 static int kvm_stpcifc_service_call(S390CPU *cpu, struct kvm_run *run) in kvm_stpcifc_service_call() [all …]
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | sync_regs_test.c | 91 struct kvm_run *run = (struct kvm_run *)arg; in race_events_inj_pen() local 114 struct kvm_run *run = (struct kvm_run *)arg; in race_events_exc() local 136 struct kvm_run *run = (struct kvm_run *)arg; in race_sregs_cr4() local 161 struct kvm_run *run; in race_sync_regs() local 215 struct kvm_run *run; in main() local
|
H A D | mmio_warning_test.c | 36 struct kvm_run *run; member 44 struct kvm_run *run = tc->run; in thr() local 57 struct kvm_run *run; in test() local
|
H A D | userspace_msr_exit_test.c | 409 struct kvm_run *run = vcpu->run; in process_rdmsr() local 441 struct kvm_run *run = vcpu->run; in process_wrmsr() local 612 static void handle_rdmsr(struct kvm_run *run) in handle_rdmsr() 629 static void handle_wrmsr(struct kvm_run *run) in handle_wrmsr() 653 struct kvm_run *run; in test_msr_filter_deny() local
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | sync_regs_test.c | 78 struct kvm_run *run = vcpu->run; in test_read_invalid() local 99 struct kvm_run *run = vcpu->run; in test_set_invalid() local 120 struct kvm_run *run = vcpu->run; in test_req_and_verify_all_valid_regs() local 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
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu_sbi_replace.c | 17 static int kvm_sbi_ext_time_handler(struct kvm_vcpu *vcpu, struct kvm_run *run, in kvm_sbi_ext_time_handler() 45 static int kvm_sbi_ext_ipi_handler(struct kvm_vcpu *vcpu, struct kvm_run *run, in kvm_sbi_ext_ipi_handler() 83 static int kvm_sbi_ext_rfence_handler(struct kvm_vcpu *vcpu, struct kvm_run *run, in kvm_sbi_ext_rfence_handler() 138 struct kvm_run *run, in kvm_sbi_ext_srst_handler()
|
H A D | vcpu_insn.c | 151 static int truly_illegal_insn(struct kvm_vcpu *vcpu, struct kvm_run *run, in truly_illegal_insn() 167 static int truly_virtual_insn(struct kvm_vcpu *vcpu, struct kvm_run *run, in truly_virtual_insn() 197 static int wfi_insn(struct kvm_vcpu *vcpu, struct kvm_run *run, ulong insn) in wfi_insn() 230 int kvm_riscv_vcpu_csr_return(struct kvm_vcpu *vcpu, struct kvm_run *run) in kvm_riscv_vcpu_csr_return() 250 static int csr_insn(struct kvm_vcpu *vcpu, struct kvm_run *run, ulong insn) in csr_insn() 370 static int system_opcode_insn(struct kvm_vcpu *vcpu, struct kvm_run *run, in system_opcode_insn() 410 int kvm_riscv_vcpu_virtual_insn(struct kvm_vcpu *vcpu, struct kvm_run *run, in kvm_riscv_vcpu_virtual_insn() 453 int kvm_riscv_vcpu_mmio_load(struct kvm_vcpu *vcpu, struct kvm_run *run, in kvm_riscv_vcpu_mmio_load() 575 int kvm_riscv_vcpu_mmio_store(struct kvm_vcpu *vcpu, struct kvm_run *run, in kvm_riscv_vcpu_mmio_store() 703 int kvm_riscv_vcpu_mmio_return(struct kvm_vcpu *vcpu, struct kvm_run *run) in kvm_riscv_vcpu_mmio_return()
|
H A D | vcpu_sbi_base.c | 16 static int kvm_sbi_ext_base_handler(struct kvm_vcpu *vcpu, struct kvm_run *run, in kvm_sbi_ext_base_handler() 76 struct kvm_run *run, in kvm_sbi_ext_forward_handler()
|
H A D | vcpu_sbi.c | 79 void kvm_riscv_vcpu_sbi_forward(struct kvm_vcpu *vcpu, struct kvm_run *run) in kvm_riscv_vcpu_sbi_forward() 99 struct kvm_run *run, in kvm_riscv_vcpu_sbi_system_reset() 116 int kvm_riscv_vcpu_sbi_return(struct kvm_vcpu *vcpu, struct kvm_run *run) in kvm_riscv_vcpu_sbi_return() 358 int kvm_riscv_vcpu_sbi_ecall(struct kvm_vcpu *vcpu, struct kvm_run *run) in kvm_riscv_vcpu_sbi_ecall()
|
H A D | vcpu_exit.c | 13 static int gstage_page_fault(struct kvm_vcpu *vcpu, struct kvm_run *run, in gstage_page_fault() 172 int kvm_riscv_vcpu_exit(struct kvm_vcpu *vcpu, struct kvm_run *run, in kvm_riscv_vcpu_exit()
|
/openbmc/qemu/tests/docker/ |
H A D | docker.py | 358 def run(self, cmd, keep, quiet, as_user=False): member in Docker 393 def run(self, args, argv): member in SubCommand 411 def run(self, args, argv): member in RunCommand 442 def run(self, args, argv): member in BuildCommand 512 def run(self, args, argv): member in FetchCommand 533 def run(self, args, argv): member in UpdateCommand 601 def run(self, args, argv): member in CleanCommand 610 def run(self, args, argv): member in ImagesCommand 618 def run(self, args, argv): member in ProbeCommand 646 def run(self, args, argv): member in CcCommand
|
/openbmc/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_tags_inclusion.c | 52 int tag, run, ret, result = KSFT_PASS; in check_single_included_tags() local 84 int tag, run, result = KSFT_PASS; in check_multiple_included_tags() local 116 int run, ret, result = KSFT_PASS; in check_all_included_tags() local 142 int run, ret; in check_none_included_tags() local
|
H A D | check_mmap_options.c | 63 int run, result, map_size; in check_anonymous_memory_mapping() local 94 int run, fd, map_size; in check_file_memory_mapping() local 133 int run, prot_flag, result, fd, map_size; in check_clear_prot_mte_flag() local
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qom.py | 86 def run(self) -> int: member in QOMSet 131 def run(self) -> int: member in QOMGet 179 def run(self) -> int: member in QOMList 247 def run(self) -> int: member in QOMTree
|
/openbmc/linux/drivers/media/test-drivers/visl/ |
H A D | visl-dec.c | 37 __kernel_size_t buflen, struct visl_run *run) in visl_get_ref_frames() 196 struct visl_run *run, char buf[], size_t bufsz) in visl_tpg_fill_sequence() 215 static void visl_tpg_fill(struct visl_ctx *ctx, struct visl_run *run) in visl_tpg_fill() 358 static void visl_trace_ctrls(struct visl_ctx *ctx, struct visl_run *run) in visl_trace_ctrls() 420 struct visl_run run = {}; in visl_device_run() local
|
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_h264.c | 87 struct cedrus_run *run) in cedrus_write_frame_list() 190 struct cedrus_run *run, in _cedrus_write_ref_list() 235 struct cedrus_run *run) in cedrus_write_ref_list0() 246 struct cedrus_run *run) in cedrus_write_ref_list1() 257 struct cedrus_run *run) in cedrus_write_scaling_lists() 281 struct cedrus_run *run) in cedrus_write_pred_weight_table() 342 struct cedrus_run *run) in cedrus_set_params() 516 static int cedrus_h264_setup(struct cedrus_ctx *ctx, struct cedrus_run *run) in cedrus_h264_setup()
|
/openbmc/linux/fs/befs/ |
H A D | datastream.c | 53 befs_block_run run; in befs_read_datastream() local 96 befs_blocknr_t fblock, befs_block_run *run) in befs_fblock2brun() 252 befs_blocknr_t blockno, befs_block_run *run) in befs_find_brun_direct() 308 befs_block_run *run) in befs_find_brun_indirect() 417 befs_block_run *run) in befs_find_brun_dblindirect()
|
/openbmc/qemu/tests/migration/guestperf/ |
H A D | shell.py | 175 def run(self, argv): member in Shell 211 def run(self, argv): member in BatchShell 267 def run(self, argv): member in PlotShell
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | start.rst | 69 Customizing Kconfig 122 Filtering tests by name
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | munmap-pthread.c | 14 volatile bool *run = arg; in thread_mmap_munmap() local 42 volatile bool run = true; in main() local
|
/openbmc/obmc-ikvm/ |
H A D | ikvm_manager.cpp | 15 void Manager::run() in run() function in ikvm::Manager 17 std::thread run(serverThread, this); in run() local
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kfigure.py | 352 def run(self): member in KernelImage 388 def run(self): member in KernelFigure 477 def run(self): member in KernelRender
|