Home
last modified time | relevance | path

Searched refs:first_valid_mfn (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/asm-arm/
A Dnuma.h21 extern mfn_t first_valid_mfn;
24 #define node_spanned_pages(nid) (max_page - mfn_x(first_valid_mfn))
25 #define node_start_pfn(nid) (mfn_x(first_valid_mfn))
/xen/xen/common/
A Dpage_alloc.c246 mfn_t first_valid_mfn = INVALID_MFN_INITIALIZER; variable
332 first_valid_mfn = mfn_min(maddr_to_mfn(ps), first_valid_mfn); in init_boot_pages()
1793 first_valid_mfn = mfn_min(page_to_mfn(pg), first_valid_mfn); in init_heap_pages()
1979 start = max(node_start_pfn(i), mfn_x(first_valid_mfn)); in scrub_heap_pages()

Completed in 7 milliseconds