Home
last modified time | relevance | path

Searched refs:phys_to_nid (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dnuma.h10 static inline __attribute__((pure)) nodeid_t phys_to_nid(paddr_t addr) in phys_to_nid() function
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dnuma.c392 if ( phys_to_nid(pa) != i ) in dump_numa()
394 pa, phys_to_nid(pa), i); in dump_numa()
433 i = phys_to_nid((paddr_t)page_to_mfn(page) << PAGE_SHIFT); in dump_numa()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dnuma.h62 static inline __attribute__((pure)) nodeid_t phys_to_nid(paddr_t addr) in phys_to_nid() function
/xen-4.10.0-shim-comet/xen/common/
A Dpage_alloc.c938 node = phys_to_nid(page_to_maddr(pg)); in alloc_heap_pages()
1037 unsigned int node = phys_to_nid(page_to_maddr(head)); in reserve_offlined_page()
1348 unsigned int i, node = phys_to_nid(page_to_maddr(pg)), tainted = 0; in free_heap_pages()
1420 (phys_to_nid(page_to_maddr(predecessor)) != node) ) in free_heap_pages()
1443 (phys_to_nid(page_to_maddr(successor)) != node) ) in free_heap_pages()
1500 unsigned int i, node = phys_to_nid(page_to_maddr(pg)); in reserve_heap_page()
1734 unsigned int nid = phys_to_nid(page_to_maddr(pg+i)); in init_heap_pages()
1740 bool_t use_tail = (nid == phys_to_nid(pfn_to_paddr(e - 1))) && in init_heap_pages()
1797 (phys_to_nid(pfn_to_paddr(r->s)) == cpu_to_node(0)) ) in end_boot_allocator()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmm.c542 memflags = MEMF_node(phys_to_nid(i << in paging_init()
650 memflags = MEMF_node(phys_to_nid(i << in paging_init()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-pod.c483 nodeid_t node = phys_to_nid(page_to_maddr(p)); in p2m_pod_offline_or_broken_replace()

Completed in 20 milliseconds