Home
last modified time | relevance | path

Searched refs:next_phys (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c109 static paddr_t next_phys; /* next available physical address from dboot */ variable
223 if (start < next_phys) in do_bop_phys_alloc()
224 start = P2ROUNDUP(next_phys, align); in do_bop_phys_alloc()
247 next_phys = pa + size; in do_bop_phys_alloc()
1953 copy = kbm_remap_window(next_phys, 1); in relocate_boot_archive()
1955 copy_pfn = mmu_btop(next_phys); in relocate_boot_archive()
1976 next_phys += MMU_PAGESIZE; in relocate_boot_archive()
2159 next_phys = xbp->bi_next_paddr; in _start()
2160 DBG(next_phys); in _start()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_chain.h71 struct regpair next_phys; member
708 DMA_REGPAIR_LE(p_next->next_phys, p_phys_next); in ecore_chain_init_next_ptr_elem()
H A Decore_dev.c4192 p_phys_next = HILO_DMA_REGPAIR(p_next->next_phys); in ecore_chain_free_next_ptr()