HomeSort by: relevance | last modified time | path
    Searched refs:BLOCK_ALIGN (Results 1 - 6 of 6) 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 */ \
memcpy.S 556 andn %o5, BLOCK_ALIGN, %o5 ! Last safe addr.
643 btst BLOCK_ALIGN, %o1 ! Block aligned?
700 and %o0, BLOCK_ALIGN, %o3
852 !! Source at BLOCK_ALIGN+8
949 !! Source at BLOCK_ALIGN+16
1046 !! Source at BLOCK_ALIGN+24
1141 !! Source at BLOCK_ALIGN+32
1234 !! Source at BLOCK_ALIGN+40
1326 !! Source at BLOCK_ALIGN+48
1416 !! Source at BLOCK_ALIGN+5
    [all...]
  /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;
  /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

Completed in 19 milliseconds