Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/sys/
H A Dbootconf.h249 extern paddr_t do_bop_phys_alloc(uint64_t, uint64_t);
/titanic_44/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c496 new_table = do_bop_phys_alloc(MMU_PAGESIZE, MMU_PAGESIZE); in make_ptable()
/titanic_44/usr/src/uts/i86pc/os/
H A Dfakebop.c193 do_bop_phys_alloc(uint64_t size, uint64_t align) in do_bop_phys_alloc() function
306 pa = do_bop_phys_alloc(size, a); in do_bsys_alloc()