Searched refs:hwblkclr (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/intel/ia32/ml/ |
H A D | sseblk.s | 84 hwblkclr(void *addr, size_t size) 127 ENTRY(hwblkclr) function 159 SET_SIZE(hwblkclr) 169 ENTRY(hwblkclr) function 206 SET_SIZE(hwblkclr) 382 * Version of hwblkclr which doesn't use XMM registers.
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | ppage.c | 315 extern int hwblkclr(void *, size_t); 349 } else if (hwblkclr(va + off, len)) {
|
/illumos-gate/usr/src/uts/sun4/cpu/ |
H A D | cpu_module.c | 317 hwblkclr(void *addr, size_t len) function
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | archsystm.h | 156 extern void hwblkclr(void *, size_t);
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | ppage.c | 506 extern int hwblkclr(void *, size_t); 540 if (hwblkclr(va + off, len)) {
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | generic_copy.s | 1233 * hwblkclr - clears block-aligned, block-multiple-sized regions that are 1243 hwblkclr(void *addr, size_t len) 1251 ENTRY(hwblkclr) function 1261 SET_SIZE(hwblkclr)
|
H A D | niagara_copy.s | 7436 * hwblkclr - clears block-aligned, block-multiple-sized regions that are 7446 hwblkclr(void *addr, size_t len) 7454 ENTRY(hwblkclr) function 7547 SET_SIZE(hwblkclr)
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_copy.s | 4787 * hwblkclr - clears block-aligned, block-multiple-sized regions that are 4797 hwblkclr(void *addr, size_t len) 4808 ENTRY(hwblkclr) function 4900 SET_SIZE(hwblkclr)
|
H A D | cheetah_copy.s | 3610 * hwblkclr - clears block-aligned, block-multiple-sized regions that are 3620 hwblkclr(void *addr, size_t len) 3631 ENTRY(hwblkclr) function 3724 SET_SIZE(hwblkclr)
|
H A D | opl_olympus_copy.s | 3524 * hwblkclr - clears block-aligned, block-multiple-sized regions that are 3534 hwblkclr(void *addr, size_t len) 3545 ENTRY(hwblkclr) function 3638 SET_SIZE(hwblkclr)
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | vm_machdep.c | 3881 hwblkclr(pp_addr2 + off, len);
|
Completed in 149 milliseconds