Searched defs:cpu_reg (Results 1 - 4 of 4) sorted by path
/freebsd-head/sys/arm64/coresight/ |
H A D | coresight_fdt.c | 116 pcell_t cpu_reg; local 120 if (OF_getencprop(cpu_node, "reg", (void *)&cpu_reg, 121 sizeof(cpu_reg)) > 0) { 122 pdata->cpu = cpu_reg;
|
/freebsd-head/sys/dev/bce/ |
H A D | if_bce.c | 422 struct cpu_reg *, struct fw_info *); 423 static void bce_start_cpu (struct bce_softc *, struct cpu_reg *); 424 static void bce_halt_cpu (struct bce_softc *, struct cpu_reg *); 3991 bce_load_cpu_fw(struct bce_softc *sc, struct cpu_reg *cpu_reg, argument 3998 bce_halt_cpu(sc, cpu_reg); 4001 offset = cpu_reg->spad_base + (fw->text_addr - cpu_reg->mips_view_base); 4011 offset = cpu_reg->spad_base + (fw->data_addr - cpu_reg 4067 bce_start_cpu(struct bce_softc *sc, struct cpu_reg *cpu_reg) argument 4089 bce_halt_cpu(struct bce_softc *sc, struct cpu_reg *cpu_reg) argument 4113 struct cpu_reg cpu_reg; local 4145 struct cpu_reg cpu_reg; local 4242 struct cpu_reg cpu_reg; local 4338 struct cpu_reg cpu_reg; local 4434 struct cpu_reg cpu_reg; local 4530 struct cpu_reg cpu_reg; local [all...] |
H A D | if_bcereg.h | 6170 struct cpu_reg { struct
|
/freebsd-head/sys/riscv/riscv/ |
H A D | mp_machdep.c | 96 static uint32_t cpu_reg[MAXCPU][2]; variable 417 cpu_reg[id][0] = reg[0]; 419 cpu_reg[id][1] = reg[1];
|
Completed in 189 milliseconds