/illumos-gate/usr/src/uts/intel/os/ |
H A D | desctbls.c | 579 gdt0 = (user_desc_t *)BOP_ALLOC(bootops, (caddr_t)GDT_VA, in init_gdt() 649 gdt0 = (user_desc_t *)BOP_ALLOC(bootops, (caddr_t)GDT_VA, in init_gdt() 968 idt0 = (gate_desc_t *)BOP_ALLOC(bootops, (caddr_t)IDT_VA, in init_desctbls() 1003 idt0 = (gate_desc_t *)BOP_ALLOC(bootops, (caddr_t)IDT_VA, in init_desctbls() 1009 ktss0 = (tss_t *)BOP_ALLOC(bootops, (caddr_t)KTSS_VA, in init_desctbls() 1024 CPU->cpu_m.mcpu_ldt = BOP_ALLOC(bootops, (caddr_t)LDT_VA, in init_desctbls()
|
H A D | microcode.c | 149 return (BOP_ALLOC(bootops, NULL, size, MMU_PAGESIZE)); in ucode_zalloc() 522 plat = BOP_ALLOC(bootops, NULL, prop_len + 1, MMU_PAGESIZE); in ucode_check_boot() 535 ucodepath = BOP_ALLOC(bootops, NULL, path_len, MMU_PAGESIZE); in ucode_check_boot()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 160 #define BOP_ALLOC(bop, virthint, size, align) \ macro
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | bootrd.c | 223 addr = BOP_ALLOC(ops, 0, size, 0); in bkmem_alloc()
|
H A D | kobj.c | 4061 return (BOP_ALLOC(ops, 0, size, MINALIGN)); in kobj_alloc() 4146 npva = (uintptr_t)BOP_ALLOC(ops, (caddr_t)pva, in kobj_segbrk()
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 121 #define BOP_ALLOC(bop, virthint, size, align) \ macro
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/sun4u/opl/os/ |
H A D | opl.c | 971 if ((vaddr = (caddr_t)BOP_ALLOC(bootops, efcode_alloc_base, in efcode_alloc()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | startup.c | 634 mem = BOP_ALLOC(bootops, (caddr_t)valloc_base, valloc_sz, valloc_align); in perform_allocations() 960 mem = BOP_ALLOC(bootops, (caddr_t)DEBUG_INFO_VA, MMU_PAGESIZE, in init_debug_info()
|
H A D | lgrpplat.c | 1517 lgrp_plat_cpu_node = (cpu_node_map_t *)BOP_ALLOC(bootops, in lgrp_plat_get_numa_config() 2596 cpu_apicid_array = (uint32_t *)BOP_ALLOC(bootops, NULL, boot_prop_len, in lgrp_plat_process_cpu_apicids()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | seg_kmem.c | 433 if (BOP_ALLOC(bootops, addr, size, align) != addr) in boot_alloc()
|