/linux-6.14.4/arch/arm64/kernel/ |
D | cpufeature.c | 995 u64 val = 0; in init_cpu_ftr_reg() local 1216 static int check_update_ftr_reg(u32 sys_id, int cpu, u64 val, u64 boot) in check_update_ftr_reg() 1504 u64 val; in __read_sysreg_by_encoding() local 1568 has_always(const struct arm64_cpu_capabilities *entry, int scope) in has_always() 1576 int val, min, max; in feature_matches() local 1601 read_scoped_sysreg(const struct arm64_cpu_capabilities *entry, int scope) in read_scoped_sysreg() 1611 has_user_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) in has_user_cpuid_feature() 1615 u64 val = read_scoped_sysreg(entry, scope); in has_user_cpuid_feature() local 1631 has_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) in has_cpuid_feature() 1633 u64 val = read_scoped_sysreg(entry, scope); in has_cpuid_feature() local [all …]
|
/linux-6.14.4/drivers/counter/ |
D | counter-sysfs.c | 40 enum counter_scope scope; member 570 const enum counter_scope scope, in counter_attr_create() 749 const enum counter_scope scope, in counter_ext_attrs_create() 766 const enum counter_scope scope, in counter_array_attrs_create() 806 const enum counter_scope scope, in counter_sysfs_exts_add() 844 const enum counter_scope scope = COUNTER_SCOPE_SIGNAL; in counter_signal_attrs_create() local 944 const enum counter_scope scope = COUNTER_SCOPE_COUNT; in counter_count_attrs_create() local 1006 static int counter_num_signals_read(struct counter_device *counter, u8 *val) in counter_num_signals_read() 1012 static int counter_num_counts_read(struct counter_device *counter, u8 *val) in counter_num_counts_read() 1019 u64 *val) in counter_events_queue_size_read() [all …]
|
/linux-6.14.4/drivers/acpi/ |
D | property.c | 104 acpi_handle scope; in acpi_nondev_subnode_extract() local 156 static bool acpi_nondev_subnode_ok(acpi_handle scope, in acpi_nondev_subnode_ok() 175 static bool acpi_add_nondev_subnodes(acpi_handle scope, in acpi_add_nondev_subnodes() 223 static bool acpi_enumerate_nondev_subnodes(acpi_handle scope, in acpi_enumerate_nondev_subnodes() 497 static bool acpi_extract_properties(acpi_handle scope, union acpi_object *desc, in acpi_extract_properties() 850 acpi_handle scope, handle; in acpi_parse_string_ref() local 1046 enum dev_prop_type proptype, void *val) in acpi_data_prop_read_single() 1093 #define acpi_copy_property_array_uint(items, val, nval) \ argument 1125 char **val, size_t nval) in acpi_copy_property_array_string() 1141 void *val, size_t nval) in acpi_data_prop_read() [all …]
|
/linux-6.14.4/net/ipv6/ |
D | addrconf_core.c | 20 #define IPV6_ADDR_SCOPE_TYPE(scope) ((scope) << 16) argument 22 static inline unsigned int ipv6_addr_scope2type(unsigned int scope) in ipv6_addr_scope2type() 107 int inet6addr_notifier_call_chain(unsigned long val, void *v) in inet6addr_notifier_call_chain() 126 int inet6addr_validator_notifier_call_chain(unsigned long val, void *v) in inet6addr_validator_notifier_call_chain()
|
D | addrconf.c | 1018 u32 val = __ipv6_addr_jhash(addr, net_hash_mix(net)); in inet6_addr_hash() local 1531 int scope; member 3182 int plen, int scope, u8 proto) in add_addr() 3212 int scope, plen, offset = 0; in add_v4_addrs() local 5074 u8 scope, int ifindex) in put_ifaddrmsg() 5205 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifmcaddr() local 5241 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifacaddr() local 6323 int val = *valp; in addrconf_sysctl_forward() local 6420 int val = *valp; in addrconf_sysctl_disable() local 6619 int val = *valp; in addrconf_sysctl_ignore_routes_with_linkdown() local [all …]
|
/linux-6.14.4/drivers/usb/typec/ucsi/ |
D | psy.c | 35 union power_supply_propval *val) in ucsi_psy_get_scope() 37 u8 scope = POWER_SUPPLY_SCOPE_UNKNOWN; in ucsi_psy_get_scope() local 55 union power_supply_propval *val) in ucsi_psy_get_online() 65 union power_supply_propval *val) in ucsi_psy_get_voltage_min() 88 union power_supply_propval *val) in ucsi_psy_get_voltage_max() 115 union power_supply_propval *val) in ucsi_psy_get_voltage_now() 144 union power_supply_propval *val) in ucsi_psy_get_current_max() 174 union power_supply_propval *val) in ucsi_psy_get_current_now() 184 union power_supply_propval *val) in ucsi_psy_get_usb_type() 194 static int ucsi_psy_get_charge_type(struct ucsi_connector *con, union power_supply_propval *val) in ucsi_psy_get_charge_type() [all …]
|
/linux-6.14.4/drivers/misc/cxl/ |
D | flash.c | 54 static int rcall(int token, char *buf, s32 scope) in rcall() 72 u32 *val; in update_property() local 107 static int update_node(__be32 phandle, s32 scope) in update_node() 174 static int update_devicetree(struct cxl *adapter, s32 scope) in update_devicetree()
|
/linux-6.14.4/net/ipv4/ |
D | fib_semantics.c | 323 static unsigned int fib_info_hashfn_1(int init_val, u8 protocol, u8 scope, in fib_info_hashfn_1() 326 unsigned int val = init_val; in fib_info_hashfn_1() local 336 unsigned int val) in fib_info_hashfn_result() 343 unsigned int val; in fib_info_hashfn() local 998 u32 fi_val, val; in fib_metrics_match() local 1099 u8 scope, struct netlink_ext_ack *extack) in fib_check_nh_v4_gw() 1227 int fib_check_nh(struct net *net, struct fib_nh *nh, u32 table, u8 scope, in fib_check_nh() 1243 fib_info_laddrhash_bucket(const struct net *net, __be32 val) in fib_info_laddrhash_bucket() 1301 unsigned char scope) in fib_info_update_nhc_saddr() 1965 int scope = RT_SCOPE_NOWHERE; in fib_sync_down_dev() local
|
D | devinet.c | 124 u32 val = __ipv4_addr_hash(addr, net_hash_mix(net)); in inet_addr_hash() local 1353 int scope) in in_dev_select_addr() 1368 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) in inet_select_addr() 1440 __be32 local, int scope) in confirm_addr_indev() 1492 __be32 dst, __be32 local, int scope) in inet_confirm_addr() 2478 int val = *valp; in devinet_sysctl_forward() local 2525 int val = *valp; in ipv4_doint_and_flush() local
|
D | nexthop.c | 460 static unsigned int nh_dev_hashfn(unsigned int val) in nh_dev_hashfn() 1587 static int nexthop_check_scope(struct nh_info *nhi, u8 scope, in nexthop_check_scope() 1608 int fib_check_nexthop(struct nexthop *nh, u8 scope, in fib_check_nexthop()
|
D | udp.c | 1284 u8 tos, scope; in udp_sendmsg() local 2927 int val, valbool; in udp_lib_setsockopt() local 3066 int val, len; in udp_lib_getsockopt() local
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | cpufeature.h | 90 u64 val; member 401 int scope) in cpucap_multi_entry_cap_matches() 536 u64 val = cpuid_feature_extract_unsigned_field(features, field); in cpuid_feature_cap_perfmon_field() local 577 static inline s64 arm64_ftr_value(const struct arm64_ftr_bits *ftrp, u64 val) in arm64_ftr_value() 590 u32 val = cpuid_feature_extract_unsigned_field(pfr0, ID_AA64PFR0_EL1_EL1_SHIFT); in id_aa64pfr0_32bit_el1() local 597 u32 val = cpuid_feature_extract_unsigned_field(pfr0, ID_AA64PFR0_EL1_EL0_SHIFT); in id_aa64pfr0_32bit_el0() local 604 u32 val = cpuid_feature_extract_unsigned_field(pfr0, ID_AA64PFR0_EL1_SVE_SHIFT); in id_aa64pfr0_sve() local 611 u32 val = cpuid_feature_extract_unsigned_field(pfr1, ID_AA64PFR1_EL1_SME_SHIFT); in id_aa64pfr1_sme() local 618 u32 val = cpuid_feature_extract_unsigned_field(pfr0, ID_AA64PFR0_EL1_MPAM_SHIFT); in id_aa64pfr0_mpam() local 625 u32 val = cpuid_feature_extract_unsigned_field(pfr1, ID_AA64PFR1_EL1_MTE_SHIFT); in id_aa64pfr1_mte() local [all …]
|
/linux-6.14.4/arch/riscv/mm/ |
D | cacheflush.c | 109 u32 val; in cbo_get_block_size() local 225 int riscv_set_icache_flush_ctx(unsigned long ctx, unsigned long scope) in riscv_set_icache_flush_ctx()
|
/linux-6.14.4/drivers/scsi/qla2xxx/ |
D | qla_inline.h | 278 u8 scope; in qla2x00_set_retry_delay_timestamp() local 635 static inline bool val_is_in_range(u32 val, u32 start, u32 end) in val_is_in_range()
|
/linux-6.14.4/drivers/iommu/intel/ |
D | dmar.c | 84 struct acpi_dmar_device_scope *scope; in dmar_alloc_dev_scope() local 222 struct acpi_dmar_device_scope *scope; in dmar_insert_dev_scope() local 733 struct acpi_dmar_device_scope *scope; in dmar_acpi_insert_dev_scope() local 1647 u64 val = virt_to_phys(qi->desc); in __dmar_enable_qi() local
|
/linux-6.14.4/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 105 static int pnv_eeh_dbgfs_set(void *data, int offset, u64 val) in pnv_eeh_dbgfs_set() 114 static int pnv_eeh_dbgfs_get(void *data, int offset, u64 *val) in pnv_eeh_dbgfs_get() 858 uint8_t scope; in pnv_eeh_bridge_reset() local 1229 int where, int size, u32 *val) in pnv_eeh_read_config() 1245 int where, int size, u32 val) in pnv_eeh_write_config()
|
/linux-6.14.4/drivers/net/netdevsim/ |
D | netdev.c | 193 static int nsim_set_vf_spoofchk(struct net_device *dev, int vf, bool val) in nsim_set_vf_spoofchk() 205 static int nsim_set_vf_rss_query_en(struct net_device *dev, int vf, bool val) in nsim_set_vf_rss_query_en() 217 static int nsim_set_vf_trust(struct net_device *dev, int vf, bool val) in nsim_set_vf_trust() 514 enum net_shaper_scope scope, in nsim_shaper_cap() 804 bool val; in nsim_pp_hold_write() local
|
/linux-6.14.4/include/net/ |
D | ip.h | 300 #define IP_ADD_STATS(net, field, val) SNMP_ADD_STATS64((net)->mib.ip_statistics, field, val) argument 301 #define __IP_ADD_STATS(net, field, val) __SNMP_ADD_STATS64((net)->mib.ip_statistics, field, val) argument 302 #define IP_UPD_PO_STATS(net, field, val) SNMP_UPD_PO_STATS64((net)->mib.ip_statistics, field, val) argument 303 #define __IP_UPD_PO_STATS(net, field, val) __SNMP_UPD_PO_STATS64((net)->mib.ip_statistics, field, v… argument 566 int val; in ip_select_ident_segs() local 640 unsigned char scope = broadcast[5] & 0xF; in ip_ib_mc_map() local
|
/linux-6.14.4/tools/power/x86/turbostat/ |
D | turbostat.c | 115 enum counter_scope scope; member 394 unsigned int val; member 1594 enum counter_scope scope; member 9286 struct pmt_counter **pmt_get_scope_root(enum counter_scope scope) in pmt_get_scope_root() 9313 unsigned int lsb, unsigned int msb, unsigned int offset, enum counter_scope scope, in pmt_add_counter() 9612 unsigned int width, enum counter_scope scope, in add_counter() 9723 enum counter_scope scope, in make_perf_counter_info() 9745 enum counter_scope scope, enum counter_type type, enum counter_format format) in add_perf_counter() 9814 enum counter_scope scope = SCOPE_CPU; in parse_add_command_msr() local 10030 enum counter_scope scope = 0; in parse_add_command_pmt() local
|
/linux-6.14.4/net/sctp/ |
D | socket.c | 1076 enum sctp_scope scope; in sctp_connect_new_asoc() local 2212 static int sctp_setsockopt_disable_fragments(struct sock *sk, int *val, in sctp_setsockopt_disable_fragments() 3058 static int sctp_setsockopt_nodelay(struct sock *sk, int *val, in sctp_setsockopt_nodelay() 3211 static int sctp_setsockopt_mappedv4(struct sock *sk, int *val, in sctp_setsockopt_mappedv4() 3260 int val; in sctp_setsockopt_maxseg() local 3460 static int sctp_setsockopt_fragment_interleave(struct sock *sk, int *val, in sctp_setsockopt_fragment_interleave() 3491 static int sctp_setsockopt_partial_delivery_point(struct sock *sk, u32 *val, in sctp_setsockopt_partial_delivery_point() 3573 struct sctp_authchunk *val, in sctp_setsockopt_auth_chunk() 3693 struct sctp_authkeyid *val, in sctp_setsockopt_active_key() 3741 struct sctp_authkeyid *val, in sctp_setsockopt_del_key() [all …]
|
/linux-6.14.4/kernel/events/ |
D | core.c | 709 #define __store_release(ptr, val) \ argument 7086 u64 val; in perf_output_sample_regs() local 10022 s64 old, val; in perf_swevent_set_period() local 10131 u64 val = event_id | (type << 32); in swevent_hash() local 11696 static inline const struct cpumask *perf_scope_cpu_topology_cpumask(unsigned int scope, int cpu) in perf_scope_cpu_topology_cpumask() 11714 static inline struct cpumask *perf_scope_cpumask(unsigned int scope) in perf_scope_cpumask() 11835 void *tmp, *val = idr_find(idr, id); in idr_cmpxchg() local 14055 unsigned int scope; in perf_event_clear_cpumask() local 14116 unsigned int scope; in perf_event_setup_cpumask() local 14176 perf_reboot(struct notifier_block *notifier, unsigned long val, void *v) in perf_reboot()
|
/linux-6.14.4/drivers/net/ethernet/intel/iavf/ |
D | iavf_main.c | 3258 u32 val, oldval; in iavf_adminq_task() local 4186 __be32 val, mask; in iavf_add_cls_u32() local 5078 enum net_shaper_scope scope, in iavf_shaper_cap()
|
/linux-6.14.4/kernel/ |
D | workqueue.c | 3323 static void set_pf_worker(bool val) in set_pf_worker() 4727 enum wq_affn_scope scope; in wqattrs_pod_type() local 6968 static int parse_affn_scope(const char *val) in parse_affn_scope() 6979 static int wq_affn_dfl_set(const char *val, const struct kernel_param *kp) in wq_affn_dfl_set() 7068 int val; in max_active_store() local 7649 static int wq_watchdog_param_set_thresh(const char *val, in wq_watchdog_param_set_thresh()
|
/linux-6.14.4/drivers/net/wireless/ath/ath11k/ |
D | mac.c | 2458 u32 val = 0; in ath11k_peer_assoc_h_he() local 5524 u8 val; in ath11k_gen_ppe_thresh() local 5615 u8 val; in ath11k_mac_setup_he_6ghz_cap() local 9044 u32 count, scope; in ath11k_mac_op_ipv6_changed() local
|