Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 146) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dpsscope.c74 union acpi_generic_state *scope; in acpi_ps_init_scope() local
115 union acpi_generic_state *scope; in acpi_ps_push_scope() local
168 union acpi_generic_state *scope = parser_state->scope; in acpi_ps_pop_scope() local
215 union acpi_generic_state *scope; in acpi_ps_cleanup_scope() local
Dnsconvert.c286 acpi_ns_convert_to_unicode(struct acpi_namespace_node *scope, in acpi_ns_convert_to_unicode()
353 acpi_ns_convert_to_resource(struct acpi_namespace_node *scope, in acpi_ns_convert_to_resource()
432 acpi_ns_convert_to_reference(struct acpi_namespace_node *scope, in acpi_ns_convert_to_reference()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
Dpsscope.c74 union acpi_generic_state *scope; in acpi_ps_init_scope() local
115 union acpi_generic_state *scope; in acpi_ps_push_scope() local
168 union acpi_generic_state *scope = parser_state->scope; in acpi_ps_pop_scope() local
215 union acpi_generic_state *scope; in acpi_ps_cleanup_scope() local
Dnsconvert.c286 acpi_ns_convert_to_unicode(struct acpi_namespace_node *scope, in acpi_ns_convert_to_unicode()
353 acpi_ns_convert_to_resource(struct acpi_namespace_node *scope, in acpi_ns_convert_to_resource()
432 acpi_ns_convert_to_reference(struct acpi_namespace_node *scope, in acpi_ns_convert_to_reference()
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dcpu_errata.c18 is_affected_midr_range(const struct arm64_cpu_capabilities *entry, int scope) in is_affected_midr_range()
38 int scope) in is_affected_midr_range_list()
45 is_kryo_midr(const struct arm64_cpu_capabilities *entry, int scope) in is_kryo_midr()
60 int scope) in has_mismatched_cache_type()
114 int scope) in has_cortex_a76_erratum_1463225()
171 int scope) in needs_tx2_tvm_workaround()
189 int scope) in has_neoverse_n1_erratum_1542419()
Dproton-pack.c201 bool has_spectre_v2(const struct arm64_cpu_capabilities *entry, int scope) in has_spectre_v2()
527 bool has_spectre_v4(const struct arm64_cpu_capabilities *cap, int scope) in has_spectre_v4()
844 u8 spectre_bhb_loop_affected(int scope) in spectre_bhb_loop_affected()
912 static bool is_spectre_bhb_fw_affected(int scope) in is_spectre_bhb_fw_affected()
937 static bool supports_ecbhb(int scope) in supports_ecbhb()
951 int scope) in is_spectre_bhb_affected()
Dcpufeature.c1200 has_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) in has_cpuid_feature()
1213 static bool has_useable_gicv3_cpuif(const struct arm64_cpu_capabilities *entry, int scope) in has_useable_gicv3_cpuif()
1247 int scope) in has_cache_idc()
1272 int scope) in has_cache_dic()
1285 has_useable_cnp(const struct arm64_cpu_capabilities *entry, int scope) in has_useable_cnp()
1342 int scope) in unmap_kernel_at_el0()
1642 static bool has_address_auth_cpucap(const struct arm64_cpu_capabilities *entry, int scope) in has_address_auth_cpucap()
1669 int scope) in has_address_auth_metacap()
1701 int scope) in can_use_gic_priorities()
2297 static bool compat_has_neon(const struct arm64_cpu_capabilities *cap, int scope) in compat_has_neon()
/kernel/linux/linux-6.6/arch/arm64/kernel/
Dcpu_errata.c18 is_affected_midr_range(const struct arm64_cpu_capabilities *entry, int scope) in is_affected_midr_range()
38 int scope) in is_affected_midr_range_list()
45 is_kryo_midr(const struct arm64_cpu_capabilities *entry, int scope) in is_kryo_midr()
60 int scope) in has_mismatched_cache_type()
112 int scope) in has_cortex_a76_erratum_1463225()
185 int scope) in needs_tx2_tvm_workaround()
203 int scope) in has_neoverse_n1_erratum_1542419()
Dcpufeature.c1436 has_always(const struct arm64_cpu_capabilities *entry, int scope) in has_always()
1452 read_scoped_sysreg(const struct arm64_cpu_capabilities *entry, int scope) in read_scoped_sysreg()
1462 has_user_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) in has_user_cpuid_feature()
1482 has_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) in has_cpuid_feature()
1532 static bool has_32bit_el0(const struct arm64_cpu_capabilities *entry, int scope) in has_32bit_el0()
1543 static bool has_useable_gicv3_cpuif(const struct arm64_cpu_capabilities *entry, int scope) in has_useable_gicv3_cpuif()
1577 int scope) in has_cache_idc()
1602 int scope) in has_cache_dic()
1615 has_useable_cnp(const struct arm64_cpu_capabilities *entry, int scope) in has_useable_cnp()
1675 int scope) in unmap_kernel_at_el0()
[all …]
Dproton-pack.c202 bool has_spectre_v2(const struct arm64_cpu_capabilities *entry, int scope) in has_spectre_v2()
325 bool has_spectre_v3a(const struct arm64_cpu_capabilities *entry, int scope) in has_spectre_v3a()
511 bool has_spectre_v4(const struct arm64_cpu_capabilities *cap, int scope) in has_spectre_v4()
848 static bool is_spectre_bhb_safe(int scope) in is_spectre_bhb_safe()
966 static bool supports_ecbhb(int scope) in supports_ecbhb()
982 int scope) in is_spectre_bhb_affected()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h168 typedef struct scope { struct
172 scope_type type; argument
173 int inner_scope_patches; argument
181 SLIST_HEAD(scope_list, scope); argument
Daicasm.c460 dump_scope(scope_t *scope) in dump_scope()
488 emit_patch(scope_t *scope, int patch) in emit_patch()
780 process_scope(scope_t *scope) in process_scope()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h168 typedef struct scope { struct
172 scope_type type; argument
173 int inner_scope_patches; argument
181 SLIST_HEAD(scope_list, scope); argument
Daicasm.c460 dump_scope(scope_t *scope) in dump_scope()
488 emit_patch(scope_t *scope, int patch) in emit_patch()
780 process_scope(scope_t *scope) in process_scope()
/kernel/linux/linux-5.10/arch/m68k/kernel/
Dsys_m68k.c68 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_040()
228 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_060()
378 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
535 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
/kernel/linux/linux-6.6/arch/m68k/kernel/
Dsys_m68k.c68 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_040()
228 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_060()
378 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
537 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
/kernel/linux/linux-6.6/net/netfilter/
Dnf_nat_redirect.c83 static bool nf_nat_redirect_ipv6_usable(const struct inet6_ifaddr *ifa, unsigned int scope) in nf_nat_redirect_ipv6_usable()
112 unsigned int scope = ipv6_addr_scope(&ipv6_hdr(skb)->daddr); in nf_nat_redirect_ipv6() local
/kernel/linux/linux-5.10/net/netfilter/
Dnf_nat_redirect.c83 static bool nf_nat_redirect_ipv6_usable(const struct inet6_ifaddr *ifa, unsigned int scope) in nf_nat_redirect_ipv6_usable()
112 unsigned int scope = ipv6_addr_scope(&ipv6_hdr(skb)->daddr); in nf_nat_redirect_ipv6() local
/kernel/linux/linux-6.6/drivers/counter/
Dcounter-sysfs.c40 enum counter_scope scope; member
570 const enum counter_scope scope, in counter_attr_create()
749 const enum counter_scope scope, in counter_ext_attrs_create()
766 const enum counter_scope scope, in counter_array_attrs_create()
806 const enum counter_scope scope, in counter_sysfs_exts_add()
844 const enum counter_scope scope = COUNTER_SCOPE_SIGNAL; in counter_signal_attrs_create() local
944 const enum counter_scope scope = COUNTER_SCOPE_COUNT; in counter_count_attrs_create() local
1062 const enum counter_scope scope = COUNTER_SCOPE_DEVICE; in counter_sysfs_attr_add() local
/kernel/liteos_m/testsuites/unittest/xts/sched/
Dpthread_sched_api_test.c196 int scope = -1; /* -1, common data for test, no special meaning */ variable
224 int scope = -1; /* -1, common data for test, no special meaning */ variable
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dmobility.c48 static int mobility_rtas_call(int token, char *buf, s32 scope) in mobility_rtas_call()
151 static int update_dt_node(struct device_node *dn, s32 scope) in update_dt_node()
265 int pseries_devicetree_update(s32 scope) in pseries_devicetree_update()
/kernel/linux/linux-6.6/net/tipc/
Daddr.h53 signed char scope; member
64 static inline void tipc_uaddr(struct tipc_uaddr *ua, u32 atype, u32 scope, in tipc_uaddr()
/kernel/liteos_a/compat/posix/src/
Dpthread_attr.c90 int pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope()
108 int pthread_attr_getscope(const pthread_attr_t *attr, int *scope) in pthread_attr_getscope()
/kernel/liteos_m/kal/posix/src/
Dpthread_attr.c90 int pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope()
108 int pthread_attr_getscope(const pthread_attr_t *attr, int *scope) in pthread_attr_getscope()
/kernel/linux/linux-5.10/net/tipc/
Dname_table.c223 u32 scope, u32 node, u32 port, in tipc_publ_create()
320 u32 upper, u32 scope, in tipc_service_insert_publ()
460 u32 scope, u32 node, in tipc_nametbl_insert_publ()
601 bool tipc_nametbl_lookup(struct net *net, u32 type, u32 instance, u32 scope, in tipc_nametbl_lookup()
643 u32 scope, bool exact, struct list_head *dports) in tipc_nametbl_mc_lookup()
696 u32 type, u32 scope) in tipc_nametbl_build_group()
725 u32 upper, u32 scope, u32 port, in tipc_nametbl_publish()

123456