Home
last modified time | relevance | path

Searched refs:hwblkclr (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dppage.c315 extern int hwblkclr(void *, size_t); in pagezero()
349 } else if (hwblkclr(va + off, len)) { in pagezero()
/illumos-gate/usr/src/uts/intel/ml/
H A Dsseblk.S92 ENTRY(hwblkclr) function
124 SET_SIZE(hwblkclr)
/illumos-gate/usr/src/uts/sun4u/os/
H A Dppage.c506 extern int hwblkclr(void *, size_t); in pagezero()
540 if (hwblkclr(va + off, len)) { in pagezero()
/illumos-gate/usr/src/uts/intel/sys/
H A Darchsystm.h156 extern void hwblkclr(void *, size_t);
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c317 hwblkclr(void *addr, size_t len) in hwblkclr() function
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.S1108 ENTRY(hwblkclr) function
1118 SET_SIZE(hwblkclr)
H A Dniagara_copy.S7305 ENTRY(hwblkclr) function
7398 SET_SIZE(hwblkclr)
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.S4658 ENTRY(hwblkclr) function
4750 SET_SIZE(hwblkclr)
H A Dcheetah_copy.S3489 ENTRY(hwblkclr) function
3582 SET_SIZE(hwblkclr)
H A Dopl_olympus_copy.S3405 ENTRY(hwblkclr) function
3498 SET_SIZE(hwblkclr)
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c3935 hwblkclr(pp_addr2 + off, len); in pfnzero()