Searched refs:scope (Results 26 - 50 of 123) sorted by relevance

12345

/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c80 static void dump_scope(scope_t *scope);
81 static void emit_patch(scope_t *scope, int patch);
132 /* Set Sentinal scope node */
281 /* Process outmost scope */
286 * traversal, recursively handling each scope.
288 /* start at the root scope */
460 dump_scope(scope_t *scope) argument
465 * Emit the first patch for this scope
467 emit_patch(scope, 0);
470 * Dump each scope withi
488 emit_patch(scope_t *scope, int patch) argument
780 process_scope(scope_t *scope) argument
[all...]
/linux-master/drivers/acpi/acpica/
H A Dnsconvert.c275 * PARAMETERS: scope - Namespace node for the method/object
286 acpi_ns_convert_to_unicode(struct acpi_namespace_node *scope, argument
341 * PARAMETERS: scope - Namespace node for the method/object
353 acpi_ns_convert_to_resource(struct acpi_namespace_node *scope, argument
420 * PARAMETERS: scope - Namespace node for the method/object
432 acpi_ns_convert_to_reference(struct acpi_namespace_node *scope, argument
454 scope_info.scope.node =
455 ACPI_CAST_PTR(struct acpi_namespace_node, scope);
H A Dacparser.h79 union acpi_parse_object *acpi_ps_find_name(union acpi_parse_object *scope,
166 union acpi_parse_object *acpi_ps_find(union acpi_parse_object *scope,
/linux-master/net/ipv6/
H A Daddrconf_core.c20 #define IPV6_ADDR_SCOPE_TYPE(scope) ((scope) << 16)
22 static inline unsigned int ipv6_addr_scope2type(unsigned int scope) argument
24 switch (scope) {
35 return IPV6_ADDR_SCOPE_TYPE(scope);
/linux-master/include/trace/events/
H A Dfib.h27 __field( __u8, scope )
48 __entry->scope = flp->flowi4_scope;
93 TP_printk("table %u oif %d iif %d proto %u %pI4/%u -> %pI4/%u tos %d scope %d flags %x ==> dev %s gw %pI4/%pI6c err %d",
96 __entry->tos, __entry->scope, __entry->flags,
/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c844 static int ir_parse_one_hpet_scope(struct acpi_dmar_device_scope *scope, argument
852 bus = scope->bus;
853 path = (struct acpi_dmar_pci_path *)(scope + 1);
854 count = (scope->length - sizeof(struct acpi_dmar_device_scope))
869 ir_hpet[count].id == scope->enumeration_id)
880 ir_hpet[free].id = scope->enumeration_id;
884 scope->enumeration_id, drhd->address);
889 static int ir_parse_one_ioapic_scope(struct acpi_dmar_device_scope *scope, argument
897 bus = scope->bus;
898 path = (struct acpi_dmar_pci_path *)(scope
939 struct acpi_dmar_device_scope *scope; local
[all...]
H A Ddmar.c83 struct acpi_dmar_device_scope *scope; local
87 scope = start;
88 if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_NAMESPACE ||
89 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT ||
90 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE)
92 else if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_IOAPIC &&
93 scope->entry_type != ACPI_DMAR_SCOPE_TYPE_HPET) {
94 pr_warn("Unsupported device scope\n");
96 start += scope->length;
221 struct acpi_dmar_device_scope *scope; local
732 struct acpi_dmar_device_scope *scope; local
[all...]
/linux-master/net/tipc/
H A Dgroup.h55 int *scope);
H A Dgroup.c90 u32 scope; member in struct:tipc_group
168 bool global = mreq->scope != TIPC_NODE_SCOPE;
184 grp->scope = mreq->scope;
364 int *scope)
369 *scope = grp->scope;
753 if (grp->scope == TIPC_NODE_SCOPE && node != tipc_own_addr(grp->net))
941 if (grp->scope == TIPC_NODE_SCOPE)
945 if (grp->scope
363 tipc_group_self(struct tipc_group *grp, struct tipc_service_range *seq, int *scope) argument
[all...]
/linux-master/net/ipv4/
H A Dfib_lookup.h58 u8 scope; member in struct:fib_prop
H A Dfib_semantics.c102 .scope = RT_SCOPE_NOWHERE,
106 .scope = RT_SCOPE_UNIVERSE,
110 .scope = RT_SCOPE_HOST,
114 .scope = RT_SCOPE_LINK,
118 .scope = RT_SCOPE_LINK,
122 .scope = RT_SCOPE_UNIVERSE,
126 .scope = RT_SCOPE_UNIVERSE,
130 .scope = RT_SCOPE_UNIVERSE,
134 .scope = RT_SCOPE_UNIVERSE,
138 .scope
338 fib_info_hashfn_1(int init_val, u8 protocol, u8 scope, u32 prefsrc, u32 priority) argument
1120 fib_check_nh_v4_gw(struct net *net, struct fib_nh *nh, u32 table, u8 scope, struct netlink_ext_ack *extack) argument
1249 fib_check_nh(struct net *net, struct fib_nh *nh, u32 table, u8 scope, struct netlink_ext_ack *extack) argument
1324 fib_info_update_nhc_saddr(struct net *net, struct fib_nh_common *nhc, unsigned char scope) argument
1991 int scope = RT_SCOPE_NOWHERE; local
[all...]
/linux-master/include/uapi/linux/
H A Dcounter.h22 /* Component scope definitions */
32 * @scope: component scope (one of enum counter_scope)
40 * set type equal to COUNTER_COMPONENT_EXTENSION, scope equal to
47 __u8 scope; member in struct:counter_component
H A Dtipc.h160 signed char scope; member in struct:sockaddr_tipc
205 __u32 scope; /* cluster/node */ member in struct:tipc_group_req
/linux-master/include/linux/
H A Dcleanup.h138 * similar to CLASS(name, scope)(args), except the variable (with the
139 * explicit name 'scope') is declard in a for-loop such that its scope is
169 for (CLASS(_name, scope)(args), \
170 *done = NULL; __guard_ptr(_name)(&scope) && !done; done = (void *)1)
173 for (CLASS(_name, scope)(args), \
175 if (!__guard_ptr(_name)(&scope)) _fail; \
/linux-master/tools/testing/selftests/power_supply/
H A Dtest_power_supply_properties.sh81 test_sysfs_prop_optional_list scope "Unknown","System","Device"
/linux-master/drivers/misc/cxl/
H A Dflash.c54 static int rcall(int token, char *buf, s32 scope) argument
61 rc = rtas_call(token, 2, 1, NULL, rtas_data_buf, scope);
107 static int update_node(__be32 phandle, s32 scope) argument
135 rc = rcall(token, buf, scope);
174 static int update_devicetree(struct cxl *adapter, s32 scope) argument
193 rc = rcall(token, buf, scope);
213 update_node(phandle, scope);
/linux-master/arch/powerpc/platforms/pseries/
H A Dmobility.c76 static int mobility_rtas_call(int token, char *buf, s32 scope) argument
83 rc = rtas_call(token, 2, 1, NULL, rtas_data_buf, scope);
179 static int update_dt_node(struct device_node *dn, s32 scope) argument
203 scope);
294 static int pseries_devicetree_update(s32 scope) argument
310 rc = mobility_rtas_call(update_nodes_token, rtas_buf, scope);
339 update_dt_node(np, scope);
/linux-master/arch/arm64/include/asm/
H A Dcpufeature.h168 * a) Boot CPU scope capabilities - Finalised by primary boot CPU via
338 bool (*matches)(const struct arm64_cpu_capabilities *caps, int scope);
401 int scope)
406 if (caps->matches(caps, scope))
637 static inline bool supports_csv2p3(int scope) argument
642 if (scope == SCOPE_LOCAL_CPU)
652 static inline bool supports_clearbhb(int scope) argument
656 if (scope == SCOPE_LOCAL_CPU)
400 cpucap_multi_entry_cap_matches(const struct arm64_cpu_capabilities *entry, int scope) argument
/linux-master/drivers/acpi/
H A Dproperty.c66 static bool acpi_enumerate_nondev_subnodes(acpi_handle scope,
99 acpi_handle scope; local
103 * The scope for the subnode object lookup is the one of the
105 * returned the package. That is, it's the scope of that
108 status = acpi_get_parent(handle, &scope);
110 && acpi_enumerate_nondev_subnodes(scope, desc, &dn->data,
151 static bool acpi_nondev_subnode_ok(acpi_handle scope, argument
159 if (!scope)
162 status = acpi_get_handle(scope, link->package.elements[1].string.pointer,
170 static bool acpi_add_nondev_subnodes(acpi_handle scope, argument
218 acpi_enumerate_nondev_subnodes(acpi_handle scope, union acpi_object *desc, struct acpi_device_data *data, struct fwnode_handle *parent) argument
492 acpi_extract_properties(acpi_handle scope, union acpi_object *desc, struct acpi_device_data *data) argument
845 acpi_handle scope, handle; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/generated/
H A Dg_rpc-structures.h112 NvU32 scope; member in struct:rpc_rc_triggered_v17_02
/linux-master/drivers/target/iscsi/
H A Discsi_target_parameters.h19 u8 scope; member in struct:iscsi_param
193 * struct iscsi_param->scope
198 #define IS_SCOPE_CONNECTION_ONLY(p) ((p)->scope & SCOPE_CONNECTION_ONLY)
199 #define IS_SCOPE_SESSION_WIDE(p) ((p)->scope & SCOPE_SESSION_WIDE)
/linux-master/tools/counter/
H A Dcounter_watch_events.c24 .component.scope = COUNTER_SCOPE_COUNT,
67 "\t\t.component.scope = %s\n"
75 counter_scope_name[watch[i].component.scope],
167 /* component.scope */
262 watches[i].component.scope = ret;
/linux-master/include/net/
H A Dif_inet6.h50 __u16 scope; member in struct:inet6_ifaddr
246 unsigned char scope = broadcast[5] & 0xF; local
253 buf[5] = 0x10 | scope; /* scope from broadcast address */
/linux-master/drivers/target/
H A Dtarget_core_pr.c2261 core_scsi3_pro_reserve(struct se_cmd *cmd, int type, int scope, u64 res_key) argument
2309 * and that persistent reservation has a scope of LU_SCOPE.
2311 if (scope != PR_SCOPE_LU_SCOPE) {
2312 pr_err("SPC-3 PR: Illegal SCOPE: 0x%02x\n", scope);
2352 * type or scope of an existing persistent reservation, the
2356 (pr_res_holder->pr_res_scope != scope)) {
2377 * and scope from a persistent reservation holder, it shall not
2387 * TYPE/SCOPE. Also set the received scope and type in *pr_reg.
2389 pr_reg->pr_res_scope = scope;
2415 core_scsi3_emulate_pro_reserve(struct se_cmd *cmd, int type, int scope, argument
2501 core_scsi3_emulate_pro_release(struct se_cmd *cmd, int type, int scope, u64 res_key) argument
2741 __core_scsi3_complete_pro_preempt( struct se_device *dev, struct t10_pr_registration *pr_reg, struct list_head *preempt_and_abort_list, int type, int scope, enum preempt_type preempt_type) argument
2810 core_scsi3_pro_preempt(struct se_cmd *cmd, int type, int scope, u64 res_key, u64 sa_res_key, enum preempt_type preempt_type) argument
3120 core_scsi3_emulate_pro_preempt(struct se_cmd *cmd, int type, int scope, u64 res_key, u64 sa_res_key, enum preempt_type preempt_type) argument
3157 int new_reg = 0, type, scope, matching_iname; local
3583 int sa, scope, type, aptpl; local
[all...]
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c1538 has_always(const struct arm64_cpu_capabilities *entry, int scope) argument
1571 read_scoped_sysreg(const struct arm64_cpu_capabilities *entry, int scope) argument
1573 WARN_ON(scope == SCOPE_LOCAL_CPU && preemptible());
1574 if (scope == SCOPE_SYSTEM)
1581 has_user_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) argument
1585 u64 val = read_scoped_sysreg(entry, scope);
1601 has_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) argument
1603 u64 val = read_scoped_sysreg(entry, scope);
1651 static bool has_32bit_el0(const struct arm64_cpu_capabilities *entry, int scope) argument
1653 if (!has_cpuid_feature(entry, scope))
1662 has_useable_gicv3_cpuif(const struct arm64_cpu_capabilities *entry, int scope) argument
1677 has_cache_idc(const struct arm64_cpu_capabilities *entry, int scope) argument
1702 has_cache_dic(const struct arm64_cpu_capabilities *entry, int scope) argument
1716 has_useable_cnp(const struct arm64_cpu_capabilities *entry, int scope) argument
1735 unmap_kernel_at_el0(const struct arm64_cpu_capabilities *entry, int scope) argument
1811 has_nv1(const struct arm64_cpu_capabilities *entry, int scope) argument
1852 has_lpa2(const struct arm64_cpu_capabilities *entry, int scope) argument
1860 has_lpa2(const struct arm64_cpu_capabilities *entry, int scope) argument
2124 has_nested_virt_support(const struct arm64_cpu_capabilities *cap, int scope) argument
2167 has_address_auth_cpucap(const struct arm64_cpu_capabilities *entry, int scope) argument
2193 has_address_auth_metacap(const struct arm64_cpu_capabilities *entry, int scope) argument
2223 can_use_gic_priorities(const struct arm64_cpu_capabilities *entry, int scope) argument
2237 has_gic_prio_relaxed_sync(const struct arm64_cpu_capabilities *entry, int scope) argument
3032 compat_has_neon(const struct arm64_cpu_capabilities *cap, int scope) argument
[all...]

Completed in 550 milliseconds

12345