Lines Matching full:capabilities
83 * CPU capabilities:
90 * detect the capabilities correctly on the system and take appropriate
93 * This comment tries to explain how we treat the capabilities.
135 * CPUs are treated "late CPUs" for capabilities determined by the boot
138 * At the moment there are two passes of finalising the capabilities.
139 * a) Boot CPU scope capabilities - Finalised by primary boot CPU via
146 * capabilities finalised already. This happens via :
150 * As explained in (2) above, capabilities could be finalised at
152 * against the capabilities that have been finalised by the time it
201 * typical for capabilities that represent enhanced functionality.
252 * more CPUs in the system requires it. When one of these capabilities
316 * useful for some capabilities (e.g, working around CPU
363 * Generic helper for handling capabilities with multiple (match,enable) pairs
437 * Before capabilities are finalized, this returns false.
438 * After capabilities are finalized, this is patched to avoid a runtime check.
452 * Before capabilities are finalized, this will BUG().
453 * After capabilities are finalized, this is patched to avoid a runtime check.
471 * Before capabilities are finalized, this behaves as cpus_have_cap().
472 * After capabilities are finalized, this is patched to avoid a runtime check.