/kernel/linux/linux-6.6/arch/riscv/kvm/ |
H A D | vcpu_sbi_replace.c | 24 retdata->err_val = SBI_ERR_INVALID_PARAM; in kvm_sbi_ext_time_handler() 56 retdata->err_val = SBI_ERR_INVALID_PARAM; in kvm_sbi_ext_ipi_handler() 125 retdata->err_val = SBI_ERR_NOT_SUPPORTED; in kvm_sbi_ext_rfence_handler() 163 retdata->err_val = SBI_ERR_NOT_SUPPORTED; in kvm_sbi_ext_srst_handler() 167 retdata->err_val = SBI_ERR_NOT_SUPPORTED; in kvm_sbi_ext_srst_handler()
|
H A D | vcpu_sbi_pmu.c | 26 retdata->err_val = SBI_ERR_NOT_SUPPORTED; in kvm_sbi_ext_pmu_handler() 68 retdata->err_val = SBI_ERR_NOT_SUPPORTED; in kvm_sbi_ext_pmu_handler()
|
H A D | vcpu_pmu.c | 329 retdata->err_val = SBI_ERR_INVALID_PARAM; in kvm_riscv_vcpu_pmu_ctr_info() 389 retdata->err_val = sbiret; in kvm_riscv_vcpu_pmu_ctr_start() 451 retdata->err_val = sbiret; in kvm_riscv_vcpu_pmu_ctr_stop() 528 retdata->err_val = sbiret; in kvm_riscv_vcpu_pmu_ctr_cfg_match() 540 retdata->err_val = SBI_ERR_INVALID_PARAM; in kvm_riscv_vcpu_pmu_ctr_read()
|
H A D | vcpu_sbi_hsm.c | 90 retdata->err_val = 0; in kvm_sbi_ext_hsm_handler() 109 retdata->err_val = ret; in kvm_sbi_ext_hsm_handler()
|
H A D | vcpu_sbi_base.c | 62 retdata->err_val = SBI_ERR_NOT_SUPPORTED; in kvm_sbi_ext_base_handler()
|
H A D | vcpu_sbi.c | 367 .err_val = 0, in kvm_riscv_vcpu_sbi_ecall() 410 cp->a0 = sbi_ret.err_val; in kvm_riscv_vcpu_sbi_ecall()
|
H A D | vcpu_sbi_v01.c | 103 retdata->err_val = SBI_ERR_NOT_SUPPORTED; in kvm_sbi_ext_v01_handler()
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | firmware_if.c | 445 u32 err_val; in fw_read_errors() local 456 err_val = RREG32(boot_err0_reg); in fw_read_errors() 457 if (!(err_val & CPU_BOOT_ERR0_ENABLED)) in fw_read_errors() 460 if (err_val & CPU_BOOT_ERR0_DRAM_INIT_FAIL) in fw_read_errors() 463 if (err_val & CPU_BOOT_ERR0_FIT_CORRUPTED) in fw_read_errors() 465 if (err_val & CPU_BOOT_ERR0_TS_INIT_FAIL) in fw_read_errors() 468 if (err_val & CPU_BOOT_ERR0_DRAM_SKIPPED) in fw_read_errors() 471 if (err_val & CPU_BOOT_ERR0_BMC_WAIT_SKIPPED) in fw_read_errors() 474 if (err_val & CPU_BOOT_ERR0_NIC_DATA_NOT_RDY) in fw_read_errors() 477 if (err_val in fw_read_errors() [all...] |
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | firmware_if.c | 649 static bool fw_report_boot_dev0(struct hl_device *hdev, u32 err_val, in fw_report_boot_dev0() argument 654 if (!(err_val & CPU_BOOT_ERR0_ENABLED)) in fw_report_boot_dev0() 657 if (err_val & CPU_BOOT_ERR0_DRAM_INIT_FAIL) { in fw_report_boot_dev0() 663 if (err_val & CPU_BOOT_ERR0_FIT_CORRUPTED) { in fw_report_boot_dev0() 668 if (err_val & CPU_BOOT_ERR0_TS_INIT_FAIL) { in fw_report_boot_dev0() 674 if (err_val & CPU_BOOT_ERR0_BMC_WAIT_SKIPPED) { in fw_report_boot_dev0() 685 err_val &= ~CPU_BOOT_ERR0_BMC_WAIT_SKIPPED; in fw_report_boot_dev0() 689 if (err_val & CPU_BOOT_ERR0_NIC_DATA_NOT_RDY) { in fw_report_boot_dev0() 695 if (err_val & CPU_BOOT_ERR0_NIC_FW_FAIL) { in fw_report_boot_dev0() 701 if (err_val in fw_report_boot_dev0() 789 fw_report_boot_dev1(struct hl_device *hdev, u32 err_val, u32 sts_val) fw_report_boot_dev1() argument 824 u32 err_val, status_val; fw_read_errors() local [all...] |
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | unistr.c | 69 * @err_val: if @name1 contains an invalid character return this value 79 * @err_val if an invalid character is found in @name1 during the comparison. 85 const int err_val, const IGNORE_CASE_BOOL ic, in ntfs_collate_names() 104 return err_val; in ntfs_collate_names() 117 return err_val; in ntfs_collate_names() 212 const int err_val, const IGNORE_CASE_BOOL ic, in ntfs_file_compare_values() 219 err_val, ic, upcase, upcase_len); in ntfs_file_compare_values() 83 ntfs_collate_names(const ntfschar *name1, const u32 name1_len, const ntfschar *name2, const u32 name2_len, const int err_val, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_len) ntfs_collate_names() argument 210 ntfs_file_compare_values(FILE_NAME_ATTR *file_name_attr1, FILE_NAME_ATTR *file_name_attr2, const int err_val, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_len) ntfs_file_compare_values() argument
|
H A D | ntfs.h | 100 const int err_val, const IGNORE_CASE_BOOL ic, 111 const int err_val, const IGNORE_CASE_BOOL ic,
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | unistr.c | 69 * @err_val: if @name1 contains an invalid character return this value 79 * @err_val if an invalid character is found in @name1 during the comparison. 85 const int err_val, const IGNORE_CASE_BOOL ic, in ntfs_collate_names() 104 return err_val; in ntfs_collate_names() 117 return err_val; in ntfs_collate_names() 212 const int err_val, const IGNORE_CASE_BOOL ic, in ntfs_file_compare_values() 219 err_val, ic, upcase, upcase_len); in ntfs_file_compare_values() 83 ntfs_collate_names(const ntfschar *name1, const u32 name1_len, const ntfschar *name2, const u32 name2_len, const int err_val, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_len) ntfs_collate_names() argument 210 ntfs_file_compare_values(FILE_NAME_ATTR *file_name_attr1, FILE_NAME_ATTR *file_name_attr2, const int err_val, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_len) ntfs_file_compare_values() argument
|
H A D | ntfs.h | 100 const int err_val, const IGNORE_CASE_BOOL ic, 111 const int err_val, const IGNORE_CASE_BOOL ic,
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | kvm_vcpu_sbi.h | 30 unsigned long err_val; member
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | parse-events.c | 815 idx = term->err_val; in parse_events_config_bpf() 985 parse_events__handle_error(err, term->err_val, in check_type_val() 1095 parse_events__handle_error(err, term->err_val, in config_term_common() 1104 parse_events__handle_error(err, term->err_val, in config_term_common() 1140 parse_events__handle_error(err, term->err_val, in config_term_common() 1152 parse_events__handle_error(err, term->err_val, in config_term_common() 2975 .err_val = loc_val ? loc_val->first_column : 0, in parse_events_term__num() 2993 .err_val = loc_val ? loc_val->first_column : 0, in parse_events_term__str() 3033 .err_val = term->err_val, in parse_events_term__clone() [all...] |
H A D | parse-events.h | 116 int err_val; member
|
H A D | pmu.c | 1148 parse_events__handle_error(err, term->err_val, in pmu_config_term() 1163 parse_events__handle_error(err, term->err_val, in pmu_config_term() 1180 parse_events__handle_error(err, term->err_val, in pmu_config_term()
|
H A D | bpf-loader.c | 1043 if (!term->err_val) { in bpf_map__config_value() 1103 if (!term->err_val) { in bpf_map__config_event()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | parse-events.c | 731 parse_events_error__handle(err, term->err_val, in check_type_val() 877 parse_events_error__handle(err, term->err_val, in config_term_common() 886 parse_events_error__handle(err, term->err_val, in config_term_common() 928 parse_events_error__handle(err, term->err_val, in config_term_common() 940 parse_events_error__handle(err, term->err_val, in config_term_common() 2482 .err_val = loc_val ? loc_val->first_column : 0, in parse_events_term__num() 2501 .err_val = loc_val ? loc_val->first_column : 0, in parse_events_term__str()
|
H A D | parse-events.h | 115 * @err_val: The column index of the val from parsing, used during error 118 int err_val; member
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/ |
H A D | zip_main.c | 648 u32 err_val; in hisi_zip_log_hw_error() local 656 err_val = readl(qm->io_base + in hisi_zip_log_hw_error() 659 ((err_val >> in hisi_zip_log_hw_error()
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
H A D | sec_main.c | 681 u32 err_val; in sec_log_hw_error() local 689 err_val = readl(qm->io_base + in sec_log_hw_error() 692 SEC_ECC_NUM(err_val)); in sec_log_hw_error()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/ |
H A D | sec_main.c | 983 u32 err_val; in sec_log_hw_error() local 991 err_val = readl(qm->io_base + in sec_log_hw_error() 994 ((err_val) >> SEC_ECC_NUM) & in sec_log_hw_error()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/ |
H A D | zip_main.c | 1045 u32 err_val; in hisi_zip_log_hw_error() local 1053 err_val = readl(qm->io_base + in hisi_zip_log_hw_error() 1056 ((err_val >> in hisi_zip_log_hw_error()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv0900_core.c | 326 u32 lsb, msb, hsb, err_val; in stv0900_get_err_count() local 342 err_val = (hsb << 16) + (msb << 8) + (lsb); in stv0900_get_err_count() 344 return err_val; in stv0900_get_err_count()
|