Home
last modified time | relevance | path

Searched refs:MAX_CCX (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dcpu.c345 #define MAX_CCX 2 macro
389 return DIV_ROUND_UP(nr_cores, nodes * MAX_CCX); in cores_in_core_complex()
462 topo->node_id = core_id / (cores_in_ccx * MAX_CCX); in build_core_topology()
463 topo->ccx_id = (core_id % (cores_in_ccx * MAX_CCX)) / cores_in_ccx; in build_core_topology()
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dcpu.c350 #define MAX_CCX 2 macro
394 return DIV_ROUND_UP(nr_cores, nodes * MAX_CCX); in cores_in_core_complex()
467 topo->node_id = core_id / (cores_in_ccx * MAX_CCX); in build_core_topology()
468 topo->ccx_id = (core_id % (cores_in_ccx * MAX_CCX)) / cores_in_ccx; in build_core_topology()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dcpu.c350 #define MAX_CCX 2 macro
394 return DIV_ROUND_UP(nr_cores, nodes * MAX_CCX); in cores_in_core_complex()
467 topo->node_id = core_id / (cores_in_ccx * MAX_CCX); in build_core_topology()
468 topo->ccx_id = (core_id % (cores_in_ccx * MAX_CCX)) / cores_in_ccx; in build_core_topology()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dcpu.c350 #define MAX_CCX 2 macro
394 return DIV_ROUND_UP(nr_cores, nodes * MAX_CCX); in cores_in_core_complex()
467 topo->node_id = core_id / (cores_in_ccx * MAX_CCX); in build_core_topology()
468 topo->ccx_id = (core_id % (cores_in_ccx * MAX_CCX)) / cores_in_ccx; in build_core_topology()