Lines Matching +full:entry +full:- +full:method
1 // SPDX-License-Identifier: GPL-2.0-only
3 * CPU kernel entry/exit control
44 if (!strcmp(name, (*ops)->name)) in cpu_get_ops()
66 enable_method = of_get_property(dn, "enable-method", NULL); in cpu_read_enable_method()
69 * The boot CPU may not have an enable method (e.g. in cpu_read_enable_method()
70 * when spin-table is used for secondaries). in cpu_read_enable_method()
74 pr_err("%pOF: missing enable-method property\n", in cpu_read_enable_method()
83 * checking the enable method since for some in cpu_read_enable_method()
88 pr_err("Unsupported ACPI enable-method\n"); in cpu_read_enable_method()
95 * Read a cpu's enable method and record it in cpu_ops.
102 return -ENODEV; in cpu_read_ops()
106 pr_warn("Unsupported enable-method: %s\n", enable_method); in cpu_read_ops()
107 return -EOPNOTSUPP; in cpu_read_ops()