| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_core.c | 49 } cores[] = { local 69 cid = nvif_mclass(&disp->disp->object, cores); 75 return cores[cid].new(drm, cores[cid].oclass, pcore);
|
| /src/sys/arch/evbmips/cavium/ |
| machdep.c | 390 const int cores = popcount64(fuse); local 391 mem_clusters[0].start += cores * PAGE_SIZE; 392 mem_clusters[0].size -= cores * PAGE_SIZE;
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| driver-aarch64.cc | 71 #include "aarch64-cores.def" 282 unsigned int cores[2] = { INVALID_CORE, INVALID_CORE }; local 351 if (!contains_core_p (cores, ccore)) 356 cores[n_cores++] = ccore; 448 if (!contains_core_p (cores, ccore)) 453 cores[n_cores++] = ccore; 557 /* Search for one of the cores in the list. */ 560 && cores[0] == aarch64_cpu_data[i].part_no 597 && valid_bL_core_p (cores, aarch64_cpu_data[i].part_no)) 609 features as the cores should have the same features. So just pic [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| driver-aarch64.cc | 70 #include "aarch64-cores.def" 267 unsigned int cores[2] = { INVALID_CORE, INVALID_CORE }; local 335 if (!contains_core_p (cores, ccore)) 340 cores[n_cores++] = ccore; 429 if (!contains_core_p (cores, ccore)) 434 cores[n_cores++] = ccore; 537 /* Search for one of the cores in the list. */ 540 && cores[0] == aarch64_cpu_data[i].part_no 582 && valid_bL_core_p (cores, aarch64_cpu_data[i].part_no))
|
| /src/sys/dev/ |
| smbiosvar.h | 239 uint8_t cores; /* cores per socket */ member in struct:smbios_processor 240 uint8_t enabled; /* enabled cores per socket */
|
| /src/sys/stand/efiboot/ |
| smbios.h | 234 uint8_t cores; /* cores per socket */ member in struct:smbios_processor 235 uint8_t enabled; /* enabled cores per socket */
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-osdata.c | 188 /* Find the CPU cores used by process PID and return them in CORES. 189 CORES points to an array of NUM_CORES elements. */ 192 get_cores_used_by_process (PID_T pid, int *cores, const int num_cores) 218 ++cores[core]; 274 CPU core numbers. This may be more than the actual number of cores if 281 we are in a container that has access to a subset of the host's cores. 282 It will return a size that considers all the CPU cores available to the 308 int *cores; local 325 /* Find CPU cores used by the process. * [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-osdata.c | 188 /* Find the CPU cores used by process PID and return them in CORES. 189 CORES points to an array of NUM_CORES elements. */ 192 get_cores_used_by_process (PID_T pid, int *cores, const int num_cores) 218 ++cores[core]; 274 CPU core numbers. This may be more than the actual number of cores if 281 we are in a container that has access to a subset of the host's cores. 282 It will return a size that considers all the CPU cores available to the 308 int *cores; local 325 /* Find CPU cores used by the process. * [all...] |
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-main.c | 610 std::set<int> cores; member in class:collect_cores_data::std 623 data->cores.insert (core); 663 if (!data.cores.empty ()) 665 ui_out_emit_list list_emitter (uiout, "cores"); 667 for (int b : data.cores) 676 /* Output a field named 'cores' with a list as the value. The 677 elements of the list are obtained by splitting 'cores' on 684 auto cores = make_unique_xstrdup (xcores); local 685 char *p = cores.get (); 724 const std::string *cores = get_osdata_column (item, "cores") local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-main.c | 610 std::set<int> cores; member in class:collect_cores_data::std 623 data->cores.insert (core); 666 if (!data.cores.empty ()) 668 ui_out_emit_list list_emitter (uiout, "cores"); 670 for (int b : data.cores) 679 /* Output a field named 'cores' with a list as the value. The 680 elements of the list are obtained by splitting 'cores' on 687 auto cores = make_unique_xstrdup (xcores); local 688 char *p = cores.get (); 727 const std::string *cores = get_osdata_column (item, "cores") local [all...] |