Searched defs:feature (Results 1 – 2 of 2) sorted by relevance
/kvm-unit-tests/riscv/ |
H A D | sbi-fwft.c | 23 static struct sbiret fwft_set_raw(unsigned long feature, unsigned long value, unsigned long flags) in fwft_set_raw() 28 static struct sbiret fwft_set(uint32_t feature, unsigned long value, unsigned long flags) in fwft_set() 33 static struct sbiret fwft_get_raw(unsigned long feature) in fwft_get_raw() 38 static struct sbiret fwft_get(uint32_t feature) in fwft_get() 43 static struct sbiret fwft_set_and_check_raw(const char *str, unsigned long feature, in fwft_set_and_check_raw() 70 static void fwft_check_reset(uint32_t feature, unsigned long reset) in fwft_check_reset() 78 static void fwft_feature_lock_test_values(uint32_t feature, size_t nr_values, in fwft_feature_lock_test_values() 105 static void fwft_feature_lock_test(uint32_t feature, unsigned long locked_value) in fwft_feature_lock_test() 281 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/x86/ |
H A D | processor.h | 316 static inline bool this_cpu_has(u64 feature) in this_cpu_has()
|