Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/i386/include/
H A Dcodepatch.h30 void codepatch_call(uint16_t tag, void *func);
/openbsd-src/sys/arch/amd64/include/
H A Dcodepatch.h33 __cptext void codepatch_call(uint16_t _tag, void *_func);
/openbsd-src/sys/arch/i386/i386/
H A Dcodepatch.c178 codepatch_call(uint16_t tag, void *func) in codepatch_call() function
/openbsd-src/sys/arch/amd64/amd64/
H A Dcodepatch.c157 codepatch_call(uint16_t tag, void *func) in codepatch_call() function
H A Dlapic.c211 codepatch_call(CPTAG_EOI, &x2apic_eoi); in lapic_map()
H A Dcpu.c408 codepatch_call(CPTAG_MDS, handler); in replacemds()
409 codepatch_call(CPTAG_MDS_VMM, vmm_handler); in replacemds()