Searched refs:type (Results 251 - 275 of 13787) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/riscv/include/asm/
H A Dextable.h20 short type, data; member in struct:exception_table_entry
29 (a)->type = (b)->type; \
30 (b)->type = (tmp).type; \
/linux-master/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c53 * If type is UNKNOWN, but privilege level matches, consider it as
56 static bool check_dawrx_constraints(struct pt_regs *regs, int type, argument
59 if (OP_IS_LOAD(type) && !(info->type & HW_BRK_TYPE_READ))
64 * cause a match. i.e. if type is CACHEOP, the instruction
67 if ((OP_IS_STORE(type) || type == CACHEOP) && !(info->type & HW_BRK_TYPE_WRITE))
70 if (is_kernel_addr(regs->nip) && !(info->type & HW_BRK_TYPE_KERNEL))
73 if (user_mode(regs) && !(info->type
83 wp_check_constraints(struct pt_regs *regs, ppc_inst_t instr, unsigned long ea, int type, int size, struct arch_hw_breakpoint *info) argument
130 wp_get_instr_detail(struct pt_regs *regs, ppc_inst_t *instr, int *type, int *size, unsigned long *ea) argument
[all...]
/linux-master/kernel/trace/
H A Dtrace_export.c19 enum trace_reg type, void *data)
37 #define __field_struct(type, item)
40 #define __field(type, item) type item;
43 #define __field_fn(type, item) type item;
46 #define __field_desc(type, container, item) type item;
49 #define __field_packed(type, container, item) type ite
18 ftrace_event_register(struct trace_event_call *call, enum trace_reg type, void *data) argument
[all...]
/linux-master/arch/sparc/include/uapi/asm/
H A Dioctl.h39 #define _IOC(dir,type,nr,size) \
41 ((type) << _IOC_TYPESHIFT) | \
45 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
46 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
47 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
48 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(n
[all...]
/linux-master/include/linux/
H A Discsi_boot_sysfs.h80 * The enum of the type. This can be any value of the above
83 ssize_t (*show) (void *data, int type, char *buf);
90 * The enum of the type. This can be any value of the above
93 umode_t (*is_visible) (void *data, int type);
111 ssize_t (*show) (void *data, int type, char *buf),
112 umode_t (*is_visible) (void *data, int type),
118 ssize_t (*show) (void *data, int type, char *buf),
119 umode_t (*is_visible) (void *data, int type),
124 ssize_t (*show) (void *data, int type, char *buf),
125 umode_t (*is_visible) (void *data, int type),
[all...]
H A Dbitfield.h47 #define __scalar_type_to_unsigned_cases(type) \
48 unsigned type: (unsigned type)0, \
49 signed type: (unsigned type)0
61 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x))
74 _pfx "type of reg too small for mask"); \
174 #define ____MAKE_OP(type,base,to,from) \
175 static __always_inline __##type typ
[all...]
H A Dquotaops.h69 struct dquot *dquot_alloc(struct super_block *sb, int type);
81 int dquot_disable(struct super_block *sb, int type, unsigned int flags);
83 static inline int dquot_suspend(struct super_block *sb, int type) argument
85 return dquot_disable(sb, type, DQUOT_SUSPENDED);
87 int dquot_resume(struct super_block *sb, int type);
92 int dquot_commit_info(struct super_block *sb, int type);
98 int dquot_load_quota_sb(struct super_block *sb, int type, int format_id,
100 int dquot_load_quota_inode(struct inode *inode, int type, int format_id,
102 int dquot_quota_on(struct super_block *sb, int type, int format_id,
105 int format_id, int type);
122 sb_dqinfo(struct super_block *sb, int type) argument
131 sb_has_quota_usage_enabled(struct super_block *sb, int type) argument
137 sb_has_quota_limits_enabled(struct super_block *sb, int type) argument
143 sb_has_quota_suspended(struct super_block *sb, int type) argument
155 sb_has_quota_loaded(struct super_block *sb, int type) argument
166 sb_has_quota_active(struct super_block *sb, int type) argument
180 sb_has_quota_usage_enabled(struct super_block *sb, int type) argument
185 sb_has_quota_limits_enabled(struct super_block *sb, int type) argument
190 sb_has_quota_suspended(struct super_block *sb, int type) argument
201 sb_has_quota_loaded(struct super_block *sb, int type) argument
211 sb_has_quota_active(struct super_block *sb, int type) argument
272 dquot_disable(struct super_block *sb, int type, unsigned int flags) argument
278 dquot_suspend(struct super_block *sb, int type) argument
283 dquot_resume(struct super_block *sb, int type) argument
290 dquot_writeback_dquots(struct super_block *sb, int type) argument
[all...]
/linux-master/kernel/module/
H A Dtree_lookup.c80 for_each_mod_mem_type(type) {
81 mod->mem[type].mtn.mod = mod;
82 if (mod->mem[type].size)
83 __mod_tree_insert(&mod->mem[type].mtn, &mod_tree);
89 for_class_mod_mem_type(type, init) {
90 if (mod->mem[type].size)
91 __mod_tree_remove(&mod->mem[type].mtn, &mod_tree);
97 for_each_mod_mem_type(type) {
98 if (mod->mem[type].size)
99 __mod_tree_remove(&mod->mem[type]
[all...]
/linux-master/arch/x86/include/asm/
H A Dunwind_hints.h11 UNWIND_HINT type=UNWIND_HINT_TYPE_END_OF_STACK
15 UNWIND_HINT type=UNWIND_HINT_TYPE_UNDEFINED
45 .set type, UNWIND_HINT_TYPE_REGS_PARTIAL
47 .set type, UNWIND_HINT_TYPE_REGS_PARTIAL
50 .set type, UNWIND_HINT_TYPE_REGS
53 UNWIND_HINT sp_reg=sp_reg sp_offset=sp_offset type=type signal=\signal
66 UNWIND_HINT sp_reg=ORC_REG_SP sp_offset=8 type=UNWIND_HINT_TYPE_FUNC
70 UNWIND_HINT type=UNWIND_HINT_TYPE_SAVE
74 UNWIND_HINT type
[all...]
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dcentaur.c50 unsigned long *size, mtrr_type * type)
54 *type = MTRR_TYPE_WRCOMB; /* write-combining */
57 *type = MTRR_TYPE_UNCACHABLE;
59 *type = MTRR_TYPE_WRBACK;
61 *type = MTRR_TYPE_WRBACK;
66 unsigned long size, mtrr_type type)
79 if (type == MTRR_TYPE_UNCACHABLE)
91 centaur_validate_add_page(unsigned long base, unsigned long size, unsigned int type) argument
96 if (type != MTRR_TYPE_WRCOMB &&
97 (centaur_mcr_type == 0 || type !
49 centaur_get_mcr(unsigned int reg, unsigned long *base, unsigned long *size, mtrr_type * type) argument
65 centaur_set_mcr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) argument
[all...]
/linux-master/net/netlink/
H A Dpolicy.c118 * @maxtype: the new policy's max attr type
154 unsigned int type; local
158 for (type = 0;
159 type <= state->policies[policy_idx].maxtype;
160 type++) {
161 switch (policy[type].type) {
165 policy[type].nested_policy,
166 policy[type].len);
212 /* nested + type */
260 enum netlink_attribute_type type; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Dconn.c71 switch (args.type) {
72 case NVIF_CONN_V0_VGA : conn->info.type = NVIF_CONN_VGA; break;
73 case NVIF_CONN_V0_TV : conn->info.type = NVIF_CONN_TV; break;
74 case NVIF_CONN_V0_DVI_I : conn->info.type = NVIF_CONN_DVI_I; break;
75 case NVIF_CONN_V0_DVI_D : conn->info.type = NVIF_CONN_DVI_D; break;
76 case NVIF_CONN_V0_LVDS : conn->info.type = NVIF_CONN_LVDS; break;
77 case NVIF_CONN_V0_LVDS_SPWG: conn->info.type = NVIF_CONN_LVDS_SPWG; break;
78 case NVIF_CONN_V0_HDMI : conn->info.type = NVIF_CONN_HDMI; break;
79 case NVIF_CONN_V0_DP : conn->info.type = NVIF_CONN_DP; break;
80 case NVIF_CONN_V0_EDP : conn->info.type
[all...]
/linux-master/drivers/hwmon/
H A Dibmpowernv.c60 const char *name; /* matches property 'sensor-type' */
77 enum sensors type; member in struct:sensor_data
114 if (sdata->type == TEMP)
117 else if (sdata->type == POWER_INPUT)
248 static const char *convert_opal_attr_name(enum sensors type, argument
258 if (type == TEMP)
260 else if (type == FAN)
274 enum sensors type, u32 *index)
284 attr_name = convert_opal_attr_name(type, attr_suffix);
293 enum sensors type; local
273 parse_opal_node_name(const char *node_name, enum sensors type, u32 *index) argument
340 enum sensors type; local
402 enum sensors type; local
437 enum sensors type; local
506 populate_sensor(struct sensor_data *sdata, int od, int hd, int sid, const char *attr_name, enum sensors type, const struct attribute_group *pgroup, struct sensor_group_data *sgrp_data, ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf), ssize_t (*store)(struct device *dev, struct device_attribute *attr, const char *buf, size_t count)) argument
526 get_max_attr(enum sensors type) argument
536 get_min_attr(enum sensors type) argument
574 enum sensors type; local
[all...]
/linux-master/tools/include/linux/
H A Dbitfield.h44 #define __scalar_type_to_unsigned_cases(type) \
45 unsigned type: (unsigned type)0, \
46 signed type: (unsigned type)0
58 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x))
70 _pfx "type of reg too small for mask"); \
144 #define ____MAKE_OP(type,base,to,from) \
145 static __always_inline __##type typ
[all...]
/linux-master/drivers/dpll/
H A Ddpll_nl.c15 [DPLL_A_PIN_PARENT_ID] = { .type = NLA_U32, },
17 [DPLL_A_PIN_PRIO] = { .type = NLA_U32, },
19 [DPLL_A_PIN_PHASE_OFFSET] = { .type = NLA_S64, },
23 [DPLL_A_PIN_PARENT_ID] = { .type = NLA_U32, },
29 [DPLL_A_MODULE_NAME] = { .type = NLA_NUL_STRING, },
30 [DPLL_A_CLOCK_ID] = { .type = NLA_U64, },
36 [DPLL_A_ID] = { .type = NLA_U32, },
41 [DPLL_A_ID] = { .type = NLA_U32, },
46 [DPLL_A_PIN_MODULE_NAME] = { .type = NLA_NUL_STRING, },
47 [DPLL_A_PIN_CLOCK_ID] = { .type
[all...]
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_transport.c47 const char *usnic_transport_to_str(enum usnic_transport_type type) argument
49 switch (type) {
85 u16 usnic_transport_rsrv_port(enum usnic_transport_type type, u16 port_num) argument
87 if (type == USNIC_TRANSPORT_ROCE_CUSTOM) {
98 usnic_transport_to_str(type));
106 usnic_transport_to_str(type));
111 usnic_transport_to_str(type));
118 void usnic_transport_unrsrv_port(enum usnic_transport_type type, u16 port_num) argument
120 if (type == USNIC_TRANSPORT_ROCE_CUSTOM) {
124 usnic_transport_to_str(type));
[all...]
/linux-master/arch/x86/kernel/
H A Djump_label.c36 __jump_label_patch(struct jump_entry *entry, enum jump_label_type type) argument
60 if (type == JUMP_LABEL_JMP)
71 pr_crit("jump_label: Fatal kernel bug, unexpected op at %pS [%p] (%5ph != %5ph)) size:%d type:%d\n",
72 addr, addr, addr, expect, size, type);
76 if (type == JUMP_LABEL_NOP)
84 enum jump_label_type type,
87 const struct jump_label_patch jlp = __jump_label_patch(entry, type);
109 enum jump_label_type type,
113 __jump_label_transform(entry, type, init);
118 enum jump_label_type type)
83 __jump_label_transform(struct jump_entry *entry, enum jump_label_type type, int init) argument
108 jump_label_transform(struct jump_entry *entry, enum jump_label_type type, int init) argument
117 arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type) argument
123 arch_jump_label_transform_queue(struct jump_entry *entry, enum jump_label_type type) argument
[all...]
/linux-master/include/trace/stages/
H A Dstage4_event_fields.h5 #define ALIGN_STRUCTFIELD(type) ((int)(__alignof__(struct {type b;})))
9 .type = #_type, .name = #_item, \
15 .type = #_type, .name = #_item, \
20 #define __field(type, item) __field_ext(type, item, FILTER_OTHER)
23 #define __field_struct(type, item) __field_struct_ext(type, item, FILTER_OTHER)
27 .type = #_type"["__stringify(_len)"]", .name = #_item, \
34 .type
[all...]
/linux-master/arch/mips/fw/arc/
H A Dmemory.c75 static inline int memtype_classify_arcs(union linux_memtypes type) argument
77 switch (type.arcs) {
95 static inline int memtype_classify_arc(union linux_memtypes type) argument
97 switch (type.arc) {
115 static int __init prom_memtype_classify(union linux_memtypes type) argument
118 return memtype_classify_arcs(type);
120 return memtype_classify_arc(type);
133 printk("[%d,%p]: base<%08lx> pages<%08lx> type<%s>\n",
134 i, p, p->base, p->pages, mtypes(p->type));
144 long type; local
[all...]
/linux-master/include/rv/
H A Dda_monitor.h20 #define DECLARE_RV_REACTING_HELPERS(name, type) \
23 static inline char *format_react_msg_##name(type curr_state, type event) \
46 #define DECLARE_RV_REACTING_HELPERS(name, type) \
47 static inline char *format_react_msg_##name(type curr_state, type event) \
66 #define DECLARE_DA_MON_GENERIC_HELPERS(name, type) \
68 DECLARE_RV_REACTING_HELPERS(name, type) \
82 static inline type da_monitor_curr_state_##name(struct da_monitor *da_mon) \
153 #define DECLARE_DA_MON_MODEL_HANDLER_IMPLICIT(name, type) \
[all...]
/linux-master/kernel/sched/
H A Disolation.c33 bool housekeeping_enabled(enum hk_type type) argument
35 return !!(housekeeping.flags & BIT(type));
39 int housekeeping_any_cpu(enum hk_type type) argument
44 if (housekeeping.flags & BIT(type)) {
45 cpu = sched_numa_find_closest(housekeeping.cpumasks[type], smp_processor_id());
49 return cpumask_any_and(housekeeping.cpumasks[type], cpu_online_mask);
56 const struct cpumask *housekeeping_cpumask(enum hk_type type) argument
59 if (housekeeping.flags & BIT(type))
60 return housekeeping.cpumasks[type];
65 void housekeeping_affine(struct task_struct *t, enum hk_type type) argument
73 housekeeping_test_cpu(int cpu, enum hk_type type) argument
84 enum hk_type type; local
100 housekeeping_setup_type(enum hk_type type, cpumask_var_t housekeeping_staging) argument
143 enum hk_type type; local
149 enum hk_type type; local
[all...]
/linux-master/include/net/
H A Dnet_debug.h84 #define netif_printk(priv, type, level, dev, fmt, args...) \
86 if (netif_msg_##type(priv)) \
90 #define netif_level(level, priv, type, dev, fmt, args...) \
92 if (netif_msg_##type(priv)) \
96 #define netif_emerg(priv, type, dev, fmt, args...) \
97 netif_level(emerg, priv, type, dev, fmt, ##args)
98 #define netif_alert(priv, type, dev, fmt, args...) \
99 netif_level(alert, priv, type, dev, fmt, ##args)
100 #define netif_crit(priv, type, dev, fmt, args...) \
101 netif_level(crit, priv, type, de
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.c52 WARN(1, "Unknown netdev type for nfp_app\n");
68 if (!app || !app->type->ndo_init)
70 return app->type->ndo_init(app, netdev);
77 if (app && app->type->ndo_uninit)
78 app->type->ndo_uninit(app, netdev);
83 if (!port || !port->app || !port->app->type->port_get_stats)
85 return port->app->type->port_get_stats(port->app, port, data);
90 if (!port || !port->app || !port->app->type->port_get_stats_count)
92 return port->app->type->port_get_stats_count(port->app, port);
97 if (!port || !port->app || !port->app->type
121 nfp_reprs_get_locked(struct nfp_app *app, enum nfp_repr_type type) argument
128 nfp_app_reprs_set(struct nfp_app *app, enum nfp_repr_type type, struct nfp_reprs *reprs) argument
145 unsigned int type; local
[all...]
/linux-master/tools/objtool/arch/x86/
H A Ddecode.c39 WARN("unexpected ELF machine type %d", elf->ehdr.e_machine);
175 insn->type = INSN_OTHER;
216 op->src.type = OP_SRC_ADD;
218 op->dest.type = OP_DEST_REG;
228 op->src.type = OP_SRC_REG;
230 op->dest.type = OP_DEST_PUSH;
239 op->src.type = OP_SRC_POP;
240 op->dest.type = OP_DEST_REG;
250 op->src.type = OP_SRC_CONST;
251 op->dest.type
[all...]
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-cards.c65 .type = SAA7134_INPUT_COMPOSITE,
80 .type = SAA7134_INPUT_COMPOSITE1,
84 .type = SAA7134_INPUT_TV,
88 .type = SAA7134_INPUT_TV_MONO,
93 .type = SAA7134_INPUT_RADIO,
108 .type = SAA7134_INPUT_TV,
113 .type = SAA7134_INPUT_TV_MONO,
118 .type = SAA7134_INPUT_COMPOSITE1,
123 .type = SAA7134_INPUT_COMPOSITE2,
128 .type
8092 enum v4l2_i2c_tuner_type type = local
[all...]

Completed in 808 milliseconds

<<11121314151617181920>>