/netbsd-src/sys/arch/alpha/include/ |
H A D | cpuvar.h | 34 struct cpu_softc { struct 35 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 …]
|
/netbsd-src/sys/arch/evbmips/sbmips/ |
H A D | cpuvar.h | 9 struct cpu_softc { struct 10 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;
|
/netbsd-src/sys/arch/sbmips/include/ |
H A D | cpuvar.h | 9 struct cpu_softc { struct 10 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;
|
/netbsd-src/sys/arch/hppa/hppa/ |
H A D | cpuvar.h | 32 struct cpu_softc { struct 33 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];
|
/netbsd-src/sys/arch/powerpc/include/booke/ |
H A D | cpuvar.h | 53 struct cpu_softc { struct 54 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 …]
|
/netbsd-src/sys/arch/mips/cavium/ |
H A D | octeonvar.h | 84 struct cpu_softc { struct 85 struct cpu_info *cpu_ci; 87 uint64_t cpu_ip2_sum0; 88 uint64_t cpu_ip3_sum0; 89 uint64_t cpu_ip4_sum0; 91 uint64_t cpu_int_sum1; 93 uint64_t cpu_ip2_en[NBANKS]; 94 uint64_t cpu_ip3_en[NBANKS]; 95 uint64_t cpu_ip4_en[NBANKS]; 97 uint64_t cpu_ip2_enable[NBANKS]; [all …]
|
/netbsd-src/sys/arch/arm/broadcom/ |
H A D | bcm53xx_var.h | 90 struct cpu_softc { struct 105 void bcm53xx_cpu_softc_init(struct cpu_info *); argument
|
H A D | bcm53xx_board.c | 70 static struct cpu_softc cpu_softc; variable
|
/netbsd-src/sys/arch/ibmnws/ibmnws/ |
H A D | cpu.c | 43 struct cpu_softc { struct 48 CFATTACH_DECL_NEW(cpu, sizeof(struct cpu_softc), argument
|
/netbsd-src/sys/arch/ia64/ia64/ |
H A D | cpu.c | 53 struct cpu_softc { struct 61 static void identifycpu(struct cpu_softc *); argument
|
/netbsd-src/sys/arch/usermode/dev/ |
H A D | cpu.c | 81 typedef struct cpu_softc { struct 87 } cpu_softc_t; argument
|
/netbsd-src/sys/arch/xen/x86/ |
H A D | cpu.c | 131 struct cpu_softc { struct 142 CFATTACH_DECL2_NEW(cpu, sizeof(struct cpu_softc), argument
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | cpu.c | 151 struct cpu_softc { struct 165 CFATTACH_DECL2_NEW(cpu, sizeof(struct cpu_softc), argument
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | cpu.c | 110 struct cpu_softc { struct 127 CFATTACH_DECL_NEW(cpu_mainbus, sizeof(struct cpu_softc), argument
|
/netbsd-src/sys/arch/powerpc/booke/ |
H A D | booke_machdep.c | 124 struct cpu_softc cpu_softc[] = { variable
|