/Linux-v5.10/tools/perf/pmu-events/arch/powerpc/power8/ |
D | memory.json | 5 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for all data … 6 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum… 11 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for a demand … 12 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum… 47 …"BriefDescription": "Initial and Final Pump Scope was group pump (prediction=correct) for a demand… 48 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was group pu… 53 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump … 54 …mp Scope(Group) to get data sourced, ended up larger than Initial Pump Scope OR Final Pump Scope(G… 59 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a… 60 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu… [all …]
|
D | frontend.json | 71 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for an instru… 72 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum… 239 …"BriefDescription": "Initial and Final Pump Scope was group pump (prediction=correct) for an instr… 240 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was group pu… 245 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump … 246 …mp Scope(Group) to get data sourced, ended up larger than Initial Pump Scope OR Final Pump Scope(G… 251 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a… 252 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu… 275 …"BriefDescription": "Initial and Final Pump Scope was system pump (prediction=correct) for an inst… 276 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was system p… [all …]
|
D | other.json | 23 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for all data … 24 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was chip pum… 29 …"BriefDescription": "Initial and Final Pump Scope and data sourced across this scope was group pum… 30 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was group pu… 35 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump … 36 …mp Scope(Group) to get data sourced, ended up larger than Initial Pump Scope OR Final Pump Scope(G… 41 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a… 42 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu… 59 …"BriefDescription": "Initial and Final Pump Scope was system pump for all data types (demand load,… 60 …"PublicDescription": "Initial and Final Pump Scope and data sourced across this scope was system p… [all …]
|
/Linux-v5.10/drivers/acpi/acpica/ |
D | psscope.c | 4 * Module Name: psscope - Parser scope stack management routines 32 return (parser_state->scope->parse_scope.op); in acpi_ps_get_parent_scope() 41 * RETURN: Boolean, TRUE = scope completed. 44 * 1) AML pointer is at or beyond the end of the scope 45 * 2) The scope argument count has reached zero. 53 ((parser_state->aml >= parser_state->scope->parse_scope.arg_end in acpi_ps_has_completed_scope() 54 || !parser_state->scope->parse_scope.arg_count))); in acpi_ps_has_completed_scope() 62 * root - the Root Node of this new scope 66 * DESCRIPTION: Allocate and init a new scope object 74 union acpi_generic_state *scope; in acpi_ps_init_scope() local [all …]
|
D | dswscope.c | 4 * Module Name: dswscope - Scope stack manipulation 25 * DESCRIPTION: Pop (and free) everything on the scope stack except the 26 * root scope object (which remains at the stack top.) 37 /* Pop a scope off the stack */ in acpi_ds_scope_stack_clear() 40 walk_state->scope_info = scope_info->scope.next; in acpi_ds_scope_stack_clear() 61 * DESCRIPTION: Push the current scope on the scope stack, and make the 78 /* Invalid scope */ in acpi_ds_scope_stack_push() 80 ACPI_ERROR((AE_INFO, "Null scope parameter")); in acpi_ds_scope_stack_push() 90 /* Allocate a new scope object */ in acpi_ds_scope_stack_push() 97 /* Init new scope object */ in acpi_ds_scope_stack_push() [all …]
|
D | nsaccess.c | 75 * 0 _GPE Scope 00203160 00 in acpi_ns_root_initialize() 76 * 0 _PR_ Scope 002031D0 00 in acpi_ns_root_initialize() 78 * 0 _SI_ Scope 002032B0 00 in acpi_ns_root_initialize() 261 * PARAMETERS: scope_info - Current scope info block 320 /* Get the prefix scope. A null scope means use the root scope */ in acpi_ns_lookup() 322 if ((!scope_info) || (!scope_info->scope.node)) { in acpi_ns_lookup() 324 "Null scope prefix, using root node (%p)\n", in acpi_ns_lookup() 329 prefix_node = scope_info->scope.node; in acpi_ns_lookup() 340 * This node might not be a actual "scope" node (such as a in acpi_ns_lookup() 342 * node. Backup up the tree to find the containing scope node. in acpi_ns_lookup() [all …]
|
D | dswload.c | 148 * The target name of the Scope() operator must exist at this point so in acpi_ds_load1_begin_op() 149 * that we can actually open the scope to enter new names underneath it. in acpi_ds_load1_begin_op() 160 * Target of Scope() not found. Generate an External for it, and in acpi_ds_load1_begin_op() 180 * one of the opcodes that actually opens a scope in acpi_ds_load1_begin_op() 184 case ACPI_TYPE_LOCAL_SCOPE: /* Scope */ in acpi_ds_load1_begin_op() 201 * Scope (DEB) { ... } in acpi_ds_load1_begin_op() 208 "for Scope operator, changed to type ANY\n", in acpi_ds_load1_begin_op() 218 * Allow scope change to root during execution of module-level in acpi_ds_load1_begin_op() 235 "Scope operator [%4.4s] (Cannot override)", in acpi_ds_load1_begin_op() 254 * 1) the Scope() operator can reopen a scoping object that was in acpi_ds_load1_begin_op() [all …]
|
D | dswload2.c | 129 /* Special case for Scope(\) -> refers to the Root node */ in acpi_ds_load2_begin_op() 171 * one of the opcodes that actually opens a scope in acpi_ds_load2_begin_op() 175 case ACPI_TYPE_LOCAL_SCOPE: /* Scope */ in acpi_ds_load2_begin_op() 193 * Scope (DEB) { ... } in acpi_ds_load2_begin_op() 197 "for Scope operator, changed to type ANY", in acpi_ds_load2_begin_op() 208 * Allow scope change to root during execution of module-level in acpi_ds_load2_begin_op() 225 "Scope operator [%4.4s] (Cannot override)", in acpi_ds_load2_begin_op() 288 * Do not open a scope for AML_EXTERNAL_OP in acpi_ds_load2_begin_op() 289 * acpi_ns_lookup can open a new scope based on the object type in acpi_ds_load2_begin_op() 292 * acpi_ns_lookup will open a new scope. However, an AML_EXTERNAL_OP in acpi_ds_load2_begin_op() [all …]
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | test_lwt_seg6local.sh | 3 # Each NS may have different IPv6 global scope addresses : 93 # All link scope addresses and routes required between veths 94 ip netns exec ns1 ip -6 addr add fb00::12/16 dev veth1 scope link 95 ip netns exec ns1 ip -6 route add fb00::21 dev veth1 scope link 96 ip netns exec ns2 ip -6 addr add fb00::21/16 dev veth2 scope link 97 ip netns exec ns2 ip -6 addr add fb00::34/16 dev veth3 scope link 98 ip netns exec ns2 ip -6 route add fb00::43 dev veth3 scope link 99 ip netns exec ns3 ip -6 route add fb00::65 dev veth5 scope link 100 ip netns exec ns3 ip -6 addr add fb00::43/16 dev veth4 scope link 101 ip netns exec ns3 ip -6 addr add fb00::56/16 dev veth5 scope link [all …]
|
D | test_tc_redirect.sh | 98 ip -netns ${NS_SRC} route add ${IP4_DST}/32 dev veth_src scope global 99 ip -netns ${NS_SRC} route add ${IP4_NET}/16 dev veth_src scope global 100 ip -netns ${NS_FWD} route add ${IP4_SRC}/32 dev veth_src_fwd scope global 102 ip -netns ${NS_SRC} route add ${IP6_DST}/128 dev veth_src scope global 103 ip -netns ${NS_FWD} route add ${IP6_SRC}/128 dev veth_src_fwd scope global 105 ip -netns ${NS_DST} route add ${IP4_SRC}/32 dev veth_dst scope global 106 ip -netns ${NS_DST} route add ${IP4_NET}/16 dev veth_dst scope global 107 ip -netns ${NS_FWD} route add ${IP4_DST}/32 dev veth_dst_fwd scope global 109 ip -netns ${NS_DST} route add ${IP6_SRC}/128 dev veth_dst scope global 110 ip -netns ${NS_FWD} route add ${IP6_DST}/128 dev veth_dst_fwd scope global
|
/Linux-v5.10/net/tipc/ |
D | name_table.h | 57 * @scope: scope of publication, TIPC_NODE_SCOPE or TIPC_CLUSTER_SCOPE 65 * - Local/node scope publications: in name_table->node_scope list 66 * - Local/cluster scope publications: in name_table->cluster_scope list 71 * @all_publ: all publications identical to this one, whatever node and scope 80 u32 scope; member 96 * @node_scope: all local publications with node scope 98 * @cluster_scope: all local publications with cluster scope 117 u32 scope, bool exact, struct list_head *dports); 126 u32 upper, u32 scope, u32 port, 131 u32 lower, u32 upper, u32 scope,
|
D | name_table.c | 58 * @all_publ: all publications identical to this one, whatever node and scope 223 u32 scope, u32 node, u32 port, in tipc_publ_create() argument 234 publ->scope = scope; in tipc_publ_create() 320 u32 upper, u32 scope, in tipc_service_insert_publ() argument 342 p = tipc_publ_create(type, lower, upper, scope, node, port, key); in tipc_service_insert_publ() 354 p->port, p->node, p->scope, first); in tipc_service_insert_publ() 439 p->scope, true); in tipc_service_subscribe() 460 u32 scope, u32 node, in tipc_nametbl_insert_publ() argument 467 if (scope > TIPC_NODE_SCOPE || lower > upper) { in tipc_nametbl_insert_publ() 468 pr_debug("Failed to bind illegal {%u,%u,%u} with scope %u\n", in tipc_nametbl_insert_publ() [all …]
|
/Linux-v5.10/net/sctp/ |
D | bind_addr.c | 34 union sctp_addr *addr, enum sctp_scope scope, 40 /* Copy 'src' to 'dest' taking 'scope' into account. Omit addresses 41 * in 'src' which have a broader scope than 'scope'. 45 enum sctp_scope scope, gfp_t gfp, in sctp_bind_addr_copy() argument 54 /* Extract the addresses which are relevant for this scope. */ in sctp_bind_addr_copy() 56 error = sctp_copy_one_addr(net, dest, &addr->a, scope, in sctp_bind_addr_copy() 62 /* If there are no addresses matching the scope and in sctp_bind_addr_copy() 63 * this is global scope, try to get a link scope address, with in sctp_bind_addr_copy() 66 if (list_empty(&dest->address_list) && (SCTP_SCOPE_GLOBAL == scope)) { in sctp_bind_addr_copy() 451 union sctp_addr *addr, enum sctp_scope scope, in sctp_copy_one_addr() argument [all …]
|
/Linux-v5.10/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 80 static void dump_scope(scope_t *scope); 81 static void emit_patch(scope_t *scope, int patch); 132 /* Set Sentinal scope node */ in main() 281 /* Process outmost scope */ in main() 286 * tranversal, recursively handling each scope. in main() 288 /* start at the root scope */ in main() 460 dump_scope(scope_t *scope) in dump_scope() argument 465 * Emit the first patch for this scope in dump_scope() 467 emit_patch(scope, 0); in dump_scope() 470 * Dump each scope within this one. in dump_scope() [all …]
|
D | aicasm_symbol.h | 168 typedef struct scope { struct 169 SLIST_ENTRY(scope) scope_stack_links; 170 TAILQ_ENTRY(scope) scope_links; 171 TAILQ_HEAD(, scope) inner_scope; 181 SLIST_HEAD(scope_list, scope); argument 182 TAILQ_HEAD(scope_tailq, scope);
|
/Linux-v5.10/include/linux/sched/ |
D | mm.h | 184 * memalloc_noio_save - Marks implicit GFP_NOIO allocation scope. 186 * This functions marks the beginning of the GFP_NOIO allocation scope. 189 * point of view. Use memalloc_noio_restore to end the scope with flags 202 * memalloc_noio_restore - Ends the implicit GFP_NOIO scope. 205 * Ends the implicit GFP_NOIO scope started by memalloc_noio_save function. 215 * memalloc_nofs_save - Marks implicit GFP_NOFS allocation scope. 217 * This functions marks the beginning of the GFP_NOFS allocation scope. 220 * point of view. Use memalloc_nofs_restore to end the scope with flags 233 * memalloc_nofs_restore - Ends the implicit GFP_NOFS scope. 236 * Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function. [all …]
|
/Linux-v5.10/arch/m68k/kernel/ |
D | sys_m68k.c | 68 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_040() argument 72 switch (scope) in cache_flush_040() 228 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_060() argument 238 switch (scope) in cache_flush_060() 378 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush() argument 382 if (scope < FLUSH_SCOPE_LINE || scope > FLUSH_SCOPE_ALL || in sys_cacheflush() 386 if (scope == FLUSH_SCOPE_ALL) { in sys_cacheflush() 409 if (scope == FLUSH_SCOPE_LINE && len < 256) { in sys_cacheflush() 438 * 040 or 060: don't blindly trust 'scope', someone could in sys_cacheflush() 442 if (len>=3*PAGE_SIZE && scope<FLUSH_SCOPE_PAGE) in sys_cacheflush() [all …]
|
/Linux-v5.10/Documentation/core-api/ |
D | gfp_mask-from-fs-io.rst | 31 Since 4.12 we do have a generic scope API for both NOFS and NOIO context 33 ``memalloc_noio_restore`` which allow to mark a scope to be a critical 35 scope will inherently drop __GFP_FS respectively __GFP_IO from the given 53 scope. 62 achieved by the scope API. 68 by the scope API with a comment explaining the problem.
|
/Linux-v5.10/arch/arm64/kernel/ |
D | cpu_errata.c | 18 is_affected_midr_range(const struct arm64_cpu_capabilities *entry, int scope) in is_affected_midr_range() argument 23 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_affected_midr_range() 38 int scope) in is_affected_midr_range_list() argument 40 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_affected_midr_range_list() 45 is_kryo_midr(const struct arm64_cpu_capabilities *entry, int scope) in is_kryo_midr() argument 49 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_kryo_midr() 60 int scope) in has_mismatched_cache_type() argument 66 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_mismatched_cache_type() 114 int scope) in has_cortex_a76_erratum_1463225() argument 116 return is_affected_midr_range_list(entry, scope) && is_kernel_in_hyp_mode(); in has_cortex_a76_erratum_1463225() [all …]
|
/Linux-v5.10/Documentation/networking/ |
D | vrf.rst | 120 By default the scope of the port bindings for unbound sockets is 271 inet 10.2.1.2/24 brd 10.2.1.255 scope global eth1 273 inet6 2002:1::2/120 scope global 275 inet6 fe80::ff:fe00:202/64 scope link 279 inet 10.2.2.2/24 brd 10.2.2.255 scope global eth2 281 inet6 2002:2::2/120 scope global 283 inet6 fe80::ff:fe00:203/64 scope link 308 broadcast 10.2.1.0 dev eth1 proto kernel scope link src 10.2.1.2 309 10.2.1.0/24 dev eth1 proto kernel scope link src 10.2.1.2 310 local 10.2.1.2 dev eth1 proto kernel scope host src 10.2.1.2 [all …]
|
/Linux-v5.10/net/decnet/ |
D | dn_fib.c | 68 u8 scope; member 70 [RTN_UNSPEC] = { .error = 0, .scope = RT_SCOPE_NOWHERE }, 71 [RTN_UNICAST] = { .error = 0, .scope = RT_SCOPE_UNIVERSE }, 72 [RTN_LOCAL] = { .error = 0, .scope = RT_SCOPE_HOST }, 73 [RTN_BROADCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, 74 [RTN_ANYCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, 75 [RTN_MULTICAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE }, 76 [RTN_BLACKHOLE] = { .error = -EINVAL, .scope = RT_SCOPE_UNIVERSE }, 77 [RTN_UNREACHABLE] = { .error = -EHOSTUNREACH, .scope = RT_SCOPE_UNIVERSE }, 78 [RTN_PROHIBIT] = { .error = -EACCES, .scope = RT_SCOPE_UNIVERSE }, [all …]
|
/Linux-v5.10/include/linux/ |
D | kcsan-checks.h | 103 * out of scope; relies on attribute "cleanup", which is supported by all 123 * @sa: struct kcsan_scoped_access to use for the scope of the access 280 * checking if a clear scope where no concurrent writes are expected exists. 289 * expected to be unique for the scope in which instances of kcsan_scoped_access 302 * ASSERT_EXCLUSIVE_WRITER_SCOPED - assert no concurrent writes to @var in scope 307 * scope in which it is introduced. This provides a better way to fully cover 308 * the enclosing scope, compared to multiple ASSERT_EXCLUSIVE_WRITER(), and 312 * state changes within the scope itself: 358 * checking if a clear scope where no concurrent accesses are expected exists. 369 * ASSERT_EXCLUSIVE_ACCESS_SCOPED - assert no concurrent accesses to @var in scope [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/powerpc/power9/ |
D | marked.json | 145 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a… 165 …"BriefDescription": "Initial and Final Pump Scope was system pump (prediction=correct) for a deman… 200 …"BriefDescription": "Final Pump Scope (system) ended up larger than Initial Pump Scope (Chip/Group… 205 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump … 255 …escription": "Final Pump Scope (system) mispredicted. Either the original scope was too small (Chi… 265 …"BriefDescription": "Initial and Final Pump Scope was system pump for all data types excluding dat… 500 …"BriefDescription": "Initial and Final Pump Scope and data sourced across this scope was group pum… 545 …escription": "Final Pump Scope (system) mispredicted. Either the original scope was too small (Chi…
|
/Linux-v5.10/Documentation/admin-guide/ |
D | perf-security.rst | 58 scope and resource restrictions. 71 monitoring and observability operations, thus, bypass *scope* permissions 105 and observability without scope limits. The following steps can be 160 subsystem scope checks. 169 perf_events *scope* and *access* control for unprivileged processes 173 Impose no *scope* and *access* restrictions on using perf_events 177 monitored *scope* is maximized and no perf_events specific limits 181 *scope* includes per-process and system wide performance monitoring 190 *scope* includes per-process performance monitoring only and 198 *scope* includes per-process performance monitoring only. CPU and
|
/Linux-v5.10/net/ipv4/ |
D | fib_semantics.c | 98 .scope = RT_SCOPE_NOWHERE, 102 .scope = RT_SCOPE_UNIVERSE, 106 .scope = RT_SCOPE_HOST, 110 .scope = RT_SCOPE_LINK, 114 .scope = RT_SCOPE_LINK, 118 .scope = RT_SCOPE_UNIVERSE, 122 .scope = RT_SCOPE_UNIVERSE, 126 .scope = RT_SCOPE_UNIVERSE, 130 .scope = RT_SCOPE_UNIVERSE, 134 .scope = RT_SCOPE_UNIVERSE, [all …]
|