Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dpdx.c60 void set_pdx_range(unsigned long smfn, unsigned long emfn) in set_pdx_range() argument
65 eidx = (pfn_to_pdx(emfn - 1) + PDX_GROUP_COUNT) / PDX_GROUP_COUNT; in set_pdx_range()
A Dpage_alloc.c2162 unsigned long smfn, emfn; in init_domheap_pages() local
2167 emfn = round_pgdown(pe) >> PAGE_SHIFT; in init_domheap_pages()
2169 if ( emfn <= smfn ) in init_domheap_pages()
2172 init_heap_pages(mfn_to_page(smfn), emfn - smfn); in init_domheap_pages()
/xen-4.10.0-shim-comet/xen/common/efi/
A Dboot.c1376 unsigned long sz = pfn_to_pdx(emfn - 1) / PDX_GROUP_COUNT + 1; in ram_range_valid()
1398 unsigned long smfn, emfn; in efi_init_memory() member
1414 unsigned long smfn, emfn; in efi_init_memory() local
1432 emfn = PFN_UP(desc->PhysicalStart + len); in efi_init_memory()
1462 !((smfn ^ (emfn - 1)) & ~pfn_pdx_bottom_mask) ) in efi_init_memory()
1467 smfn, emfn - smfn, prot) == 0 ) in efi_init_memory()
1472 smfn, emfn - 1); in efi_init_memory()
1479 extra->emfn = emfn; in efi_init_memory()
1492 smfn, emfn - 1); in efi_init_memory()
1576 i < L1_PAGETABLE_ENTRIES && extra->smfn < extra->emfn; in efi_init_memory()
[all …]
/xen-4.10.0-shim-comet/xen/include/xen/
A Dpdx.h19 extern void set_pdx_range(unsigned long smfn, unsigned long emfn);

Completed in 11 milliseconds