Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/riscv/
H A Dsbi-fwft.c23 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 Dprocessor.h316 static inline bool this_cpu_has(u64 feature) in this_cpu_has()