Searched +full:riscv +full:- +full:svvptc (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR MIT)3 ---4 $id: http://devicetree.org/schemas/riscv/extensions.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: RISC-V ISA extensions10 - Paul Walmsley <[email protected]>11 - Palmer Dabbelt <[email protected]>12 - Conor Dooley <[email protected]>15 RISC-V has a large number of extensions, some of which are "standard"16 extensions, meaning they are ratified by RISC-V International, and others[all …]
1 // SPDX-License-Identifier: GPL-2.0-only24 #include <asm/text-patching.h>32 #define NUM_ALPHA_EXTS ('z' - 'a' + 1)41 /* Per-cpu ISA extensions. */47 * riscv_isa_extension_base() - Get base extension word63 * __riscv_isa_extension_available() - Check whether given extension87 pr_err("Zicbom detected in ISA string, disabling as no cbom-block-size found\n"); in riscv_ext_zicbom_validate()88 return -EINVAL; in riscv_ext_zicbom_validate()91 pr_err("Zicbom disabled as cbom-block-size present, but is not a power-of-2\n"); in riscv_ext_zicbom_validate()92 return -EINVAL; in riscv_ext_zicbom_validate()[all …]