/linux/tools/perf/pmu-events/arch/powerpc/power8/ |
H A 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 …]
|
H A 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 …]
|
H A 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/drivers/acpi/acpica/ |
H A 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 …]
|
H A 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 …]
|
H A 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() 260 * PARAMETERS: scope_info - Current scope info block 319 /* Get the prefix scope. A null scope means use the root scope */ in acpi_ns_lookup() 321 if ((!scope_info) || (!scope_info->scope.node)) { in acpi_ns_lookup() 323 "Null scope prefix, using root node (%p)\n", in acpi_ns_lookup() 328 prefix_node = scope_info->scope.node; in acpi_ns_lookup() 339 * This node might not be a actual "scope" node (such as a in acpi_ns_lookup() 341 * node. Backup up the tree to find the containing scope node. in acpi_ns_lookup() [all …]
|
H A 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 …]
|
H A 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/tools/testing/selftests/bpf/ |
H A D | test_lwt_seg6local.sh | 3 # Each NS may have different IPv6 global scope addresses : 100 # All link scope addresses and routes required between veths 101 ip netns exec ${NS1} ip -6 addr add fb00::12/16 dev veth1 scope link 102 ip netns exec ${NS1} ip -6 route add fb00::21 dev veth1 scope link 103 ip netns exec ${NS2} ip -6 addr add fb00::21/16 dev veth2 scope link 104 ip netns exec ${NS2} ip -6 addr add fb00::34/16 dev veth3 scope link 105 ip netns exec ${NS2} ip -6 route add fb00::43 dev veth3 scope link 106 ip netns exec ${NS3} ip -6 route add fb00::65 dev veth5 scope link 107 ip netns exec ${NS3} ip -6 addr add fb00::43/16 dev veth4 scope link 108 ip netns exec ${NS3} ip -6 addr add fb00::56/16 dev veth5 scope link [all …]
|
/linux/include/linux/sched/ |
H A D | mm.h | 343 * memalloc_noio_save - Marks implicit GFP_NOIO allocation scope. 345 * This functions marks the beginning of the GFP_NOIO allocation scope. 348 * point of view. Use memalloc_noio_restore to end the scope with flags 360 * memalloc_noio_restore - Ends the implicit GFP_NOIO scope. 363 * Ends the implicit GFP_NOIO scope started by memalloc_noio_save function. 373 * memalloc_nofs_save - Marks implicit GFP_NOFS allocation scope. 375 * This functions marks the beginning of the GFP_NOFS allocation scope. 378 * point of view. Use memalloc_nofs_restore to end the scope with flags 390 * memalloc_nofs_restore - Ends the implicit GFP_NOFS scope. 393 * Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function. [all …]
|
/linux/net/sctp/ |
H A 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() 77 * scope, it's an error. in sctp_bind_addr_copy() [all …]
|
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A 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 * traversal, 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 …]
|
H A 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/drivers/counter/ |
H A D | counter-sysfs.c | 32 * @scope: Counter scope of the attribute 40 enum counter_scope scope; member 113 switch (a->scope) { in counter_comp_u8_show() 154 switch (a->scope) { in counter_comp_u8_store() 182 switch (a->scope) { in counter_comp_u32_show() 279 switch (a->scope) { in counter_comp_u32_store() 310 switch (a->scope) { in counter_comp_u64_show() 342 switch (a->scope) { in counter_comp_u64_store() 371 if (a->scope != COUNTER_SCOPE_SIGNAL || in counter_comp_array_u32_show() 394 a->scope != COUNTER_SCOPE_SIGNAL) in counter_comp_array_u32_store() [all …]
|
/linux/include/linux/ |
H A D | cleanup.h | 8 * DOC: scope-based cleanup helpers 24 * dropped when the associated variable goes out of scope:: 32 * when @dev goes out of scope (automatic variable scope). If a function 43 * dropped when the scope where guard() is invoked ends:: 50 * scope of automatic variable declaration. Take the following example:: 68 * "When multiple variables in the same scope have cleanup attributes, 69 * at exit from the scope their associated cleanup functions are run in 73 * mid-function scope rather than at the top of the file. Take the 139 * resources that need a "goto" cleanup to scope-based cleanup, or 277 * similar to CLASS(name, scope)(args), except the variable (with the [all …]
|
/linux/net/tipc/ |
H A D | name_table.h | 54 #define TIPC_ANY_SCOPE 10 /* Both node and cluster scope will match */ 60 * @scope: scope of publication, TIPC_NODE_SCOPE or TIPC_CLUSTER_SCOPE 66 * - Local/node scope publications: in name_table->node_scope list 67 * - Local/cluster scope publications: in name_table->cluster_scope list 72 * @all_publ: all publications identical to this one, whatever node and scope 80 u16 scope; member 94 * @node_scope: all local publications with node scope 96 * @cluster_scope: all local publications with cluster scope
|
/linux/arch/m68k/kernel/ |
H A 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() 411 if (scope == FLUSH_SCOPE_LINE && len < 256) { in sys_cacheflush() 440 * 040 or 060: don't blindly trust 'scope', someone could in sys_cacheflush() 444 if (len>=3*PAGE_SIZE && scope<FLUSH_SCOPE_PAGE) in sys_cacheflush() [all …]
|
/linux/Documentation/core-api/ |
H A 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.
|
H A D | workqueue.rst | 368 An unbound workqueue groups CPUs according to its affinity scope to improve 370 scope of "cache", it will group CPUs according to last level cache 373 Once started, the worker may or may not be allowed to move outside the scope 374 depending on the ``affinity_strict`` setting of the scope. 379 Use the scope in module parameter ``workqueue.default_affinity_scope`` 394 cases. This is the default affinity scope. 403 The default affinity scope can be changed with the module parameter 405 scope can be changed using ``apply_workqueue_attrs()``. 407 If ``WQ_SYSFS`` is set, the workqueue will have the following affinity scope 412 Read to see the current affinity scope. Write to change. [all …]
|
/linux/arch/riscv/mm/ |
H A D | cacheflush.c | 191 * a process will be affected when ``scope == PR_RISCV_SCOPE_PER_PROCESS``. 195 * @scope: Set scope of where icache flushing instructions are allowed to be 198 * Supported values for scope: 208 * When ``scope == PR_RISCV_SCOPE_PER_PROCESS``, all threads in the process are 217 * In per-thread context (eg. ``scope == PR_RISCV_SCOPE_PER_THREAD``) only the 225 int riscv_set_icache_flush_ctx(unsigned long ctx, unsigned long scope) in riscv_set_icache_flush_ctx() argument 230 switch (scope) { in riscv_set_icache_flush_ctx() 242 switch (scope) { in riscv_set_icache_flush_ctx()
|
/linux/arch/x86/events/intel/ |
H A D | cstate.c | 30 * According to counters' scope and category, two PMUs are registered 45 * Scope: Core (each processor core has a MSR) 50 * Scope: Core 57 * Scope: Core 62 * Scope: Core 68 * Scope: Package (physical package) 74 * Scope: Package (physical package) 81 * Scope: Package (physical package) 86 * Scope: Package (physical package) 91 * Scope: Package (physical package) [all …]
|
/linux/kernel/ |
H A D | pid_sysctl.h | 13 int err, scope, parent_scope; in pid_mfd_noexec_dointvec_minmax() local 23 scope = max(READ_ONCE(ns->memfd_noexec_scope), parent_scope); in pid_mfd_noexec_dointvec_minmax() 25 table_copy.data = &scope; in pid_mfd_noexec_dointvec_minmax() 30 WRITE_ONCE(ns->memfd_noexec_scope, scope); in pid_mfd_noexec_dointvec_minmax()
|
/linux/tools/perf/pmu-events/arch/powerpc/power9/ |
H A 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/Documentation/networking/ |
H A D | vrf.rst | 120 By default the scope of the port bindings for unbound sockets is 284 inet 10.2.1.2/24 brd 10.2.1.255 scope global eth1 286 inet6 2002:1::2/120 scope global 288 inet6 fe80::ff:fe00:202/64 scope link 292 inet 10.2.2.2/24 brd 10.2.2.255 scope global eth2 294 inet6 2002:2::2/120 scope global 296 inet6 fe80::ff:fe00:203/64 scope link 321 broadcast 10.2.1.0 dev eth1 proto kernel scope link src 10.2.1.2 322 10.2.1.0/24 dev eth1 proto kernel scope link src 10.2.1.2 323 local 10.2.1.2 dev eth1 proto kernel scope host src 10.2.1.2 [all …]
|
/linux/arch/arm64/include/asm/ |
H A D | spectre.h | 85 bool has_spectre_v2(const struct arm64_cpu_capabilities *cap, int scope); 88 bool has_spectre_v3a(const struct arm64_cpu_capabilities *cap, int scope); 92 bool has_spectre_v4(const struct arm64_cpu_capabilities *cap, int scope); 99 bool is_spectre_bhb_affected(const struct arm64_cpu_capabilities *entry, int scope); 100 u8 spectre_bhb_loop_affected(int scope);
|