BOP_ALLOC
if (BOP_ALLOC(kctl.kctl_boot_ops, dsegaddr, sz, BO_NO_ALIGN) !=
addr = BOP_ALLOC(ops, 0, size, 0);
return (BOP_ALLOC(ops, 0, size, MINALIGN));
npva = (uintptr_t)BOP_ALLOC(ops, (caddr_t)pva,
if (BOP_ALLOC(bootops, addr, size, align) != addr)
lgrp_plat_cpu_node = (cpu_node_map_t *)BOP_ALLOC(bootops,
cpu_apicid_array = (uint32_t *)BOP_ALLOC(bootops, NULL, boot_prop_len,
mem = BOP_ALLOC(bootops, (caddr_t)valloc_base, valloc_sz, valloc_align);
mem = BOP_ALLOC(bootops, (caddr_t)DEBUG_INFO_VA, MMU_PAGESIZE,
idt0 = (gate_desc_t *)BOP_ALLOC(bootops, (caddr_t)IDT_VA,
ktss0 = (tss_t *)BOP_ALLOC(bootops, (caddr_t)KTSS_VA,
CPU->cpu_m.mcpu_ldt = BOP_ALLOC(bootops, (caddr_t)LDT_VA,
gdt0 = (user_desc_t *)BOP_ALLOC(bootops, (caddr_t)GDT_VA,
gdt0 = (user_desc_t *)BOP_ALLOC(bootops, (caddr_t)GDT_VA,
idt0 = (gate_desc_t *)BOP_ALLOC(bootops, (caddr_t)IDT_VA,
return (BOP_ALLOC(bootops, NULL, size, MMU_PAGESIZE));
plat = BOP_ALLOC(bootops, NULL, prop_len + 1, MMU_PAGESIZE);
ucodepath = BOP_ALLOC(bootops, NULL, path_len, MMU_PAGESIZE);
if ((iommu_tsb_base = (caddr_t)BOP_ALLOC(bootops, base,
vaddr = (caddr_t)BOP_ALLOC(bootops, ktsb4m_base, ktsb4m_sz,
if ((vaddr = (caddr_t)BOP_ALLOC(bootops, efcode_alloc_base,