Home
last modified time | relevance | path

Searched refs:BOP_ALLOC (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/intel/ia32/os/
H A Ddesctbls.c589 gdt0 = (user_desc_t *)BOP_ALLOC(bootops, (caddr_t)GDT_VA, in init_gdt()
659 gdt0 = (user_desc_t *)BOP_ALLOC(bootops, (caddr_t)GDT_VA, in init_gdt()
812 gdt0 = (user_desc_t *)BOP_ALLOC(bootops, (caddr_t)GDT_VA, in init_gdt()
864 gdt0 = (user_desc_t *)BOP_ALLOC(bootops, (caddr_t)GDT_VA, in init_gdt()
1198 idt0 = (gate_desc_t *)BOP_ALLOC(bootops, (caddr_t)IDT_VA, in init_desctbls()
1233 idt0 = (gate_desc_t *)BOP_ALLOC(bootops, (caddr_t)IDT_VA, in init_desctbls()
1239 ktss0 = (tss_t *)BOP_ALLOC(bootops, (caddr_t)KTSS_VA, in init_desctbls()
1247 dftss0 = (tss_t *)BOP_ALLOC(bootops, (caddr_t)DFTSS_VA, in init_desctbls()
/titanic_41/usr/src/uts/sun4/os/
H A Diommutsb.c175 if ((iommu_tsb_base = (caddr_t)BOP_ALLOC(bootops, base, in iommu_tsb_init()
/titanic_41/usr/src/uts/intel/sys/
H A Dbootconf.h155 #define BOP_ALLOC(bop, virthint, size, align) \ macro
/titanic_41/usr/src/uts/common/krtld/
H A Dbootrd.c217 addr = BOP_ALLOC(ops, 0, size, 0); in bkmem_alloc()
H A Dkobj.c4048 return (BOP_ALLOC(ops, 0, size, MINALIGN)); in kobj_alloc()
4133 npva = (uintptr_t)BOP_ALLOC(ops, (caddr_t)pva, in kobj_segbrk()
/titanic_41/usr/src/uts/sun/sys/
H A Dbootconf.h118 #define BOP_ALLOC(bop, virthint, size, align) \ macro
/titanic_41/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_main.c135 if (BOP_ALLOC(kctl.kctl_boot_ops, dsegaddr, sz, BO_NO_ALIGN) != in kctl_boot_dseg_alloc()
/titanic_41/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c1229 if ((vaddr = (caddr_t)BOP_ALLOC(bootops, efcode_alloc_base, in efcode_alloc()
/titanic_41/usr/src/uts/sun4u/opl/os/
H A Dopl.c968 if ((vaddr = (caddr_t)BOP_ALLOC(bootops, efcode_alloc_base, in efcode_alloc()
/titanic_41/usr/src/uts/i86pc/os/
H A Dstartup.c664 mem = BOP_ALLOC(bootops, (caddr_t)valloc_base, valloc_sz, valloc_align); in perform_allocations()
906 mem = BOP_ALLOC(bootops, (caddr_t)DEBUG_INFO_VA, MMU_PAGESIZE, in init_debug_info()
H A Dmicrocode.c186 return (BOP_ALLOC(bootops, NULL, size, MMU_PAGESIZE)); in ucode_zalloc()
H A Dlgrpplat.c1513 lgrp_plat_cpu_node = (cpu_node_map_t *)BOP_ALLOC(bootops, in lgrp_plat_get_numa_config()
2587 cpu_apicid_array = (uint32_t *)BOP_ALLOC(bootops, NULL, boot_prop_len, in lgrp_plat_process_cpu_apicids()
/titanic_41/usr/src/uts/sun4/vm/
H A Dsfmmu.c998 vaddr = (caddr_t)BOP_ALLOC(bootops, ktsb4m_base, ktsb4m_sz, in sfmmu_ktsb_alloc()
/titanic_41/usr/src/uts/common/vm/
H A Dseg_kmem.c425 if (BOP_ALLOC(bootops, addr, size, align) != addr) in boot_alloc()