Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
Ddt_cpu_ftrs.c42 struct dt_cpu_feature { struct
43 const char *name;
44 uint32_t isa;
45 uint32_t usable_privilege;
46 uint32_t hv_support;
47 uint32_t os_support;
48 uint32_t hfscr_bit_nr;
49 uint32_t fscr_bit_nr;
50 uint32_t hwcap_bit_nr;
52 unsigned long node;
[all …]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Ddt_cpu_ftrs.c41 struct dt_cpu_feature { struct
42 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 …]