Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/amd64/amd64/
H A Dcpu.c177 codepatch_replace(CPTAG_STAC, &_stac, 3); in replacesmap()
178 codepatch_replace(CPTAG_CLAC, &_clac, 3); in replacesmap()
243 codepatch_replace(CPTAG_RETPOLINE_RAX, &_jmprax, _jmprax_len); in replacemeltdown()
244 codepatch_replace(CPTAG_RETPOLINE_R11, &_jmpr11, _jmpr11_len); in replacemeltdown()
245 codepatch_replace(CPTAG_RETPOLINE_R13, &_jmpr13, _jmpr13_len); in replacemeltdown()
261 codepatch_replace(CPTAG_PCID_SET_REUSE, in replacemeltdown()
761 codepatch_replace(CPTAG_XRSTORS, in replacexsave()
763 codepatch_replace(CPTAG_XRSTOR, &_xrstor, 4); in replacexsave()
764 codepatch_replace(CPTAG_XSAVE, in replacexsave()
H A Dcodepatch.c130 codepatch_replace(uint16_t tag, const void *code, size_t len) in codepatch_replace() function
/openbsd-src/sys/arch/i386/include/
H A Dcodepatch.h29 void codepatch_replace(uint16_t tag, const void *code, size_t len);
/openbsd-src/sys/arch/amd64/include/
H A Dcodepatch.h32 __cptext void codepatch_replace(uint16_t tag, const void *code, size_t len);
/openbsd-src/sys/arch/i386/i386/
H A Dcodepatch.c150 codepatch_replace(uint16_t tag, const void *code, size_t len) in codepatch_replace() function
H A Dcpu.c205 codepatch_replace(CPTAG_STAC, &_stac, 3); in replacesmap()
206 codepatch_replace(CPTAG_CLAC, &_clac, 3); in replacesmap()