Searched refs:align (Results 451 - 475 of 540) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah_asm.s98 .align 64
395 /* align address passed with 64 bytes subblock size */
H A Dspitfire_asm.s639 .align 8
687 .align 4
1340 .align 64 /* Align to I$ boundary */
1964 .align 64
2012 .align 64
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.s154 .align 32
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dfloat.s95 .align 8
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica_ec.c96 uint8_t align; member in struct:io_port_des
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s165 .align 4
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1159 uint64_t align, size; local
1213 align = 1ULL << vdev->v_top->v_ashift;
1214 if (P2PHASE(size, align) != 0)
1215 size = P2ROUNDUP(size, align);
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexpf.S34 .align 64
355 .align 16
739 .align 16
808 .align 16
904 .align 16
1220 .align 16
1422 .align 16
1880 .align 16
H A D__vexp.S61 .align 16
576 .align 16
739 .align 16
990 .align 16
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmisalign.s3 ! .align 4
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c917 PRUint32 size = 0, align = 0;
920 PL_InitArenaPool( &pool, name, size, align);
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c172 char align[2 * CPU_CACHE_COHERENCE_SIZE]; member in union:cpu_idle_cb_state
174 char align[CPU_CACHE_COHERENCE_SIZE]; member in union:cpu_idle_cb_state
307 /* Allocate buffer and align to CPU_CACHE_COHERENCE_SIZE. */
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s252 ! drmach_shutdown_asm, add to base address and align
380 .align 4
543 .align 4
626 ! point in %g1. After the code has been copied, align %g6
812 .align 4
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c873 uint_t align = 1 << (highbit(uhmehash_num - 1) - 1); local
874 uhmehash_num = P2ALIGN(uhmehash_num, align);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1051 .align 4
1079 .align 4
1098 .align 4
2574 .align 8
2687 .align 4
3992 .align 4
4008 .align 4
4022 .align 4
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c1141 uint64_t align, addr_min, addr_max, total_size, skipped_size; local
1145 } else if (ACPI_FAILURE(acpidev_dr_get_mem_alignment(hdl, &align))) {
1148 ASSERT((align & (align - 1)) == 0);
1149 mp->mem_alignment = align;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c349 hba->sli.sli4.dump_region.align = ddi_ptob(hba->dip, 1L);
1625 buf_info->align = ddi_ptob(dip, 1L);
7305 uint32_t align; local
7377 buf_info->align = ddi_ptob(hba->dip, 1L);
7409 buf_info->align = ddi_ptob(hba->dip, 1L);
7434 buf_info->align = ddi_ptob(hba->dip, 1L);
7457 buf_info->align = ddi_ptob(hba->dip, 1L);
7480 buf_info->align = ddi_ptob(hba->dip, 1L);
7510 buf_info->align = ddi_ptob(hba->dip, 1L);
7549 rqb->align
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c75 #pragma align L2CACHE_ALIGN_MAX(vm_cpu_data0)
77 #pragma align MAX_PRAGMA_ALIGN(vm_cpu_data0)
370 int align; local
373 align = (L2CACHE_ALIGN) ? L2CACHE_ALIGN : L2CACHE_ALIGN_MAX;
374 sz = P2ROUNDUP(sizeof (vm_cpu_data_t), align) + align;
376 cp->cpu_vm_data = (void *) P2ROUNDUP((uintptr_t)kmptr, align);
H A Dvm_seg.c143 #pragma align 64(pctrl1)
144 #pragma align 64(pctrl2)
145 #pragma align 64(pctrl3)
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c1026 bcache_create(char *name, size_t size, uint_t align) argument
1031 ASSERT((align & (align - 1)) == 0);
1037 bcp->align = align;
1044 bcp->buffer_cache = kmem_cache_create(buffer, size, align, NULL, NULL,
1094 ASSERT(((uintptr_t)(dbp->db_base) & (bcp->align - 1)) == 0);
1551 * Concatenate and align first len bytes of common
1628 * Concatenate and align at least the first len bytes of common message
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1128 size_t align = STACK_ALIGN; local
1140 align = STACK_ALIGN32;
1167 descp = P2ALIGN(base_sp - descsz, align);
1168 datap = P2ALIGN(descp - data_size, align);
1171 infop = P2ALIGN(datap - sizeof (door_info_t), align);
1175 resultsp = P2ALIGN(infop - results_sz, align);
1176 finalsp = door_final_sp(resultsp, align, datamodel);
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c67 #define P2LE(align) \
70 while (align >>= 1) \
72 align = 1 << i; \
729 get_parbus_io_res(uchar_t parbus, uchar_t bus, uint64_t size, uint64_t align) argument
753 size, align);
771 get_parbus_mem_res(uchar_t parbus, uchar_t bus, uint64_t size, uint64_t align) argument
795 size, align);
992 * align to the size of the largest child request within that size
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s92 .align CPTRSIZE; \
103 .align 8; .word 0; .word 0 /* FIXME: .xword 0 */
138 .align 8; \
/illumos-gate/usr/src/lib/libsaveargs/tests/testmatch/
H A Ddata.s18 .align 16; \
34 * align -- odd number of arguments needing save-area
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c72 } align; typedef in typeref:union:__anon3859

Completed in 240 milliseconds

<<11121314151617181920>>