Symbol: cpu_desc
sys/arm64/arm64/identcpu.c
166
static struct cpu_desc cpu_desc0;
sys/arm64/arm64/identcpu.c
167
static struct cpu_desc *cpu_desc;
sys/arm64/arm64/identcpu.c
168
static struct cpu_desc kern_cpu_desc;
sys/arm64/arm64/identcpu.c
169
static struct cpu_desc user_cpu_desc;
sys/arm64/arm64/identcpu.c
170
static struct cpu_desc l_user_cpu_desc;
sys/arm64/arm64/identcpu.c
172
static struct cpu_desc *
sys/arm64/arm64/identcpu.c
179
MPASS(cpu_desc != NULL);
sys/arm64/arm64/identcpu.c
180
return (&cpu_desc[cpu - 1]);
sys/arm64/arm64/identcpu.c
2242
.offset = __offsetof(struct cpu_desc, field_name), \
sys/arm64/arm64/identcpu.c
2672
struct cpu_desc *desc;
sys/arm64/arm64/identcpu.c
2744
cpu_desc = mallocarray(mp_maxid, sizeof(*cpu_desc), M_IDENTCPU,
sys/arm64/arm64/identcpu.c
2762
parse_cpu_features(bool is64bit, struct cpu_desc *cpu_desc, u_long *hwcap,
sys/arm64/arm64/identcpu.c
2775
reg = CPU_DESC_FIELD(*cpu_desc, i);
sys/arm64/arm64/identcpu.c
2808
struct cpu_desc *desc, *prev_desc;
sys/arm64/arm64/identcpu.c
2899
struct cpu_desc *desc, *prev_desc;
sys/arm64/arm64/identcpu.c
2916
free(cpu_desc, M_IDENTCPU);
sys/arm64/arm64/identcpu.c
3075
print_cpu_cache(struct cpu_desc *desc, struct sbuf *sb, uint64_t ccs,
sys/arm64/arm64/identcpu.c
3100
print_cpu_caches(struct sbuf *sb, struct cpu_desc *desc)
sys/arm64/arm64/identcpu.c
3131
print_cpu_features(u_int cpu, struct cpu_desc *desc,
sys/arm64/arm64/identcpu.c
3132
struct cpu_desc *prev_desc)
sys/arm64/arm64/identcpu.c
3339
struct cpu_desc *desc;
sys/arm64/arm64/identcpu.c
3401
check_cpu_regs(u_int cpu, struct cpu_desc *desc, struct cpu_desc *prev_desc)
sys/arm64/arm64/identcpu.c
53
struct cpu_desc;
sys/arm64/arm64/identcpu.c
59
static void print_cpu_features(u_int cpu, struct cpu_desc *desc,
sys/arm64/arm64/identcpu.c
60
struct cpu_desc *prev_desc);
sys/arm64/arm64/identcpu.c
61
static void print_cpu_caches(struct sbuf *sb, struct cpu_desc *desc);
sys/arm64/arm64/identcpu.c
85
static void check_cpu_regs(u_int cpu, struct cpu_desc *desc,
sys/arm64/arm64/identcpu.c
86
struct cpu_desc *prev_desc);
sys/riscv/riscv/identcpu.c
106
struct cpu_desc cpu_desc[MAXCPU];
sys/riscv/riscv/identcpu.c
164
parse_ext_s(struct cpu_desc *desc, char *isa, int idx, int len)
sys/riscv/riscv/identcpu.c
196
parse_ext_x(struct cpu_desc *desc __unused, char *isa, int idx, int len)
sys/riscv/riscv/identcpu.c
210
parse_ext_z(struct cpu_desc *desc __unused, char *isa, int idx, int len)
sys/riscv/riscv/identcpu.c
262
parse_riscv_isa(struct cpu_desc *desc, char *isa, int len)
sys/riscv/riscv/identcpu.c
337
parse_mmu_fdt(struct cpu_desc *desc, phandle_t node)
sys/riscv/riscv/identcpu.c
351
parse_cbo_fdt(struct cpu_desc *desc, phandle_t node)
sys/riscv/riscv/identcpu.c
367
identify_cpu_features_fdt(u_int cpu, struct cpu_desc *desc)
sys/riscv/riscv/identcpu.c
431
identify_cpu_features(u_int cpu, struct cpu_desc *desc)
sys/riscv/riscv/identcpu.c
445
update_global_capabilities(u_int cpu, struct cpu_desc *desc)
sys/riscv/riscv/identcpu.c
479
identify_cpu_ids(struct cpu_desc *desc)
sys/riscv/riscv/identcpu.c
518
handle_thead_quirks(u_int cpu, struct cpu_desc *desc)
sys/riscv/riscv/identcpu.c
540
handle_cpu_quirks(u_int cpu, struct cpu_desc *desc)
sys/riscv/riscv/identcpu.c
552
struct cpu_desc *desc = &cpu_desc[cpu];
sys/riscv/riscv/identcpu.c
567
struct cpu_desc *desc;
sys/riscv/riscv/identcpu.c
570
desc = &cpu_desc[cpu];