Searched refs:pxm (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | srat.c | 31 unsigned pxm; member 46 return ((pxm2node[idx].pxm == pxm) && in node_found() 54 if ((pxm < ARRAY_SIZE(pxm2node)) && node_found(pxm, pxm)) in pxm_to_node() 74 if (node_found(pxm, pxm)) in setup_node() 79 idx = pxm; in setup_node() 90 pxm); in setup_node() 100 pxm2node[idx].pxm = pxm; in setup_node() 206 unsigned pxm; in acpi_numa_x2apic_affinity_init() local 240 unsigned pxm; in acpi_numa_processor_affinity_init() local 274 unsigned pxm; in acpi_numa_memory_affinity_init() local [all …]
|
A D | smpboot.c | 937 int cpu_add(uint32_t apic_id, uint32_t acpi_id, uint32_t pxm) in cpu_add() argument 942 apic_id, acpi_id, pxm); in cpu_add() 946 (pxm >= 256) ) in cpu_add() 973 nodeid_t node = setup_node(pxm); in cpu_add() 978 "Setup node failed for pxm %x\n", pxm); in cpu_add()
|
A D | physdev.c | 508 uint32_t pxm; in do_physdev_op() local 512 if ( copy_from_guest_offset(&pxm, arg, optarr_off, 1) ) in do_physdev_op() 515 node = pxm_to_node(pxm); in do_physdev_op()
|
A D | platform_hypercall.c | 692 op->u.cpu_add.pxm); in do_platform_op() 702 op->u.mem_add.pxm); in do_platform_op()
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/ |
A D | numa.c | 219 unsigned long pxm; 226 status = acpi_evaluate_integer(handle, "_PXM", NULL, &pxm); 228 return (int)pxm;
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | numa.h | 26 extern nodeid_t pxm_to_node(unsigned int pxm); 38 extern nodeid_t setup_node(unsigned int pxm);
|
A D | smp.h | 45 int cpu_add(uint32_t apic_id, uint32_t acpi_id, uint32_t pxm);
|
A D | mm.h | 587 extern int memory_add(unsigned long spfn, unsigned long epfn, unsigned int pxm);
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | platform.h | 530 uint32_t pxm; member 538 uint32_t pxm; member
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | mm.c | 1344 int memory_add(unsigned long spfn, unsigned long epfn, unsigned int pxm) in memory_add() argument 1353 dprintk(XENLOG_INFO, "memory_add %lx ~ %lx with pxm %x\n", spfn, epfn, pxm); in memory_add() 1358 if ( (node = setup_node(pxm)) == NUMA_NO_NODE ) in memory_add() 1365 spfn, epfn, pxm, node); in memory_add() 1393 dprintk(XENLOG_WARNING, "node %x pxm %x is not online\n",node, pxm); in memory_add()
|
Completed in 16 milliseconds