Home
last modified time | relevance | path

Searched defs:field (Results 1 – 25 of 649) sorted by relevance

12345678910>>...26

/linux/drivers/scsi/aic7xxx/
A Dqueue.h127 #define SLIST_FOREACH(var, head, field) \ argument
161 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
189 #define STAILQ_FOREACH(var, head, field) \ argument
235 #define STAILQ_REMOVE_HEAD(head, field) do { \ argument
271 #define LIST_FOREACH(var, head, field) \ argument
304 #define LIST_REMOVE(elm, field) do { \ argument
336 #define TAILQ_FOREACH(var, head, field) \ argument
390 #define TAILQ_PREV(elm, headname, field) \ argument
393 #define TAILQ_REMOVE(head, elm, field) do { \ argument
427 #define CIRCLEQ_FOREACH(var, head, field) \ argument
[all …]
/linux/arch/x86/kvm/vmx/
A Dvmx_ops.h22 static __always_inline void vmcs_check16(unsigned long field) in vmcs_check16()
34 static __always_inline void vmcs_check32(unsigned long field) in vmcs_check32()
46 static __always_inline void vmcs_check64(unsigned long field) in vmcs_check64()
58 static __always_inline void vmcs_checkl(unsigned long field) in vmcs_checkl()
70 static __always_inline unsigned long __vmcs_readl(unsigned long field) in __vmcs_readl()
106 static __always_inline u16 vmcs_read16(unsigned long field) in vmcs_read16()
114 static __always_inline u32 vmcs_read32(unsigned long field) in vmcs_read32()
122 static __always_inline u64 vmcs_read64(unsigned long field) in vmcs_read64()
134 static __always_inline unsigned long vmcs_readl(unsigned long field) in vmcs_readl()
181 static __always_inline void vmcs_write16(unsigned long field, u16 value) in vmcs_write16()
[all …]
A Devmcs.h76 static __always_inline int get_evmcs_offset(unsigned long field, in get_evmcs_offset()
109 static inline void evmcs_write32(unsigned long field, u32 value) in evmcs_write32()
121 static inline void evmcs_write16(unsigned long field, u16 value) in evmcs_write16()
133 static inline u64 evmcs_read64(unsigned long field) in evmcs_read64()
143 static inline u32 evmcs_read32(unsigned long field) in evmcs_read32()
153 static inline u16 evmcs_read16(unsigned long field) in evmcs_read16()
187 static inline void evmcs_write32(unsigned long field, u32 value) {} in evmcs_write32()
188 static inline void evmcs_write16(unsigned long field, u16 value) {} in evmcs_write16()
189 static inline u64 evmcs_read64(unsigned long field) { return 0; } in evmcs_read64()
190 static inline u32 evmcs_read32(unsigned long field) { return 0; } in evmcs_read32()
[all …]
/linux/include/linux/
A Dpart_stat.h28 #define part_stat_get_cpu(part, field, cpu) \ argument
31 #define part_stat_get(part, field) \ argument
34 #define part_stat_read(part, field) \ argument
52 #define part_stat_read_accum(part, field) \ argument
57 #define __part_stat_add(part, field, addnd) \ argument
66 #define part_stat_dec(part, field) \ argument
68 #define part_stat_inc(part, field) \ argument
70 #define part_stat_sub(part, field, subnd) \ argument
73 #define part_stat_local_dec(part, field) \ argument
75 #define part_stat_local_inc(part, field) \ argument
[all …]
A Dbitfield.h116 static __always_inline u64 field_multiplier(u64 field) in field_multiplier()
122 static __always_inline u64 field_mask(u64 field) in field_mask()
126 #define field_max(field) ((typeof(field))field_mask(field)) argument
/linux/include/net/
A Dsnmp.h127 #define __SNMP_INC_STATS(mib, field) \ argument
130 #define SNMP_INC_STATS_ATOMIC_LONG(mib, field) \ argument
133 #define SNMP_INC_STATS(mib, field) \ argument
136 #define SNMP_DEC_STATS(mib, field) \ argument
139 #define __SNMP_ADD_STATS(mib, field, addend) \ argument
142 #define SNMP_ADD_STATS(mib, field, addend) \ argument
160 #define __SNMP_ADD_STATS64(mib, field, addend) \ argument
168 #define SNMP_ADD_STATS64(mib, field, addend) \ argument
176 #define SNMP_INC_STATS64(mib, field) SNMP_ADD_STATS64(mib, field, 1) argument
194 #define SNMP_INC_STATS64(mib, field) SNMP_INC_STATS(mib, field) argument
[all …]
A Dicmp.h29 #define ICMP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.icmp_statistics, field) argument
30 #define __ICMP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.icmp_statistics, field) argument
31 #define ICMPMSGOUT_INC_STATS(net, field) SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics, … argument
32 #define ICMPMSGIN_INC_STATS(net, field) SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics, … argument
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dsmu_helper.h137 #define PHM_FIELD_SHIFT(reg, field) reg##__##field##__SHIFT argument
138 #define PHM_FIELD_MASK(reg, field) reg##__##field##_MASK argument
140 #define PHM_SET_FIELD(origval, reg, field, fieldval) \ argument
144 #define PHM_GET_FIELD(value, reg, field) \ argument
151 #define PHM_READ_FIELD(device, reg, field) \ argument
154 #define PHM_READ_INDIRECT_FIELD(device, port, reg, field) \ argument
158 #define PHM_READ_VFPF_INDIRECT_FIELD(device, port, reg, field) \ argument
162 #define PHM_WRITE_FIELD(device, reg, field, fieldval) \ argument
166 #define PHM_WRITE_INDIRECT_FIELD(device, port, reg, field, fieldval) \ argument
183 #define PHM_WAIT_INDIRECT_FIELD(hwmgr, port, reg, field, fieldval) \ argument
[all …]
/linux/drivers/scsi/
A Dscsi_transport_sas.c448 #define sas_phy_show_linkspeed(field) \ argument
459 #define sas_phy_store_linkspeed(field) \ argument
481 #define sas_phy_linkspeed_rw_attr(field) \ argument
487 #define sas_phy_linkspeed_attr(field) \ argument
492 #define sas_phy_show_linkerror(field) \ argument
508 #define sas_phy_linkerror_attr(field) \ argument
1702 #define SETUP_RPORT_ATTRIBUTE(field) \ argument
1708 #define SETUP_PHY_ATTRIBUTE(field) \ argument
1711 #define SETUP_PHY_ATTRIBUTE_RW(field) \ argument
1719 #define SETUP_PORT_ATTRIBUTE(field) \ argument
[all …]
A Dscsi_transport_fc.c1004 #define fc_rport_store_function(field) \ argument
1080 #define SETUP_RPORT_ATTRIBUTE_RD(field) \ argument
1095 #define SETUP_RPORT_ATTRIBUTE_RW(field) \ argument
1443 #define SETUP_STARGET_ATTRIBUTE_RD(field) \ argument
1485 #define fc_vport_store_function(field) \ argument
1606 #define SETUP_VPORT_ATTRIBUTE_RD(field) \ argument
1622 #define SETUP_VPORT_ATTRIBUTE_WR(field) \ argument
1629 #define SETUP_VPORT_ATTRIBUTE_RW(field) \ argument
1752 #define fc_host_store_function(field) \ argument
1824 #define SETUP_HOST_ATTRIBUTE_RD(field) \ argument
[all …]
/linux/drivers/xen/xen-pciback/
A Dconf_space.c47 const struct config_field *field = entry->field; in DEFINE_PCI_CONFIG() local
75 const struct config_field *field = entry->field; in conf_space_write() local
153 const struct config_field *field; in xen_pcibk_config_read() local
209 const struct config_field *field; in xen_pcibk_config_write() local
326 const struct config_field *field; in xen_pcibk_config_free_dyn_fields() local
352 const struct config_field *field; in xen_pcibk_config_reset_dev() local
370 const struct config_field *field; in xen_pcibk_config_free_dev() local
389 const struct config_field *field, in xen_pcibk_config_add_field_offset()
/linux/kernel/trace/
A Dtrace_output.c30 struct bputs_entry *field; in trace_print_bputs_msg_only() local
43 struct bprint_entry *field; in trace_print_bprintk_msg_only() local
56 struct print_entry *field; in trace_print_printk_msg_only() local
859 struct ftrace_entry *field; in trace_fn_trace() local
1081 struct stack_entry *field; in trace_stack_print() local
1173 struct hwlat_entry *field; in trace_hwlat_print() local
1205 struct hwlat_entry *field; in trace_hwlat_raw() local
1353 struct bputs_entry *field; in trace_bputs_print() local
1369 struct bputs_entry *field; in trace_bputs_raw() local
1438 struct print_entry *field; in trace_print_print() local
[all …]
/linux/drivers/clk/st/
A Dclkgen.h22 struct clkgen_field *field) in clkgen_read()
28 static inline void clkgen_write(void __iomem *base, struct clkgen_field *field, in clkgen_write()
44 #define CLKGEN_READ(pll, field) clkgen_read(pll->regs_base, \ argument
47 #define CLKGEN_WRITE(pll, field, val) clkgen_write(pll->regs_base, \ argument
/linux/drivers/infiniband/hw/hfi1/
A Dexp_rcv.h18 #define EXP_TID_GET(tid, field) \ argument
21 #define EXP_TID_SET(field, value) \ argument
24 #define EXP_TID_CLEAR(tid, field) ({ \ argument
28 #define EXP_TID_RESET(tid, field, value) do { \ argument
58 #define KDETH_GET(val, field) \ argument
60 #define KDETH_SET(dw, field, val) do { \ argument
68 #define KDETH_RESET(dw, field, val) ({ dw = 0; KDETH_SET(dw, field, val); }) argument
/linux/include/trace/
A Dperf.h11 #define __get_dynamic_array(field) \ argument
15 #define __get_dynamic_array_len(field) \ argument
19 #define __get_str(field) ((char *)__get_dynamic_array(field)) argument
22 #define __get_bitmask(field) (char *)__get_dynamic_array(field) argument
/linux/lib/
A Dbitfield_kunit.c11 #define CHECK_ENC_GET_U(tp, v, field, res) do { \ argument
24 #define CHECK_ENC_GET_LE(tp, v, field, res) do { \ argument
39 #define CHECK_ENC_GET_BE(tp, v, field, res) do { \ argument
54 #define CHECK_ENC_GET(tp, v, field, res) do { \ argument
/linux/drivers/ata/
A Dlibata-transport.c204 #define ata_port_show_simple(field, name, format_string, cast) \ argument
330 #define ata_link_show_linkspeed(field, format) \ argument
340 #define ata_link_linkspeed_attr(field, format) \ argument
455 #define ata_dev_show_class(title, field) \ argument
465 #define ata_dev_attr(title, field) \ argument
475 #define ata_dev_show_simple(field, format_string, cast) \ argument
485 #define ata_dev_simple_attr(field, format_string, type) \ argument
691 #define SETUP_TEMPLATE(attrb, field, perm, test) \ argument
698 #define SETUP_LINK_ATTRIBUTE(field) \ argument
701 #define SETUP_PORT_ATTRIBUTE(field) \ argument
[all …]
/linux/drivers/usb/isp1760/
A Disp1760-core.h59 static inline u32 isp1760_field_read(struct regmap_field **fields, u32 field) in isp1760_field_read()
68 static inline void isp1760_field_write(struct regmap_field **fields, u32 field, in isp1760_field_write()
74 static inline void isp1760_field_set(struct regmap_field **fields, u32 field) in isp1760_field_set()
79 static inline void isp1760_field_clear(struct regmap_field **fields, u32 field) in isp1760_field_clear()
/linux/drivers/gpu/drm/amd/display/dmub/src/
A Ddmub_reg.h39 #define FD_SHIFT(reg_name, field) reg_name##__##field##__SHIFT argument
41 #define FD_MASK(reg_name, field) reg_name##__##field##_MASK argument
47 #define FN(reg_name, field) FD(reg_name##__##field) argument
61 #define REG_SET(reg_name, initial_val, field, val) \ argument
88 #define REG_UPDATE(reg_name, field, val) \ argument
112 #define REG_GET(reg_name, field, val) \ argument
/linux/drivers/soundwire/
A Dsysfs_slave_dpn.c27 #define sdw_dpn_attribute_alloc(field) \ argument
51 #define sdw_dpn_attr(field) \ argument
111 #define sdw_dpn_array_attr(field) \ argument
/linux/net/mac80211/
A Ddebugfs_netdev.c67 #define IEEE80211_IF_FMT(name, field, format_string) \ argument
74 #define IEEE80211_IF_FMT_DEC(name, field) \ argument
76 #define IEEE80211_IF_FMT_HEX(name, field) \ argument
78 #define IEEE80211_IF_FMT_LHEX(name, field) \ argument
80 #define IEEE80211_IF_FMT_SIZE(name, field) \ argument
83 #define IEEE80211_IF_FMT_HEXARRAY(name, field) \ argument
98 #define IEEE80211_IF_FMT_ATOMIC(name, field) \ argument
106 #define IEEE80211_IF_FMT_MAC(name, field) \ argument
114 #define IEEE80211_IF_FMT_JIFFIES_TO_MS(name, field) \ argument
164 #define IEEE80211_IF_FILE(name, field, format) \ argument
/linux/tools/lib/traceevent/plugins/
A Dplugin_sched_switch.c33 static void write_and_save_comm(struct tep_format_field *field, in write_and_save_comm()
57 struct tep_format_field *field; in sched_wakeup_handler() local
86 struct tep_format_field *field; in sched_switch_handler() local
/linux/drivers/gpu/drm/amd/include/
A Dcgs_common.h120 #define CGS_REG_FIELD_SHIFT(reg, field) reg##__##field##__SHIFT argument
121 #define CGS_REG_FIELD_MASK(reg, field) reg##__##field##_MASK argument
123 #define CGS_REG_SET_FIELD(orig_val, reg, field, field_val) \ argument
127 #define CGS_REG_GET_FIELD(value, reg, field) \ argument
130 #define CGS_WREG32_FIELD(device, reg, field, val) \ argument
133 #define CGS_WREG32_FIELD_IND(device, space, reg, field, val) \ argument
/linux/drivers/hid/
A Dhid-icade.c164 static int icade_event(struct hid_device *hdev, struct hid_field *field, in icade_event()
189 struct hid_field *field, struct hid_usage *usage, in icade_input_mapping()
212 struct hid_field *field, struct hid_usage *usage, in icade_input_mapped()
/linux/tools/perf/scripts/python/
A Dintel-pt-events.py43 def get_optional_null(perf_dict, field): argument
48 def get_optional_zero(perf_dict, field): argument
53 def get_optional_bytes(perf_dict, field): argument
58 def get_optional(perf_dict, field): argument
63 def get_offset(perf_dict, field): argument

Completed in 39 milliseconds

12345678910>>...26