/linux-6.14.4/arch/x86/lib/ |
D | msr.c | 42 u64 val; in msr_read() local 123 void do_trace_write_msr(unsigned int msr, u64 val, int failed) in do_trace_write_msr() 130 void do_trace_read_msr(unsigned int msr, u64 val, int failed) in do_trace_read_msr() 137 void do_trace_rdpmc(unsigned counter, u64 val, int failed) in do_trace_rdpmc()
|
/linux-6.14.4/arch/x86/include/asm/ |
D | msr.h | 47 #define DECLARE_ARGS(val, low, high) unsigned long low, high argument 48 #define EAX_EDX_VAL(val, low, high) ((low) | (high) << 32) argument 49 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high) argument 51 #define DECLARE_ARGS(val, low, high) unsigned long long val argument 52 #define EAX_EDX_VAL(val, low, high) (val) argument 53 #define EAX_EDX_RET(val, low, high) "=A" (val) argument 70 static inline void do_trace_write_msr(unsigned int msr, u64 val, int failed) {} in do_trace_write_msr() 71 static inline void do_trace_read_msr(unsigned int msr, u64 val, int failed) {} in do_trace_read_msr() 72 static inline void do_trace_rdpmc(unsigned int msr, u64 val, int failed) {} in do_trace_rdpmc() 112 #define native_wrmsrl(msr, val) \ argument [all …]
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | stacktrace_map_skip.c | 33 int failed = 0; variable 39 __u32 key = 0, val = 0; in oncpu() local
|
/linux-6.14.4/drivers/mmc/host/ |
D | sdhci-pci-arasan.c | 96 bool failed; in arasan_phy_addr_poll() local 97 u8 val = 0; in arasan_phy_addr_poll() local 133 bool failed; in arasan_phy_sts_poll() local 134 u8 val = 0; in arasan_phy_sts_poll() local 152 u8 val; in arasan_phy_init() local 192 u8 val; in arasan_phy_set() local
|
/linux-6.14.4/drivers/gpu/drm/xe/tests/ |
D | xe_bo.c | 377 u32 val; member 393 u32 val = prandom_u32_state(state); in shrink_test_fill_random() local 411 bool failed = false; in shrink_test_verify() local 419 u32 val = prandom_u32_state(state); in shrink_test_verify() local 454 bool failed = false; in shrink_test_run_device() local
|
/linux-6.14.4/arch/arm/vdso/ |
D | vdsomunge.c | 79 static int failed; variable 111 static void write_elf_word(Elf32_Word val, Elf32_Word *dst, bool swap) in write_elf_word()
|
/linux-6.14.4/drivers/s390/scsi/ |
D | zfcp_sysfs.c | 108 unsigned long val; in zfcp_sysfs_port_failed_store() local 129 unsigned int status, failed = 1; in zfcp_sysfs_unit_failed_show() local 146 unsigned long val; in zfcp_sysfs_unit_failed_store() local 193 unsigned long val; in zfcp_sysfs_adapter_failed_store() local 641 unsigned int failed = status & ZFCP_STATUS_COMMON_ERP_FAILED ? 1 : 0; in zfcp_sysfs_scsi_zfcp_failed_show() local 651 unsigned long val; in zfcp_sysfs_scsi_zfcp_failed_store() local
|
/linux-6.14.4/arch/x86/kernel/cpu/microcode/ |
D | core.c | 534 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; in load_late_stop_cpus() local 698 unsigned long val; in reload_store() local
|
/linux-6.14.4/drivers/ssb/ |
D | pcmcia.c | 102 u8 val; in ssb_pcmcia_switch_coreidx() local 170 u8 val; in ssb_pcmcia_switch_segment() local 542 bool failed = 0; in ssb_pcmcia_sprom_write_all() local 763 u8 val; in ssb_pcmcia_cor_setup() local
|
/linux-6.14.4/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gpu.c | 205 #define etnaviv_field(val, field) \ argument 536 bool failed = true; in etnaviv_hw_reset() local 801 u32 val = gpu_read(gpu, VIVS_MMUv2_AHB_CONTROL); in etnaviv_gpu_hw_init() local 1352 u32 val; in sync_point_perfmon_sample_pre() local 1371 u32 val; in sync_point_perfmon_sample_post() local
|
/linux-6.14.4/tools/perf/util/ |
D | config.c | 315 static int parse_unit_factor(const char *end, unsigned long *val) in parse_unit_factor() 338 long long val = strtoll(value, &end, 0); in perf_parse_llong() local 353 long val = strtol(value, &end, 0); in perf_parse_long() local 609 static bool failed; in perf_home_perfconfig() local 686 char *val = strdup(value); in set_value() local
|
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | main.c | 142 bool failed = false; in mt7603_set_channel() local 531 u32 val; in mt7603_conf_tx() local
|
/linux-6.14.4/lib/kunit/ |
D | test.c | 86 unsigned long failed; member 825 static int kunit_module_notify(struct notifier_block *nb, unsigned long val, in kunit_module_notify()
|
/linux-6.14.4/mm/ |
D | memcontrol-v1.c | 89 #define MEMFILE_PRIVATE(x, val) ((x) << 16 | (val)) argument 90 #define MEMFILE_TYPE(val) ((val) >> 16 & 0xffff) argument 91 #define MEMFILE_ATTR(val) ((val) & 0xffff) argument 412 struct cftype *cft, u64 val) in mem_cgroup_move_charge_write() 424 struct cftype *cft, u64 val) in mem_cgroup_move_charge_write() 517 unsigned long val, next; in memcg1_event_ratelimit() local 1124 struct mem_cgroup *iter, *failed = NULL; in mem_cgroup_oom_trylock() local 1438 struct cftype *cft, u64 val) in mem_cgroup_hierarchy_write() 1851 struct cftype *cft, u64 val) in mem_cgroup_swappiness_write() 1878 struct cftype *cft, u64 val) in mem_cgroup_oom_control_write()
|
/linux-6.14.4/arch/arm64/kvm/ |
D | at.c | 60 bool failed; member 122 u64 val; in compute_s1poe() local 1343 u64 val, hcr; in __kvm_at_s1e2() local
|
/linux-6.14.4/drivers/input/mouse/ |
D | psmouse-base.c | 1337 bool failed = false, enabled = false; in psmouse_resync() local 2008 static int psmouse_set_maxproto(const char *val, const struct kernel_param *kp) in psmouse_set_maxproto()
|
/linux-6.14.4/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 3145 u32 val; in qlcnic_idc_debug_info() local 3158 u32 val; in qlcnic_set_drv_state() local 3183 u32 val; in qlcnic_clr_drv_state() local 3197 void qlcnic_clr_all_drv_state(struct qlcnic_adapter *adapter, u8 failed) in qlcnic_clr_all_drv_state() 3199 u32 val; in qlcnic_clr_all_drv_state() local 3253 u32 val = QLC_SHARED_REG_RD32(adapter, QLCNIC_CRB_DRV_IDC_VER); in qlcnic_check_idc_ver() local 3266 u32 val, prev_state; in qlcnic_can_start_firmware() local 3355 u32 val; in qlcnic_fwinit_work() local 3746 int val = pdev->devfn; in qlcnic_is_first_func() local
|
/linux-6.14.4/kernel/trace/ |
D | trace_functions_graph.c | 39 int failed; member 1578 unsigned long val; in graph_depth_write() local
|
/linux-6.14.4/kernel/ |
D | seccomp.c | 87 long val; member 498 pid_t failed; in seccomp_can_sync_threads() local
|
/linux-6.14.4/tools/testing/radix-tree/ |
D | maple.c | 34835 unsigned int failed; /* failed detection for other threads */ member 35105 unsigned long val = 0xDEAD; in check_rcu_simulated() local
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | reg_bounds.c | 715 static void reg_state_set_const(struct reg_state *rs, enum num_t t, u64 val) in reg_state_set_const() 1085 u64 val; in parse_reg_state() local 1393 bool failed = false; in verify_case_op() local
|
/linux-6.14.4/drivers/clk/ |
D | clk.c | 148 struct clk_core *core, *failed; in clk_pm_runtime_get_all() local 3446 static int clk_rate_set(void *data, u64 val) in clk_rate_set() 3460 static int clk_phase_set(void *data, u64 val) in clk_phase_set() 3475 static int clk_prepare_enable_set(void *data, u64 val) in clk_prepare_enable_set() 3488 static int clk_prepare_enable_get(void *data, u64 *val) in clk_prepare_enable_get() 3507 static int clk_rate_get(void *data, u64 *val) in clk_rate_get() 3520 static int clk_phase_get(void *data, u64 *val) in clk_phase_get()
|
/linux-6.14.4/fs/btrfs/ |
D | volumes.c | 3571 int failed = 0; in btrfs_relocate_sys_chunks() local 4937 int failed = 0; in btrfs_shrink_device() local 7645 u64 val; in btrfs_dev_stats_value() local 7656 int index, u64 val) in btrfs_set_dev_stats_value()
|
/linux-6.14.4/drivers/video/fbdev/sis/ |
D | init301.c | 9100 SiS_SetChReg(struct SiS_Private *SiS_Pr, unsigned short reg, unsigned char val, unsigned short myor) in SiS_SetChReg() 9125 SiS_SetCH700x(struct SiS_Private *SiS_Pr, unsigned short reg, unsigned char val) in SiS_SetCH700x() 9152 SiS_SetCH701x(struct SiS_Private *SiS_Pr, unsigned short reg, unsigned char val) in SiS_SetCH701x() 9164 SiS_SetCH70xx(struct SiS_Private *SiS_Pr, unsigned short reg, unsigned char val) in SiS_SetCH70xx() 9435 bool failed = false; in SiS_DoProbeDDC() local
|
/linux-6.14.4/drivers/md/ |
D | md.c | 1455 int active=0, working=0,failed=0,spare=0,nr_disks=0; in super_90_sync() local 5966 static int add_named_array(const char *val, const struct kernel_param *kp) in add_named_array() 6741 int nr,working,insync,failed,spare; in get_array_info() local 10303 static int set_ro(const char *val, const struct kernel_param *kp) in set_ro()
|