Searched refs:phys_machine (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/i386/xen/
H A Dxen_machdep.c806 shift_phys_machine(unsigned long *phys_machine, int nr_pages) argument
813 current_page = phys_machine + nr_pages - (PAGE_SIZE/sizeof(unsigned long));
815 bcopy(phys_machine, tmp_page, PAGE_SIZE);
817 while (current_page > phys_machine) {
831 xen_machphys_update(phys_machine[i], i);
833 memset(phys_machine, INVALID_P2M_ENTRY, PAGE_SIZE);

Completed in 159 milliseconds