HomeSort by: relevance | last modified time | path
    Searched defs:BLOCK_ALIGN (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/compat/arch/sparc64/sys/
compat___sigtramp1.S 62 #define BLOCK_ALIGN SPARC64_BLOCK_ALIGN
113 andn %l0, BLOCK_ALIGN, %l0 /* we can do a block store */
120 andn %l0, BLOCK_ALIGN, %l0 /* we can do a block store */
145 andn %l0, BLOCK_ALIGN, %l0 /* we can do a block load */
153 andn %l0, BLOCK_ALIGN, %l0 /* we can do a block load */
  /src/common/lib/libc/arch/sparc64/string/
strmacros.h 41 #define BLOCK_ALIGN SPARC64_BLOCK_ALIGN
56 andn %l0, BLOCK_ALIGN, %l0; /* Align it */ \
  /src/sys/arch/sparc64/sparc64/
mp_subr.S 89 #define BLOCK_ALIGN SPARC64_BLOCK_ALIGN
360 btst BLOCK_ALIGN, %g3 ! Needs to be re-executed
locore.s 96 #define BLOCK_ALIGN SPARC64_BLOCK_ALIGN
6575 andn %l0, BLOCK_ALIGN, %l0 ! do a block store
6582 andn %l0, BLOCK_ALIGN, %l0 ! do a block store
6609 andn %l0, BLOCK_ALIGN, %l0 ! do a block load
6617 andn %l0, BLOCK_ALIGN, %l0 ! do a block load
7361 btst BLOCK_ALIGN, %o2 ! Needs to be re-executed
7417 btst BLOCK_ALIGN, %o3
  /src/sys/dev/dtv/
dtv_buffer.c 50 #define BLOCK_ALIGN(a) (((a) + BLOCK_SIZE - 1) & ~(BLOCK_SIZE - 1))
140 nbufs = BLOCK_ALIGN(bufsize) / BLOCK_SIZE;

Completed in 58 milliseconds