Searched refs:cpu_desc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/riscv/riscv/ |
| H A D | identcpu.c | 87 struct cpu_desc { struct 106 struct cpu_desc cpu_desc[MAXCPU]; variable 164 parse_ext_s(struct cpu_desc *desc, char *isa, int idx, int len) in parse_ext_s() 196 parse_ext_x(struct cpu_desc *desc __unused, char *isa, int idx, int len) in parse_ext_x() 210 parse_ext_z(struct cpu_desc *desc __unused, char *isa, int idx, int len) in parse_ext_z() 262 parse_riscv_isa(struct cpu_desc *desc, char *isa, int len) in parse_riscv_isa() 337 parse_mmu_fdt(struct cpu_desc *desc, phandle_t node) in parse_mmu_fdt() 351 parse_cbo_fdt(struct cpu_desc *desc, phandle_t node) in parse_cbo_fdt() 367 identify_cpu_features_fdt(u_int cpu, struct cpu_desc *desc) in identify_cpu_features_fdt() 431 identify_cpu_features(u_int cpu, struct cpu_desc *desc) in identify_cpu_features() [all …]
|
| /freebsd/sys/arm64/arm64/ |
| H A D | identcpu.c | 53 struct cpu_desc; 59 static void print_cpu_features(u_int cpu, struct cpu_desc *desc, 60 struct cpu_desc *prev_desc); 61 static void print_cpu_caches(struct sbuf *sb, struct cpu_desc *desc); 85 static void check_cpu_regs(u_int cpu, struct cpu_desc *desc, 86 struct cpu_desc *prev_desc); 137 struct cpu_desc { struct 166 static struct cpu_desc cpu_desc0; argument 167 static struct cpu_desc *cpu_desc; variable 168 static struct cpu_desc kern_cpu_desc; [all …]
|