Searched refs:VIS_BLOCKSIZE (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | opl_olympus_copy.S | 484 #define VIS_BLOCKSIZE 64 macro 506 #define HWCOPYFRAMESIZE ((VIS_BLOCKSIZE * (2 + 1)) + (2 * 8)) 507 #define SAVED_FPREGS_OFFSET (VIS_BLOCKSIZE * 3) 508 #define SAVED_FPREGS_ADJUST ((VIS_BLOCKSIZE * 2) - 1) 590 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 592 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 599 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 601 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 608 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 610 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ [all …]
|
H A D | cheetah_copy.S | 514 #define VIS_BLOCKSIZE 64 macro 536 #define HWCOPYFRAMESIZE ((VIS_BLOCKSIZE * (2 + 1)) + (2 * 8)) 537 #define SAVED_FPREGS_OFFSET (VIS_BLOCKSIZE * 3) 538 #define SAVED_FPREGS_ADJUST ((VIS_BLOCKSIZE * 2) - 1) 623 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 625 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 632 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 634 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 641 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 643 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ [all …]
|
H A D | us3_jalapeno_asm.S | 910 #define VIS_BLOCKSIZE 64 macro 913 .align VIS_BLOCKSIZE 916 .skip VIS_BLOCKSIZE 917 .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 | 7072 #define VIS_BLOCKSIZE 64 macro 7079 watched = watch_disable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE); 7082 watch_enable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE);
|
H A D | spitfire_asm.S | 1801 #define VIS_BLOCKSIZE 64 macro
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pcisch_asm.S | 33 #define VIS_BLOCKSIZE 64 macro 36 .align VIS_BLOCKSIZE 39 .skip VIS_BLOCKSIZE 40 .size sync_buf, VIS_BLOCKSIZE
|
/illumos-gate/usr/src/uts/sun4u/vm/ |
H A D | mach_sfmmu_asm.S | 630 cmp %i1, (4*VIS_BLOCKSIZE) ! check for completion
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | niagara_copy.S | 317 #define VIS_BLOCKSIZE 64 macro 338 #define HWCOPYFRAMESIZE ((VIS_BLOCKSIZE * (3 + 1)) + (2 * 8)) 339 #define SAVED_FPREGS_OFFSET (VIS_BLOCKSIZE * 4) 340 #define SAVED_FPREGS_ADJUST ((VIS_BLOCKSIZE * 3) + 1) 382 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 384 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 386 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 393 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\ 395 add tmp1, VIS_BLOCKSIZE, tmp1 ;\ 397 add tmp1, VIS_BLOCKSIZE, tmp1 ;\
|