/src/sys/arch/riscv/include/ |
cpuvar.h | 39 void cpu_attach(device_t, cpuid_t);
|
/src/sys/arch/arm/include/ |
cpuvar.h | 39 void cpu_attach(device_t, cpuid_t);
|
locore.h | 155 void cpu_attach(device_t, cpuid_t);
|
/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/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/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/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/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/shark/ofw/ |
cpu_ofbus.c | 43 cpu_attach(self);
|
/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/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/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/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/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/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/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/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/arm/mainbus/ |
cpu_mainbus.c | 122 cpu_attach(self, mb->mb_core);
|
/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/fdt/ |
cpu_fdt.c | 207 cpu_attach(self, hartid);
|
/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/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/arm/fdt/ |
cpu_fdt.c | 98 cpu_attach(self, cpuid); 311 * because cache ops are only functional after cpu_attach()
|
/src/sys/arch/riscv/riscv/ |
cpu.c | 193 cpu_attach(device_t dv, cpuid_t hartid) function in typeref:typename:void
|