Searched defs:cpu_softc (Results 1 – 13 of 13) sorted by relevance
34 struct cpu_softc { struct35 device_t sc_dev; /* base device */36 struct cpu_info *sc_ci; /* our cpu_info structure */39 uint32_t sc_major_type; /* CPU major type */40 uint32_t sc_minor_type; /* CPU minor type */41 bool sc_vax_fp; /* supports VAX FP */42 bool sc_ieee_fp; /* supports IEEE FP */43 bool sc_primary_eligible; /* CPU is primary eligible */46 u_long sc_amask; /* AMASK bits (inverted) */47 u_long sc_implver; /* IMPLVER */[all …]
9 struct cpu_softc { struct10 device_t sb1cpu_dev;11 struct cpu_info *sb1cpu_ci;12 vaddr_t sb1cpu_imr_base;13 uint64_t sb1cpu_imr_all;14 struct evcnt sb1cpu_intr_evcnts[64];15 struct evcnt sb1cpu_spurious_intrs[_IPL_N];16 struct evcnt sb1cpu_intrs[_IPL_N];17 struct evcnt sb1cpu_int5;
32 struct cpu_softc { struct33 device_t sc_dev;34 void *sc_ihclk;35 void *sc_ihipi;37 struct evcnt sc_evcnt_ipi; /* interprocessor interrupts */38 struct evcnt sc_evcnt_which_ipi[HPPA_NIPI];
53 struct cpu_softc { struct54 struct cpu_info *cpu_ci;55 struct evcnt *cpu_evcnt_intrs;56 bus_space_tag_t cpu_bst;57 bus_space_tag_t cpu_le_bst;58 bus_space_handle_t cpu_bsh;59 bus_addr_t cpu_clock_gtbcr;61 paddr_t cpu_highmem;63 u_int cpu_pcpls[5];64 struct evcnt cpu_evcnt_spurious_intr;[all …]
90 struct cpu_softc { struct105 void bcm53xx_cpu_softc_init(struct cpu_info *); argument
70 static struct cpu_softc cpu_softc; variable
43 struct cpu_softc { struct48 CFATTACH_DECL_NEW(cpu, sizeof(struct cpu_softc), argument
53 struct cpu_softc { struct61 static void identifycpu(struct cpu_softc *); argument
81 typedef struct cpu_softc { struct87 } cpu_softc_t; argument
131 struct cpu_softc { struct142 CFATTACH_DECL2_NEW(cpu, sizeof(struct cpu_softc), argument
151 struct cpu_softc { struct165 CFATTACH_DECL2_NEW(cpu, sizeof(struct cpu_softc), argument
110 struct cpu_softc { struct127 CFATTACH_DECL_NEW(cpu_mainbus, sizeof(struct cpu_softc), argument
124 struct cpu_softc cpu_softc[] = { variable