Searched refs:hot_patch_kernel_text (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | asm_misc.h | 68 call hot_patch_kernel_text; \
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | lock_prim.S | 525 call hot_patch_kernel_text; 582 call hot_patch_kernel_text 590 call hot_patch_kernel_text
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | brand.c | 410 hot_patch_kernel_text((caddr_t)syscall_trap_patch_point, in brand_plat_interposition_enable() 413 hot_patch_kernel_text((caddr_t)syscall_trap32_patch_point, in brand_plat_interposition_enable() 429 hot_patch_kernel_text((caddr_t)syscall_trap_patch_point, in brand_plat_interposition_disable() 431 hot_patch_kernel_text((caddr_t)syscall_trap32_patch_point, in brand_plat_interposition_disable()
|
H A D | subr.c | 326 hot_patch_kernel_text(caddr_t iaddr, uint32_t new_instr, uint_t size) in hot_patch_kernel_text() function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | systm.h | 298 extern void hot_patch_kernel_text(caddr_t, uint32_t, uint_t);
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | trapstat.c | 721 hot_patch_kernel_text((caddr_t)ep->tpe_addr, in trapstat_hotpatch() 733 hot_patch_kernel_text((caddr_t)ep->tpe_addr, in trapstat_hotpatch()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | startup.c | 679 hot_patch_kernel_text((caddr_t)instp, inst, 4); in startup_smap() 690 hot_patch_kernel_text((caddr_t)instp, inst, 4); in startup_smap()
|
/illumos-gate/usr/src/uts/sparc/v9/ml/ |
H A D | lock_prim.S | 454 call hot_patch_kernel_text; \
|