| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | dsmethod.c | 70 op = acpi_ps_alloc_op(AML_METHOD_OP, obj_desc->method.aml_start); in acpi_ds_auto_serialize_method() 88 obj_desc->method.aml_start, in acpi_ds_auto_serialize_method() 89 obj_desc->method.aml_length, NULL, 0); in acpi_ds_auto_serialize_method() 146 walk_state->method_desc->method.sync_level = 0; in acpi_ds_detect_named_opcodes() 147 walk_state->method_desc->method.info_flags |= in acpi_ds_detect_named_opcodes() 269 mutex_desc->mutex.sync_level = method_desc->method.sync_level; in acpi_ds_create_method_mutex() 270 method_desc->method.mutex = mutex_desc; in acpi_ds_create_method_mutex() 308 if (obj_desc->method.thread_count == ACPI_UINT8_MAX) { in acpi_ds_begin_method_execution() 317 if (obj_desc->method.info_flags & ACPI_METHOD_SERIALIZED) { in acpi_ds_begin_method_execution() 323 if (!obj_desc->method.mutex) { in acpi_ds_begin_method_execution() [all …]
|
| H A D | dbmethod.c | 271 struct acpi_namespace_node *method; in acpi_db_disassemble_method() local 273 method = acpi_db_convert_to_node(name); in acpi_db_disassemble_method() 274 if (!method) { in acpi_db_disassemble_method() 278 if (method->type != ACPI_TYPE_METHOD) { in acpi_db_disassemble_method() 280 name, acpi_ut_get_type_name(method->type))); in acpi_db_disassemble_method() 284 obj_desc = method->object; in acpi_db_disassemble_method() 286 op = acpi_ps_create_scope_op(obj_desc->method.aml_start); in acpi_db_disassemble_method() 299 obj_desc->method.aml_start, in acpi_db_disassemble_method() 300 obj_desc->method.aml_length, NULL, in acpi_db_disassemble_method() 306 status = acpi_ut_allocate_owner_id(&obj_desc->method.owner_id); in acpi_db_disassemble_method() [all …]
|
| H A D | psxface.c | 124 op = acpi_ps_create_scope_op(info->obj_desc->method.aml_start); in acpi_ps_execute_method() 134 acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL, in acpi_ps_execute_method() 142 info->obj_desc->method.aml_start, in acpi_ps_execute_method() 143 info->obj_desc->method.aml_length, info, in acpi_ps_execute_method() 153 if (info->obj_desc->method.info_flags & ACPI_METHOD_MODULE_LEVEL) { in acpi_ps_execute_method() 159 if (info->obj_desc->method.info_flags & ACPI_METHOD_INTERNAL_ONLY) { in acpi_ps_execute_method() 161 info->obj_desc->method.dispatch.implementation(walk_state); in acpi_ps_execute_method() 249 op = acpi_ps_create_scope_op(info->obj_desc->method.aml_start); in acpi_ps_execute_table() 258 acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL, in acpi_ps_execute_table() 266 info->obj_desc->method.aml_start, in acpi_ps_execute_table() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | thunderx-88xx.dtsi | 18 method = "smc"; 29 enable-method = "psci"; 35 enable-method = "psci"; 41 enable-method = "psci"; 47 enable-method = "psci"; 53 enable-method = "psci"; 59 enable-method = "psci"; 65 enable-method = "psci"; 71 enable-method = "psci"; 77 enable-method = "psci"; [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | proc-v7-bugs.c | 66 static unsigned int spectre_v2_install_workaround(unsigned int method) in spectre_v2_install_workaround() argument 74 switch (method) { in spectre_v2_install_workaround() 109 static unsigned int spectre_v2_install_workaround(unsigned int method) in spectre_v2_install_workaround() argument 119 unsigned int state, method = 0; in cpu_v7_spectre_v2_init() local 129 method = SPECTRE_V2_METHOD_BPIALL; in cpu_v7_spectre_v2_init() 135 method = SPECTRE_V2_METHOD_ICIALLU; in cpu_v7_spectre_v2_init() 161 method = SPECTRE_V2_METHOD_HVC; in cpu_v7_spectre_v2_init() 165 method = SPECTRE_V2_METHOD_SMC; in cpu_v7_spectre_v2_init() 175 state = spectre_v2_install_workaround(method); in cpu_v7_spectre_v2_init() 177 spectre_v2_update_state(state, method); in cpu_v7_spectre_v2_init() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/cavium/ |
| H A D | thunder-88xx.dtsi | 58 method = "smc"; 69 enable-method = "psci"; 75 enable-method = "psci"; 81 enable-method = "psci"; 87 enable-method = "psci"; 93 enable-method = "psci"; 99 enable-method = "psci"; 105 enable-method = "psci"; 111 enable-method = "psci"; 117 enable-method = "psci"; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/ |
| H A D | method-tracing.rst | 15 method tracing facility. 20 ACPICA provides method tracing capability. And two functions are 33 But when the particular layer/level is applied to the control method 37 logs when the control method evaluation is started, and disable the 38 detailed logging when the control method evaluation is stopped. 52 control method is being evaluated:: 58 # echo "method" > /sys/module/acpi/parameters/trace_state 61 control method is being evaluated for the first time:: 67 # echo "method-once" > /sys/module/acpi/parameters/trace_state 74 Full path of a control method that can be found in the ACPI namespace. [all …]
|
| H A D | method-customizing.rst | 14 1. override an existing method which may not work correctly, 16 2. insert a completely new method in order to create a missing 17 method such as _OFF, _ON, _STA, _INI, etc. 20 control method rather than override the entire DSDT, because kernel 29 - The same ACPI control method can be overridden for many times, 38 1. override an existing method 43 c) rewrite the ASL code of the method and save it in a new file, 45 Here is an example of a customized \_SB._AC._PSR method:: 56 Note that the full pathname of the method in ACPI namespace 58 e) assemble the file to generate the AML code of the method. [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | charge_reserved_hugetlb.sh | 149 local method="$6" 174 if [[ "$method" == "1" ]] || [[ "$method" == 2 ]] || 178 "$cgroup" "$path" "$method" "$private" "-l" "$reserve" 2>&1 | tee $output & 211 "$cgroup" "$path" "$method" "$private" "$reserve" 267 local method="$7" 287 "$write" "/mnt/huge/test" "$method" "$private" "$expect_failure" \ 315 local method="${12}" 341 "$populate1" "$write1" "/mnt/huge/test1" "$method" "$private" \ 358 "$populate2" "$write2" "/mnt/huge/test2" "$method" "$private" \ 393 for method in 0 1 2; do [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | fpclassify.hpp | 280 typedef typename traits::method method; in BOOST_NO_MACRO_EXPAND() typedef 283 …if(std::numeric_limits<T>::is_specialized && detail::is_generic_tag_false(static_cast<method*>(0))) in BOOST_NO_MACRO_EXPAND() 285 return detail::fpclassify_imp(static_cast<value_type>(t), method()); in BOOST_NO_MACRO_EXPAND() 287 return detail::fpclassify_imp(static_cast<value_type>(t), method()); in BOOST_NO_MACRO_EXPAND() 296 typedef traits::method method; in BOOST_NO_MACRO_EXPAND() typedef 299 …meric_limits<long double>::is_specialized && detail::is_generic_tag_false(static_cast<method*>(0))) in BOOST_NO_MACRO_EXPAND() 301 return detail::fpclassify_imp(static_cast<value_type>(t), method()); in BOOST_NO_MACRO_EXPAND() 303 return detail::fpclassify_imp(static_cast<value_type>(t), method()); in BOOST_NO_MACRO_EXPAND() 359 typedef typename traits::method method; typedef 362 return detail::isfinite_impl(static_cast<value_type>(x), method()); [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | spectre.c | 26 void spectre_v2_update_state(unsigned int state, unsigned int method) in spectre_v2_update_state() argument 30 spectre_v2_methods |= method; in spectre_v2_update_state() 36 const char *method; in cpu_show_spectre_v2() local 49 method = "Branch predictor hardening"; in cpu_show_spectre_v2() 53 method = "I-cache invalidation"; in cpu_show_spectre_v2() 58 method = "Firmware call"; in cpu_show_spectre_v2() 62 method = "History overwrite"; in cpu_show_spectre_v2() 66 method = "Multiple mitigations"; in cpu_show_spectre_v2() 70 return sprintf(buf, "Mitigation: %s\n", method); in cpu_show_spectre_v2()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ui.h | 86 UI *UI_new_method(const UI_METHOD *method); 323 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)); 324 int UI_method_set_writer(UI_METHOD *method, 326 int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui)); 327 int UI_method_set_reader(UI_METHOD *method, 329 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui)); 330 int UI_method_set_prompt_constructor(UI_METHOD *method, 336 int (*UI_method_get_opener(UI_METHOD *method)) (UI *); 337 int (*UI_method_get_writer(UI_METHOD *method)) (UI *, UI_STRING *); 338 int (*UI_method_get_flusher(UI_METHOD *method)) (UI *); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | twl4030-madc.c | 131 u16 method; member 182 req.method = madc->use_second_irq ? TWL4030_MADC_SW2 : TWL4030_MADC_SW1; in twl4030_madc_read() 473 const struct twl4030_madc_conversion_method *method; in twl4030_madc_threaded_irq_handler() local 505 method = &twl4030_conversion_methods[r->method]; in twl4030_madc_threaded_irq_handler() 507 twl4030_madc_read_channels(madc, method->rbase, in twl4030_madc_threaded_irq_handler() 526 method = &twl4030_conversion_methods[r->method]; in twl4030_madc_threaded_irq_handler() 528 twl4030_madc_read_channels(madc, method->rbase, in twl4030_madc_threaded_irq_handler() 550 const struct twl4030_madc_conversion_method *method; in twl4030_madc_start_conversion() local 556 method = &twl4030_conversion_methods[conv_method]; in twl4030_madc_start_conversion() 558 method->ctrl); in twl4030_madc_start_conversion() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/ |
| H A D | of-generic.c | 57 const char *method = NULL; in sh_of_smp_probe() local 69 if (!method) in sh_of_smp_probe() 70 of_property_read_string(np, "enable-method", &method); in sh_of_smp_probe() 77 if (!method) { in sh_of_smp_probe() 79 of_property_read_string(np, "enable-method", &method); in sh_of_smp_probe() 83 pr_info("CPU enable method: %s\n", method); in sh_of_smp_probe() 84 if (method) in sh_of_smp_probe() 85 for (; m->method; m++) in sh_of_smp_probe() 86 if (!strcmp(m->method, method)) { in sh_of_smp_probe()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/ |
| H A D | armada-ap810-ap0-octa-core.dtsi | 20 enable-method = "psci"; 26 enable-method = "psci"; 32 enable-method = "psci"; 38 enable-method = "psci"; 44 enable-method = "psci"; 50 enable-method = "psci"; 56 enable-method = "psci"; 62 enable-method = "psci";
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/ |
| H A D | client.py | 56 async def get_unihash(self, method, taskhash): argument 58 r = await self.send_stream("%s %s" % (method, taskhash)) 63 async def report_unihash(self, taskhash, method, outhash, unihash, extra={}): argument 67 m["method"] = method 72 async def report_unihash_equiv(self, taskhash, method, unihash, extra={}): argument 76 m["method"] = method 80 async def get_taskhash(self, method, taskhash, all_properties=False): argument 83 {"get": {"taskhash": taskhash, "method": method, "all": all_properties}} 86 async def get_outhash(self, method, outhash, taskhash): argument 89 {"get-outhash": {"outhash": outhash, "taskhash": taskhash, "method": method}}
|
| H A D | server.py | 147 async def copy_unihash_from_upstream(client, db, method, taskhash): argument 148 d = await client.get_taskhash(method, taskhash) 220 method = request['method'] 225 d = await self.get_unihash(cursor, method, taskhash, fetch_all) 229 async def get_unihash(self, cursor, method, taskhash, fetch_all=False): argument 242 'method': method, 252 d = await self.upstream_client.get_taskhash(method, taskhash, True) 256 row = self.query_equivalent(cursor, method, taskhash) 261 d = await self.upstream_client.get_taskhash(method, taskhash) 269 method = request['method'] [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/ |
| H A D | hip07.dtsi | 18 method = "smc"; 271 enable-method = "psci"; 280 enable-method = "psci"; 289 enable-method = "psci"; 298 enable-method = "psci"; 307 enable-method = "psci"; 316 enable-method = "psci"; 325 enable-method = "psci"; 334 enable-method = "psci"; 343 enable-method = "psci"; [all …]
|
| H A D | hip05.dtsi | 18 method = "smc"; 88 enable-method = "psci"; 96 enable-method = "psci"; 104 enable-method = "psci"; 112 enable-method = "psci"; 120 enable-method = "psci"; 128 enable-method = "psci"; 136 enable-method = "psci"; 144 enable-method = "psci"; 152 enable-method = "psci"; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | xmethods.py | 153 method = self._method_dict.get(method_name) 154 if method is None or not method.enabled: 161 return method.worker_class(value_type, size) 270 method = self._method_dict.get(method_name) 271 if method is None or not method.enabled: 273 return method.worker_class(class_type.template_argument(0)) 314 method = self._method_dict.get(method_name) 315 if method is None or not method.enabled: 319 return method.worker_class(val_type, node_type) 395 method = self._method_dict.get(method_name) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | xmethods.py | 153 method = self._method_dict.get(method_name) 154 if method is None or not method.enabled: 161 return method.worker_class(value_type, size) 270 method = self._method_dict.get(method_name) 271 if method is None or not method.enabled: 273 return method.worker_class(class_type.template_argument(0)) 314 method = self._method_dict.get(method_name) 315 if method is None or not method.enabled: 319 return method.worker_class(val_type, node_type) 395 method = self._method_dict.get(method_name) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | numa.txt | 134 enable-method = "psci"; 142 enable-method = "psci"; 149 enable-method = "psci"; 156 enable-method = "psci"; 163 enable-method = "psci"; 170 enable-method = "psci"; 177 enable-method = "psci"; 184 enable-method = "psci"; 191 enable-method = "psci"; 199 enable-method = "psci"; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | get_turn_info_ll.hpp | 66 char const method = inters.d_info().how; in apply() local 72 switch(method) in apply() 136 replace_method_and_operations_tm(tp.method, in apply() 275 replace_method_and_operations_tm(tp.method, in apply() 475 std::cout << "TURN: Unknown method: " << method << std::endl; in apply() 478 BOOST_THROW_EXCEPTION(turn_info_exception(method)); in apply() 493 method_type method, operation_type spike_op, in append_collinear_spikes() 508 if ( tp.method == method_equal in append_collinear_spikes() 516 tp.method = method; in append_collinear_spikes() 528 tp.method = method; in append_collinear_spikes() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/firmware/ |
| H A D | psci.c | 59 const char *method; in psci_probe() local 61 method = dev_read_prop(dev, "method", NULL); in psci_probe() 62 if (!method) { in psci_probe() 67 if (!strcmp("hvc", method)) { in psci_probe() 69 } else if (!strcmp("smc", method)) { in psci_probe() 72 printf("invalid \"method\" property: %s\n", method); in psci_probe()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/connman-gnome/ |
| H A D | null_check_for_ipv4_config.patch | 3 the GUI is trying to read the ipv4_config.method field to see whether 19 - if (g_str_equal(ipv4_config.method, "dhcp") == TRUE) 20 + if (!ipv4_config.method || g_str_equal(ipv4_config.method, "dhcp") == TRUE) 32 - if (g_str_equal(ipv4_config.method, "dhcp") == TRUE) 33 + if (!ipv4_config.method || g_str_equal(ipv4_config.method, "dhcp") == TRUE)
|