Searched refs:align (Results 476 - 500 of 540) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ho.c120 } align; typedef in typeref:union:__anon3862
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.s181 lduh [%i1], %i5 ! read a halfword to align s2
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s62 .align 32
H A Dstrncmp.s181 lduh [%i1], %i5 ! read a halfword to align s2
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.s61 .align 16
416 .align 16
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot_elf.s79 * the second 8 bytes are to align the stack and are available
178 .align 16
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h255 union _align_u* align; member in union:_align_u
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h368 #define VALID_NWROFFSET(off, align) \
371 !((uint_t)(off) & ((align) - 1)))
372 #define VALID_NWRADDR(addr, align) \
374 VALID_NWROFFSET(((caddr_t)(addr) - idn.smr.vaddr), (align)))
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1613 * claim-memory (align size vhint -- vaddr)
1618 int align, size, vhint; local
1631 align = fc_cell2int(fc_arg(cp, 0));
1633 FC_DEBUG3(1, CE_CONT, "opl_claim_memory: align=0x%x size=0x%x "
1634 "vhint=0x%x\n", align, size, vhint);
1652 request.ra_align_mask = align - 1;
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s65 .align 4
743 ldub [%o1], %o3 ! move 1 or 3 bytes to align it
748 bnz,a $s2algn ! now go align dest
1416 .align 32
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c102 void *align; /* foce alignment */ member in union:nl7c_addr_s::__anon69
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h390 uint_t align; member in struct:bcache
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c649 /* Adjust the buffer to align the start of the DMA area correctly */
1467 * Try to align coalesced segments on push boundaries, unless they
2606 size_t hdrlen, align; local
2657 align = MAX(1, encp->enc_rx_buf_align_end);
2658 EFSYS_ASSERT(ISP2(align));
2659 sp->s_rx_buffer_size = P2ROUNDUP(sp->s_rx_buffer_size, align);
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog_ultra3.S41 .align 64
2095 .align 64
2346 .align 16
2719 .align 16
2730 .align 16
2742 .align 16
2798 .align 16
2850 .align 16
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c60 #define P2ALIGN(x, align) ((x) & -(align))
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c121 uint_t a_pad; /* needed to 8-byte align uint64_ts below for AMD64 */
1427 segbrk(caddr_t *spp, size_t bytes, size_t align) argument
1439 va = (caddr_t)ALIGN(*spp, align);
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.s170 * stack doesn't actually align to a 16-byte boundary until just
1312 .align CLONGSIZE
1809 .align 32
2012 .align 32
2200 .align 16
2358 .align 4
/illumos-gate/usr/src/common/crypto/des/sun4u/
H A Ddes_crypt_asm.s92 .align 32
1126 .align 32
2162 .align 32
2246 /* 000000 0 */ .align 32
3380 .align 32
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c1804 * at "off" phase from an "align" boundary and there is space for a
1806 * if align was 4M and off was 16k, the user wants a hole which will start
1824 uint_t flags, caddr_t addr, size_t align, size_t redzone, size_t off)
1843 * For the first pass/fast_path, just add align and redzone into
1853 minlen += align;
1860 align, redzone, off)) {
1936 minlen, forward ? AH_LO : AH_HI, align, redzone, off) &&
1964 if (fast_path && (align != 0 || save_redzone != 0)) {
1823 as_gap_aligned(struct as *as, size_t minlen, caddr_t *basep, size_t *lenp, uint_t flags, caddr_t addr, size_t align, size_t redzone, size_t off) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c2363 uint32_t align; local
2387 align = (num_align * pool_info->rsrc_quantum);
2389 align, 0, 0, NULL, NULL, flag | VM_FIRSTFIT);
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.s695 .align 64
799 .align 64
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c105 sbdp_get_mem_alignment(sbdp_handle_t *hp, dev_info_t *dip, uint64_t *align) argument
107 *align = sbdp_determine_slice(hp);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c1351 int align = 0; local
1361 align = (alignment > 0) &&
1366 * If we decided not to align here, we should
1370 if (!align) {
1396 if (align && (alloc_len < len)) {
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpow.s66 .align 4
469 .align 4
H A Dpowf.s65 .align 4
439 .align 4

Completed in 231 milliseconds

<<11121314151617181920>>