Searched refs:hot_patch_kernel_text (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dasm_misc.h70 call hot_patch_kernel_text; \
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/kctl/
H A Dkctl_isadep.c60 hot_patch_kernel_text(addr, data, sizeof (data));
96 hot_patch_kernel_text((caddr_t)&kmdb_trap, kctl_trap_brsav, 4);
97 hot_patch_kernel_text((caddr_t)&kmdb_trap_tl1, kctl_trap_tl1_brsav, 4);
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c409 hot_patch_kernel_text((caddr_t)syscall_trap_patch_point,
412 hot_patch_kernel_text((caddr_t)syscall_trap32_patch_point,
428 hot_patch_kernel_text((caddr_t)syscall_trap_patch_point,
430 hot_patch_kernel_text((caddr_t)syscall_trap32_patch_point,
H A Dsubr.c317 hot_patch_kernel_text(caddr_t iaddr, uint32_t new_instr, uint_t size) function
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dlock_prim.s1128 call hot_patch_kernel_text; \
1194 call hot_patch_kernel_text; \
1253 call hot_patch_kernel_text
1268 call hot_patch_kernel_text; \
H A Dfloat.s245 call hot_patch_kernel_text
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h292 extern void hot_patch_kernel_text(caddr_t, uint32_t, uint_t);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c684 * VM has been set up so we can use hot_patch_kernel_text().
716 hot_patch_kernel_text((caddr_t)instp, inst, 4);
727 hot_patch_kernel_text((caddr_t)instp, inst, 4);
730 hot_patch_kernel_text((caddr_t)smap_enable, SMAP_CLAC_INSTR, 4);
731 hot_patch_kernel_text((caddr_t)smap_disable, SMAP_STAC_INSTR, 4);
/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c721 hot_patch_kernel_text((caddr_t)ep->tpe_addr,
733 hot_patch_kernel_text((caddr_t)ep->tpe_addr,
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s636 call hot_patch_kernel_text; \

Completed in 81 milliseconds