Lines Matching full:capabilities
107 * CPU capabilities:
114 * detect the capabilities correctly on the system and take appropriate
117 * This comment tries to explain how we treat the capabilities.
159 * CPUs are treated "late CPUs" for capabilities determined by the boot
162 * At the moment there are two passes of finalising the capabilities.
163 * a) Boot CPU scope capabilities - Finalised by primary boot CPU via
170 * capabilities finalised already. This happens via :
174 * As explained in (2) above, capabilities could be finalised at
176 * against the capabilities that have been finalised by the time it
225 * typical for capabilities that represent enhanced functionality.
276 * more CPUs in the system requires it. When one of these capabilities
340 * useful for some capabilities (e.g, working around CPU
388 * Generic helper for handling capabilities with multiple (match,enable) pairs
458 * Before capabilities are finalized, this returns false.
459 * After capabilities are finalized, this is patched to avoid a runtime check.
473 * Before capabilities are finalized, this will BUG().
474 * After capabilities are finalized, this is patched to avoid a runtime check.
492 * Before capabilities are finalized, this behaves as cpus_have_cap().
493 * After capabilities are finalized, this is patched to avoid a runtime check.