/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | desctbls.c | 589 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 D | iommutsb.c | 175 if ((iommu_tsb_base = (caddr_t)BOP_ALLOC(bootops, base, in iommu_tsb_init()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 155 #define BOP_ALLOC(bop, virthint, size, align) \ macro
|
/titanic_41/usr/src/uts/common/krtld/ |
H A D | bootrd.c | 217 addr = BOP_ALLOC(ops, 0, size, 0); in bkmem_alloc()
|
H A D | kobj.c | 4048 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 D | bootconf.h | 118 #define BOP_ALLOC(bop, virthint, size, align) \ macro
|
/titanic_41/usr/src/cmd/mdb/common/kmdb/kctl/ |
H A D | kctl_main.c | 135 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 D | starcat.c | 1229 if ((vaddr = (caddr_t)BOP_ALLOC(bootops, efcode_alloc_base, in efcode_alloc()
|
/titanic_41/usr/src/uts/sun4u/opl/os/ |
H A D | opl.c | 968 if ((vaddr = (caddr_t)BOP_ALLOC(bootops, efcode_alloc_base, in efcode_alloc()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | startup.c | 664 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 D | microcode.c | 186 return (BOP_ALLOC(bootops, NULL, size, MMU_PAGESIZE)); in ucode_zalloc()
|
H A D | lgrpplat.c | 1513 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 D | sfmmu.c | 998 vaddr = (caddr_t)BOP_ALLOC(bootops, ktsb4m_base, ktsb4m_sz, in sfmmu_ktsb_alloc()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | seg_kmem.c | 425 if (BOP_ALLOC(bootops, addr, size, align) != addr) in boot_alloc()
|