Searched full:svnapot (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgtable-64.h | 82 * [63] Svnapot definitions: 83 * 0 Svnapot disabled 84 * 1 Svnapot enabled
|
/openbmc/linux/Documentation/devicetree/bindings/riscv/ |
H A D | extensions.yaml | 156 - const: svnapot 158 The standard Svnapot supervisor-level extensions for napot
|
/openbmc/linux/arch/riscv/ |
H A D | Kconfig | 459 bool "Svnapot extension support for supervisor mode NAPOT pages" 464 Allow kernel to detect the Svnapot ISA-extension dynamically at boot 467 The Svnapot extension is used to mark contiguous PTEs as a range 473 the Svnapot extension, it may be better to say N here.
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | cpufeature.c | 183 __RISCV_ISA_EXT_DATA(svnapot, RISCV_ISA_EXT_SVNAPOT),
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu_onereg.c | 40 KVM_ISA_EXT_ARR(SVNAPOT),
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 200 ISA_EXT_DATA_ENTRY(svnapot, PRIV_VERSION_1_12_0, ext_svnapot), 1512 MULTI_EXT_CFG_BOOL("svnapot", ext_svnapot, false),
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 326 KVM_EXT_CFG("svnapot", ext_svnapot, KVM_RISCV_ISA_EXT_SVNAPOT),
|