Searched refs:do_bsys_alloc (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 277 do_bsys_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) in do_bsys_alloc() function 377 curr_page = do_bsys_alloc(NULL, 0, need_size, MMU_PAGESIZE); in bsetprop() 642 line = do_bsys_alloc(NULL, NULL, MMU_PAGESIZE, MMU_PAGESIZE); in boot_prop_finish() 1240 propbuf = do_bsys_alloc(NULL, NULL, MMU_PAGESIZE, 0); in build_boot_properties() 1300 boot_args = do_bsys_alloc(NULL, NULL, boot_arg_len, MMU_PAGESIZE); in build_boot_properties() 1817 do_bsys_alloc(NULL, NULL, MMU_PAGESIZE, MMU_PAGESIZE); in bop_idt_init() 1908 bops->bsys_alloc = do_bsys_alloc; in _start() 1949 value = do_bsys_alloc(NULL, NULL, MMU_PAGESIZE, MMU_PAGESIZE); in _start() 2294 cpu_apicid_array = (uint32_t *)do_bsys_alloc(NULL, NULL, in process_madt() 2649 p = do_bsys_alloc(NULL, NULL, size, MMU_PAGESIZE); in defcons_init()
|