/src/sys/arch/amigappc/amigappc/ |
cpu.c | 44 int cpu_match(device_t, cfdata_t, void *); 48 cpu_match, cpu_attach, NULL, NULL); 53 cpu_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/cobalt/cobalt/ |
cpu.c | 42 static int cpu_match(device_t, cfdata_t, void *); 46 cpu_match, cpu_attach, NULL, NULL); 49 cpu_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/evbmips/evbmips/ |
cpu.c | 48 static int cpu_match(device_t, cfdata_t, void *); 52 cpu_match, cpu_attach, NULL, NULL); 55 cpu_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
|
/src/sys/arch/sh3/sh3/ |
cpu.c | 45 static int cpu_match(device_t, struct cfdata *, void *); 50 cpu_match, cpu_attach, NULL, NULL); 54 cpu_match(device_t parent, struct cfdata *cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/evbppc/ev64260/ |
mainbus.c | 125 static int cpu_match(device_t, cfdata_t, void *); 128 CFATTACH_DECL_NEW(cpu, 0, cpu_match, cpu_attach, NULL, NULL); 131 cpu_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/evbppc/wii/ |
mainbus.c | 135 static int cpu_match(device_t, cfdata_t, void *); 139 cpu_match, cpu_attach, NULL, NULL); 144 cpu_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/evbppc/pmppc/ |
mainbus.c | 152 static int cpu_match(device_t, cfdata_t, void *); 156 cpu_match, cpu_attach, NULL, NULL); 161 cpu_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/evbmips/ingenic/ |
cpu.c | 54 static int cpu_match(device_t, cfdata_t, void *); 58 cpu_match, cpu_attach, NULL, NULL); 64 cpu_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
|
/src/sys/arch/powerpc/booke/dev/ |
cpunode.c | 167 static int cpu_match(device_t, cfdata_t, void *); 171 cpu_match, cpu_attach, NULL, NULL); 174 cpu_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/sgimips/sgimips/ |
cpu.c | 56 static int cpu_match(device_t, cfdata_t, void *); 80 cpu_match, cpu_attach, NULL, NULL); 83 cpu_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/evbmips/sbmips/ |
cpu.c | 60 static int cpu_match(device_t, cfdata_t, void *); 64 cpu_match, cpu_attach, NULL, NULL); 69 cpu_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
|
/src/sys/arch/sbmips/sbmips/ |
cpu.c | 59 static int cpu_match(device_t, cfdata_t, void *); 63 cpu_match, cpu_attach, NULL, NULL); 68 cpu_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
|
/src/sys/arch/sandpoint/sandpoint/ |
mainbus.c | 149 static int cpu_match(device_t, cfdata_t, void *); 152 CFATTACH_DECL_NEW(cpu, 0, cpu_match, cpu_attach, NULL, NULL); 157 cpu_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/sun2/sun2/ |
locore2.c | 215 int cpu_match = 0; local in function:_verify_hardware 227 cpu_match++; 234 cpu_match++; 244 if (!cpu_match) {
|
/src/sys/arch/sun3/sun3/ |
locore2.c | 235 int cpu_match = 0; local in function:_verify_hardware 247 cpu_match++; 253 cpu_match++; 259 cpu_match++; 266 cpu_match++; 273 cpu_match++; 283 cpu_match++; 293 if (!cpu_match) {
|
/src/sys/arch/ia64/ia64/ |
cpu.c | 58 static int cpu_match(device_t, cfdata_t, void *); 64 cpu_match, cpu_attach, NULL, NULL); 68 cpu_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
|
/src/sys/arch/ofppc/ofppc/ |
cpu.c | 76 static int cpu_match(device_t, cfdata_t, void *); 81 cpu_match, cpu_attach, NULL, NULL); 87 cpu_match(device_t parent, cfdata_t cfdata, void *aux) function in typeref:typename:int
|
/src/sys/arch/usermode/dev/ |
cpu.c | 66 static int cpu_match(device_t, cfdata_t, void *); 96 CFATTACH_DECL_NEW(cpu, sizeof(cpu_softc_t), cpu_match, cpu_attach, NULL, NULL); 99 cpu_match(device_t parent, cfdata_t match, void *opaque) function in typeref:typename:int
|
/src/sys/arch/sparc/sparc/ |
cpuvar.h | 62 void (*cpu_match)(struct cpu_info *, struct module_info *, int); member in struct:module_info
|
/src/sys/arch/sparc64/sparc64/ |
cpu.c | 120 int cpu_match(device_t, cfdata_t, void *); 122 CFATTACH_DECL_NEW(cpu, 0, cpu_match, cpu_attach, NULL, NULL); 378 cpu_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/xen/x86/ |
cpu.c | 121 static int cpu_match(device_t, cfdata_t, void *); 143 cpu_match, cpu_attach, NULL, NULL, cpu_rescan, cpu_childdetached); 188 cpu_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
|
/src/sys/arch/x86/x86/ |
cpu.c | 141 static int cpu_match(device_t, cfdata_t, void *); 166 cpu_match, cpu_attach, NULL, NULL, cpu_rescan, cpu_childdetached); 240 cpu_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
|