/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | psscope.c | 79 if (!scope) { in acpi_ps_init_scope() 89 parser_state->scope = scope; in acpi_ps_init_scope() 120 if (!scope) { in acpi_ps_push_scope() 125 scope->parse_scope.op = op; in acpi_ps_push_scope() 132 acpi_ut_push_generic_state(&parser_state->scope, scope); in acpi_ps_push_scope() 168 union acpi_generic_state *scope = parser_state->scope; in acpi_ps_pop_scope() local 174 if (scope->common.next) { in acpi_ps_pop_scope() 175 scope = acpi_ut_pop_generic_state(&parser_state->scope); in acpi_ps_pop_scope() 179 *op = scope->parse_scope.op; in acpi_ps_pop_scope() 225 while (parser_state->scope) { in acpi_ps_cleanup_scope() [all …]
|
A D | dswscope.c | 40 walk_state->scope_info = scope_info->scope.next; in acpi_ds_scope_stack_clear() 100 scope_info->scope.node = node; in acpi_ds_scope_stack_push() 114 scope.node), in acpi_ds_scope_stack_push() 123 acpi_ut_get_node_name(scope_info->scope.node), in acpi_ds_scope_stack_push() 164 acpi_ut_get_node_name(scope_info->scope.node), in acpi_ds_scope_stack_pop() 171 scope.node), in acpi_ds_scope_stack_pop()
|
A D | nsconvert.c | 286 acpi_ns_convert_to_unicode(struct acpi_namespace_node *scope, in acpi_ns_convert_to_unicode() argument 353 acpi_ns_convert_to_resource(struct acpi_namespace_node *scope, in acpi_ns_convert_to_resource() argument 432 acpi_ns_convert_to_reference(struct acpi_namespace_node *scope, in acpi_ns_convert_to_reference() argument 454 scope_info.scope.node = in acpi_ns_convert_to_reference() 455 ACPI_CAST_PTR(struct acpi_namespace_node, scope); in acpi_ns_convert_to_reference()
|
/linux-6.3-rc2/arch/m68k/kernel/ |
A D | sys_m68k.c | 72 switch (scope) in cache_flush_040() 238 switch (scope) in cache_flush_060() 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() 444 if (len>=3*PAGE_SIZE && scope<FLUSH_SCOPE_PAGE) in sys_cacheflush() 445 scope=FLUSH_SCOPE_PAGE; in sys_cacheflush() 446 if (len>=10*PAGE_SIZE && scope<FLUSH_SCOPE_ALL) in sys_cacheflush() 447 scope=FLUSH_SCOPE_ALL; in sys_cacheflush() 449 ret = cache_flush_040 (addr, scope, cache, len); in sys_cacheflush() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_lwt_seg6local.sh | 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 109 ip netns exec ${NS4} ip -6 addr add fb00::65/16 dev veth6 scope link 111 ip netns exec ${NS4} ip -6 route add fb00::87 dev veth7 scope link [all …]
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
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);
|
A D | cpufeature.h | 333 bool (*matches)(const struct arm64_cpu_capabilities *caps, int scope); 394 int scope) in cpucap_multi_entry_cap_matches() argument 399 if (caps->matches(caps, scope)) in cpucap_multi_entry_cap_matches() 648 static inline bool supports_csv2p3(int scope) in supports_csv2p3() argument 653 if (scope == SCOPE_LOCAL_CPU) in supports_csv2p3() 663 static inline bool supports_clearbhb(int scope) in supports_clearbhb() argument 667 if (scope == SCOPE_LOCAL_CPU) in supports_clearbhb()
|
/linux-6.3-rc2/drivers/counter/ |
A D | counter-sysfs.c | 107 switch (a->scope) { in counter_comp_u8_show() 148 switch (a->scope) { in counter_comp_u8_store() 176 switch (a->scope) { in counter_comp_u32_show() 273 switch (a->scope) { in counter_comp_u32_store() 304 switch (a->scope) { in counter_comp_u64_show() 336 switch (a->scope) { in counter_comp_u64_store() 415 switch (a->scope) { in counter_comp_array_u64_show() 451 switch (a->scope) { in counter_comp_array_u64_store() 577 counter_attr->scope = scope; in counter_attr_create() 1079 scope, NULL); in counter_sysfs_attr_add() [all …]
|
A D | counter-chrdev.c | 285 switch (watch.component.scope) { in counter_add_watch() 326 if (watch.component.scope != COUNTER_SCOPE_COUNT) in counter_add_watch() 333 if (watch.component.scope != COUNTER_SCOPE_COUNT) in counter_add_watch() 489 const enum counter_scope scope, in counter_get_array_data() argument 500 if (scope != COUNTER_SCOPE_SIGNAL) in counter_get_array_data() 507 switch (scope) { in counter_get_array_data() 529 const enum counter_scope scope = comp_node->component.scope; in counter_get_data() local 546 switch (scope) { in counter_get_data() 567 switch (scope) { in counter_get_data() 584 switch (scope) { in counter_get_data() [all …]
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | cpu_errata.c | 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() 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() 112 int scope) in has_cortex_a76_erratum_1463225() argument 185 int scope) in needs_tx2_tvm_workaround() argument 189 if (!is_affected_midr_range_list(entry, scope) || in needs_tx2_tvm_workaround() 203 int scope) in has_neoverse_n1_erratum_1542419() argument [all …]
|
A D | proton-pack.c | 836 u8 spectre_bhb_loop_affected(int scope) in spectre_bhb_loop_affected() argument 841 if (scope == SCOPE_LOCAL_CPU) { in spectre_bhb_loop_affected() 907 static bool is_spectre_bhb_fw_affected(int scope) in is_spectre_bhb_fw_affected() argument 920 if (scope != SCOPE_LOCAL_CPU) in is_spectre_bhb_fw_affected() 932 static bool supports_ecbhb(int scope) in supports_ecbhb() argument 936 if (scope == SCOPE_LOCAL_CPU) in supports_ecbhb() 946 int scope) in is_spectre_bhb_affected() argument 950 if (supports_csv2p3(scope)) in is_spectre_bhb_affected() 953 if (supports_clearbhb(scope)) in is_spectre_bhb_affected() 956 if (spectre_bhb_loop_affected(scope)) in is_spectre_bhb_affected() [all …]
|
/linux-6.3-rc2/drivers/scsi/aic7xxx/aicasm/ |
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);
|
A D | aicasm.c | 80 static void dump_scope(scope_t *scope); 460 dump_scope(scope_t *scope) in dump_scope() argument 467 emit_patch(scope, 0); in dump_scope() 472 cur_scope = TAILQ_FIRST(&scope->inner_scope); in dump_scope() 484 emit_patch(scope, 1); in dump_scope() 488 emit_patch(scope_t *scope, int patch) in emit_patch() argument 493 pinfo = &scope->patches[patch]; in emit_patch() 507 new_patch->patch_func = scope->func_num; in emit_patch() 508 new_patch->begin = scope->begin_addr; in emit_patch() 511 new_patch->begin = scope->end_addr; in emit_patch() [all …]
|
A D | aicasm.h | 90 struct scope *scope_alloc(void); 91 void process_scope(struct scope *);
|
/linux-6.3-rc2/net/sctp/ |
A D | bind_addr.c | 34 union sctp_addr *addr, enum sctp_scope scope, 45 enum sctp_scope scope, gfp_t gfp, in sctp_bind_addr_copy() argument 56 error = sctp_copy_one_addr(net, dest, &addr->a, scope, in sctp_bind_addr_copy() 460 union sctp_addr *addr, enum sctp_scope scope, in sctp_copy_one_addr() argument 466 error = sctp_copy_local_addr_list(net, dest, scope, gfp, flags); in sctp_copy_one_addr() 467 } else if (sctp_in_scope(net, addr, scope)) { in sctp_copy_one_addr() 506 enum sctp_scope scope) in sctp_in_scope() argument 528 if (addr_scope <= scope) in sctp_in_scope() 532 if (addr_scope <= scope || SCTP_SCOPE_PRIVATE == addr_scope) in sctp_in_scope() 536 if (addr_scope <= scope || SCTP_SCOPE_LINK == addr_scope) in sctp_in_scope() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | btf_ids.h | 83 #define __BTF_ID_LIST(name, scope) \ argument 86 "." #scope " " #name "; \n" \ 142 #define __BTF_SET_START(name, scope) \ argument 145 "." #scope " __BTF_ID__set__" #name "; \n" \ 186 #define __BTF_SET8_START(name, scope) \ argument 189 "." #scope " __BTF_ID__set8__" #name "; \n" \
|
/linux-6.3-rc2/net/tipc/ |
A D | addr.h | 53 signed char scope; member 64 static inline void tipc_uaddr(struct tipc_uaddr *ua, u32 atype, u32 scope, in tipc_uaddr() argument 69 ua->scope = scope; in tipc_uaddr()
|
/linux-6.3-rc2/drivers/iommu/intel/ |
A D | irq_remapping.c | 860 bus = scope->bus; in ir_parse_one_hpet_scope() 861 path = (struct acpi_dmar_pci_path *)(scope + 1); in ir_parse_one_hpet_scope() 877 ir_hpet[count].id == scope->enumeration_id) in ir_parse_one_hpet_scope() 888 ir_hpet[free].id = scope->enumeration_id; in ir_parse_one_hpet_scope() 892 scope->enumeration_id, drhd->address); in ir_parse_one_hpet_scope() 905 bus = scope->bus; in ir_parse_one_ioapic_scope() 906 path = (struct acpi_dmar_pci_path *)(scope + 1); in ir_parse_one_ioapic_scope() 935 ir_ioapic[free].id = scope->enumeration_id; in ir_parse_one_ioapic_scope() 947 struct acpi_dmar_device_scope *scope; in ir_parse_ioapic_hpet_scope() local 955 scope = start; in ir_parse_ioapic_hpet_scope() [all …]
|
A D | dmar.c | 83 struct acpi_dmar_device_scope *scope; in dmar_alloc_dev_scope() local 87 scope = start; in dmar_alloc_dev_scope() 96 start += scope->length; in dmar_alloc_dev_scope() 223 struct acpi_dmar_device_scope *scope; in dmar_insert_dev_scope() local 230 scope = start; in dmar_insert_dev_scope() 236 level = (scope->length - sizeof(*scope)) / sizeof(*path); in dmar_insert_dev_scope() 733 struct acpi_dmar_device_scope *scope; in dmar_acpi_insert_dev_scope() local 743 for (scope = (void *)(drhd + 1); in dmar_acpi_insert_dev_scope() 745 scope = ((void *)scope) + scope->length) { in dmar_acpi_insert_dev_scope() 751 path = (void *)(scope + 1); in dmar_acpi_insert_dev_scope() [all …]
|
/linux-6.3-rc2/tools/include/linux/ |
A D | btf_ids.h | 65 #define __BTF_ID_LIST(name, scope) \ argument 68 "." #scope " " #name "; \n" \ 124 #define __BTF_SET_START(name, scope) \ argument 127 "." #scope " __BTF_ID__set__" #name "; \n" \
|
/linux-6.3-rc2/Documentation/core-api/ |
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.
|
/linux-6.3-rc2/net/ipv6/ |
A D | addrconf_core.c | 20 #define IPV6_ADDR_SCOPE_TYPE(scope) ((scope) << 16) argument 22 static inline unsigned int ipv6_addr_scope2type(unsigned int scope) in ipv6_addr_scope2type() argument 24 switch (scope) { in ipv6_addr_scope2type() 35 return IPV6_ADDR_SCOPE_TYPE(scope); in ipv6_addr_scope2type()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | cache.c | 42 unsigned char scope : 2; member 93 if (ci->scope != CACHE_SCOPE_SHARED && ci->scope != CACHE_SCOPE_PRIVATE) in get_cache_type() 160 pvt = (ct.ci[level].scope == CACHE_SCOPE_PRIVATE) ? 1 : 0; in populate_cache_leaves()
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | mobility.c | 84 static int mobility_rtas_call(int token, char *buf, s32 scope) in mobility_rtas_call() argument 91 rc = rtas_call(token, 2, 1, NULL, rtas_data_buf, scope); in mobility_rtas_call() 187 static int update_dt_node(struct device_node *dn, s32 scope) in update_dt_node() argument 211 scope); in update_dt_node() 302 static int pseries_devicetree_update(s32 scope) in pseries_devicetree_update() argument 318 rc = mobility_rtas_call(update_nodes_token, rtas_buf, scope); in pseries_devicetree_update() 347 update_dt_node(np, scope); in pseries_devicetree_update()
|
/linux-6.3-rc2/net/ipv4/ |
A D | fib_semantics.c | 102 .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, 142 .scope = RT_SCOPE_NOWHERE, 146 .scope = RT_SCOPE_NOWHERE, 1324 unsigned char scope) in fib_info_update_nhc_saddr() argument [all …]
|