Lines Matching full:capabilities
106 * CPU capabilities:
113 * detect the capabilities correctly on the system and take appropriate
116 * This comment tries to explain how we treat the capabilities.
158 * CPUs are treated "late CPUs" for capabilities determined by the boot
161 * At the moment there are two passes of finalising the capabilities.
162 * a) Boot CPU scope capabilities - Finalised by primary boot CPU via
169 * capabilities finalised already. This happens via :
173 * As explained in (2) above, capabilities could be finalised at
175 * against the capabilities that have been finalised by the time it
224 * typical for capabilities that represent enhanced functionality.
275 * more CPUs in the system requires it. When one of these capabilities
339 * useful for some capabilities (e.g, working around CPU
386 * Generic helper for handling capabilities with multiple (match,enable) pairs
460 * Before capabilities are finalized, this returns false.
461 * After capabilities are finalized, this is patched to avoid a runtime check.
475 * Before capabilities are finalized, this will BUG().
476 * After capabilities are finalized, this is patched to avoid a runtime check.
494 * Before capabilities are finalized, this behaves as cpus_have_cap().
495 * After capabilities are finalized, this is patched to avoid a runtime check.