Searched refs:VIS_BLOCKSIZE (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | pcisch_asm.s | 35 #define VIS_BLOCKSIZE 64 macro 46 .align VIS_BLOCKSIZE 49 .skip VIS_BLOCKSIZE 50 .size sync_buf, VIS_BLOCKSIZE
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | opl_olympus_copy.s | 486 #define VIS_BLOCKSIZE 64 macro 508 #define HWCOPYFRAMESIZE ((VIS_BLOCKSIZE * (2 + 1)) + (2 * 8)) 509 #define SAVED_FPREGS_OFFSET (VIS_BLOCKSIZE * 3) 510 #define SAVED_FPREGS_ADJUST ((VIS_BLOCKSIZE * 2) - 1) 593 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 595 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 602 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 604 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 611 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 613 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ [all …]
|
H A D | cheetah_copy.s | 518 #define VIS_BLOCKSIZE 64 macro 540 #define HWCOPYFRAMESIZE ((VIS_BLOCKSIZE * (2 + 1)) + (2 * 8)) 541 #define SAVED_FPREGS_OFFSET (VIS_BLOCKSIZE * 3) 542 #define SAVED_FPREGS_ADJUST ((VIS_BLOCKSIZE * 2) - 1) 628 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 630 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 637 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 639 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 646 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 648 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ [all …]
|
H A D | us3_jalapeno_asm.s | 1016 #define VIS_BLOCKSIZE 64 macro 1019 .align VIS_BLOCKSIZE 1022 .skip VIS_BLOCKSIZE 1023 .size sync_buf, VIS_BLOCKSIZE
|
H A D | opl_olympus.c | 1726 #define VIS_BLOCKSIZE 64 macro 1733 watched = watch_disable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE); 1736 watch_enable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE);
|
H A D | spitfire.c | 4468 #define VIS_BLOCKSIZE 64 macro 4475 watched = watch_disable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE); in dtrace_blksuword32_err() 4478 watch_enable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE); in dtrace_blksuword32_err()
|
H A D | us3_common.c | 7071 #define VIS_BLOCKSIZE 64 macro 7078 watched = watch_disable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE); 7081 watch_enable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE);
|
H A D | spitfire_asm.s | 2034 #define VIS_BLOCKSIZE 64 macro
|
/titanic_41/usr/src/uts/sun4u/vm/ |
H A D | mach_sfmmu_asm.s | 686 cmp %i1, (4*VIS_BLOCKSIZE) ! check for completion
|
/titanic_41/usr/src/uts/sun4v/cpu/ |
H A D | niagara_copy.s | 319 #define VIS_BLOCKSIZE 64 macro 340 #define HWCOPYFRAMESIZE ((VIS_BLOCKSIZE * (3 + 1)) + (2 * 8)) 341 #define SAVED_FPREGS_OFFSET (VIS_BLOCKSIZE * 4) 342 #define SAVED_FPREGS_ADJUST ((VIS_BLOCKSIZE * 3) + 1) 386 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 388 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 390 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 397 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 399 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 401 add tmp1, VIS_BLOCKSIZE, tmp1 ;\
|