Home
last modified time | relevance | path

Searched refs:BLOCK_ALIGN (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/lib/libc/compat/arch/sparc64/sys/
Dcompat___sigtramp1.S62 #define BLOCK_ALIGN SPARC64_BLOCK_ALIGN macro
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 */
/netbsd/src/common/lib/libc/arch/sparc64/string/
Dstrmacros.h41 #define BLOCK_ALIGN SPARC64_BLOCK_ALIGN macro
56 andn %l0, BLOCK_ALIGN, %l0; /* Align it */ \
Dmemcpy.S556 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+56
/netbsd/src/sys/dev/dtv/
Ddtv_buffer.c50 #define BLOCK_ALIGN(a) (((a) + BLOCK_SIZE - 1) & ~(BLOCK_SIZE - 1)) macro
140 nbufs = BLOCK_ALIGN(bufsize) / BLOCK_SIZE; in dtv_buffer_realloc()
/netbsd/src/sys/arch/sparc64/sparc64/
Dmp_subr.S89 #define BLOCK_ALIGN SPARC64_BLOCK_ALIGN macro
360 btst BLOCK_ALIGN, %g3 ! Needs to be re-executed
Dlocore.s96 #define BLOCK_ALIGN SPARC64_BLOCK_ALIGN macro
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