Searched full:svade (Results 1 – 5 of 5) sorted by relevance
174 - const: svade176 The standard Svade supervisor-level extension for SW-managed PTE A/D180 Both Svade and Svadu extensions control the hardware behavior when183 1) Neither Svade nor Svadu present in DT => It is technically184 unknown whether the platform uses Svade or Svadu. Supervisor187 2) Only Svade present in DT => Supervisor must assume Svade to be191 4) Both Svade and Svadu present in DT => Supervisor must assume199 privileged ISA specification. Please refer to Svade dt-binding
270 /* SVADE has already been detected, use SVADE only */ in riscv_ext_svadu_validate()538 __RISCV_ISA_EXT_DATA(svade, RISCV_ISA_EXT_SVADE),
519 KVM_ISA_EXT_ARR(SVADE), in isa_ext_single_id_to_str()1160 KVM_ISA_EXT_SIMPLE_CONFIG(svade, SVADE);
561 !riscv_isa_extension_available(isa, SVADE)) in kvm_riscv_vcpu_setup_config()
730 * Both Svade and Svadu control the hardware behavior when the PTE A/D bits need to be set. By