Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dsubr.c317 hot_patch_kernel_text(caddr_t iaddr, uint32_t new_instr, uint_t size) in hot_patch_kernel_text() argument
333 *(uint8_t *)(vaddr + off) = new_instr; in hot_patch_kernel_text()
336 *(uint16_t *)(vaddr + off) = new_instr; in hot_patch_kernel_text()
339 *(uint32_t *)(vaddr + off) = new_instr; in hot_patch_kernel_text()