Home
last modified time | relevance | path

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

/xen/xen/common/
A Dpdx.c65 void set_pdx_range(unsigned long smfn, unsigned long emfn) in set_pdx_range() argument
70 eidx = (pfn_to_pdx(emfn - 1) + PDX_GROUP_COUNT) / PDX_GROUP_COUNT; in set_pdx_range()
A Dpage_alloc.c2238 mfn_t smfn, emfn; in init_domheap_pages() local
2243 emfn = maddr_to_mfn(round_pgdown(pe)); in init_domheap_pages()
2245 if ( mfn_x(emfn) <= mfn_x(smfn) ) in init_domheap_pages()
2248 init_heap_pages(mfn_to_page(smfn), mfn_x(emfn) - mfn_x(smfn)); in init_domheap_pages()
/xen/xen/common/efi/
A Dboot.c1442 unsigned long emfn)) in copy_mapping() argument
1472 unsigned long sz = pfn_to_pdx(emfn - 1) / PDX_GROUP_COUNT + 1; in ram_range_valid()
1490 unsigned long smfn, emfn; in efi_init_memory() member
1505 unsigned long smfn, emfn; in efi_init_memory() local
1533 emfn = PFN_UP(desc->PhysicalStart + len); in efi_init_memory()
1563 !((smfn ^ (emfn - 1)) & ~pfn_pdx_bottom_mask) ) in efi_init_memory()
1573 smfn, emfn - 1); in efi_init_memory()
1579 extra->emfn = emfn; in efi_init_memory()
1588 smfn, emfn - 1); in efi_init_memory()
1671 i < L1_PAGETABLE_ENTRIES && extra->smfn < extra->emfn; in efi_init_memory()
[all …]
/xen/xen/include/xen/
A Dpdx.h19 extern void set_pdx_range(unsigned long smfn, unsigned long emfn);

Completed in 12 milliseconds