Searched defs:feature (Results 1 – 3 of 3) sorted by relevance
/kvm-unit-tests/riscv/ |
H A D | sbi-fwft.c | 22 static struct sbiret fwft_set_and_check_raw(const char *str, unsigned long feature, in fwft_set_and_check_raw() 49 static void fwft_check_reset(uint32_t feature, unsigned long reset) in fwft_check_reset() 57 static void fwft_feature_lock_test_values(uint32_t feature, size_t nr_values, in fwft_feature_lock_test_values() 84 static void fwft_feature_lock_test(uint32_t feature, unsigned long locked_value) in fwft_feature_lock_test() 260 static bool adue_toggle_and_check_raw(const char *str, unsigned long feature, unsigned long value, in adue_toggle_and_check_raw()
|
/kvm-unit-tests/lib/riscv/ |
H A D | sbi.c | 110 struct sbiret sbi_fwft_set_raw(unsigned long feature, unsigned long value, unsigned long flags) in sbi_fwft_set_raw() 115 struct sbiret sbi_fwft_set(uint32_t feature, unsigned long value, unsigned long flags) in sbi_fwft_set() 120 struct sbiret sbi_fwft_get_raw(unsigned long feature) in sbi_fwft_get_raw() 125 struct sbiret sbi_fwft_get(uint32_t feature) in sbi_fwft_get()
|
/kvm-unit-tests/lib/x86/ |
H A D | processor.h | 425 static inline bool this_cpu_has(struct x86_cpu_feature feature) in this_cpu_has()
|