Searched defs:dt_cpu_feature (Results 1 – 1 of 1) sorted by relevance
41 struct dt_cpu_feature { struct42 const char *name;43 uint32_t isa;44 uint32_t usable_privilege;45 uint32_t hv_support;46 uint32_t os_support;47 uint32_t hfscr_bit_nr;48 uint32_t fscr_bit_nr;49 uint32_t hwcap_bit_nr;51 unsigned long node;[all …]