/src/sys/arch/amigappc/amigappc/ |
cpu.c | 45 void cpu_attach(device_t, device_t, void *); 48 cpu_match, cpu_attach, NULL, NULL); 64 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/cobalt/cobalt/ |
cpu.c | 43 static void cpu_attach(device_t, device_t, void *); 46 cpu_match, cpu_attach, NULL, NULL); 56 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/evbmips/evbmips/ |
cpu.c | 49 static void cpu_attach(device_t, device_t, void *); 52 cpu_match, cpu_attach, NULL, NULL); 62 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/sh3/sh3/ |
cpu.c | 46 static void cpu_attach(device_t, device_t, void *); 50 cpu_match, cpu_attach, NULL, NULL); 65 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/evbppc/ev64260/ |
mainbus.c | 126 static void cpu_attach(device_t, device_t, void *); 128 CFATTACH_DECL_NEW(cpu, 0, cpu_match, cpu_attach, NULL, NULL); 142 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/evbppc/wii/ |
mainbus.c | 136 static void cpu_attach(device_t, device_t, void *); 139 cpu_match, cpu_attach, NULL, NULL); 160 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/evbppc/pmppc/ |
mainbus.c | 153 static void cpu_attach(device_t, device_t, void *); 156 cpu_match, cpu_attach, NULL, NULL); 175 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/evbmips/ingenic/ |
cpu.c | 55 static void cpu_attach(device_t, device_t, void *); 58 cpu_match, cpu_attach, NULL, NULL); 74 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/powerpc/booke/dev/ |
cpunode.c | 168 static void cpu_attach(device_t, device_t, void *); 171 cpu_match, cpu_attach, NULL, NULL); 189 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/sgimips/sgimips/ |
cpu.c | 57 static void cpu_attach(device_t, device_t, void *); 80 cpu_match, cpu_attach, NULL, NULL); 89 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/evbmips/sbmips/ |
cpu.c | 61 static void cpu_attach(device_t, device_t, void *); 64 cpu_match, cpu_attach, NULL, NULL); 86 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/sbmips/sbmips/ |
cpu.c | 60 static void cpu_attach(device_t, device_t, void *); 63 cpu_match, cpu_attach, NULL, NULL); 85 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/sandpoint/sandpoint/ |
mainbus.c | 150 static void cpu_attach(device_t, device_t, void *); 152 CFATTACH_DECL_NEW(cpu, 0, cpu_match, cpu_attach, NULL, NULL); 171 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/ia64/ia64/ |
cpu.c | 59 static void cpu_attach(device_t, device_t, void *); 64 cpu_match, cpu_attach, NULL, NULL); 75 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/ofppc/ofppc/ |
cpu.c | 77 static void cpu_attach(device_t, device_t, void *); 81 cpu_match, cpu_attach, NULL, NULL); 210 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/riscv/riscv/ |
cpu.c | 193 cpu_attach(device_t dv, cpuid_t hartid) function in typeref:typename:void
|
/src/sys/arch/usermode/dev/ |
cpu.c | 67 static void cpu_attach(device_t, device_t, void *); 96 CFATTACH_DECL_NEW(cpu, sizeof(cpu_softc_t), cpu_match, cpu_attach, NULL, NULL); 110 cpu_attach(device_t parent, device_t self, void *opaque) function in typeref:typename:void
|
/src/sys/arch/arm/arm32/ |
cpu.c | 87 cpu_attach(device_t dv, cpuid_t id) function in typeref:typename:void
|
/src/sys/arch/aarch64/aarch64/ |
cpu.c | 76 void cpu_attach(device_t, cpuid_t); 107 cpu_attach(device_t dv, cpuid_t id) function in typeref:typename:void
|
/src/sys/arch/sparc64/sparc64/ |
cpu.c | 119 void cpu_attach(device_t, device_t, void *); 122 CFATTACH_DECL_NEW(cpu, 0, cpu_match, cpu_attach, NULL, NULL); 479 cpu_attach(device_t parent, device_t dev, void *aux) function in typeref:typename:void
|
/src/sys/arch/xen/x86/ |
cpu.c | 122 static void cpu_attach(device_t, device_t, void *); 143 cpu_match, cpu_attach, NULL, NULL, cpu_rescan, cpu_childdetached); 195 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/x86/x86/ |
cpu.c | 142 static void cpu_attach(device_t, device_t, void *); 166 cpu_match, cpu_attach, NULL, NULL, cpu_rescan, cpu_childdetached); 341 cpu_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/sparc/sparc/ |
cpu.c | 140 static void cpu_attach(struct cpu_softc *, int, int); 232 cpu_attach(sc, node, mid); 314 cpu_attach(sc, cpua->cpua_node, cpua->cpua_device_id); 449 cpu_attach(struct cpu_softc *sc, int node, int mid) function in typeref:typename:void
|