Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/x86/
H A Dpatch.c72 static const struct x86_hotpatch_source hp_clac_source = {
85 static const struct x86_hotpatch_source hp_stac_source = {
98 static const struct x86_hotpatch_source hp_retfence_source = {
111 static const struct x86_hotpatch_source hp_nolock_source = {
125 static const struct x86_hotpatch_source hp_cas_cx8_source = {
138 static const struct x86_hotpatch_source hp_cx8_spllower_source = {
152 static const struct x86_hotpatch_source hp_i686_mutex_spin_exit_source = {
190 const struct x86_hotpatch_source *src; in x86_hotpatch_apply()
H A Dsvs.c235 static const struct x86_hotpatch_source hp_svs_enter_source = {
248 static const struct x86_hotpatch_source hp_svs_enter_altstack_source = {
261 static const struct x86_hotpatch_source hp_svs_enter_nmi_source = {
274 static const struct x86_hotpatch_source hp_svs_leave_source = {
287 static const struct x86_hotpatch_source hp_svs_leave_altstack_source = {
300 static const struct x86_hotpatch_source hp_svs_leave_nmi_source = {
H A Dspectre.c175 static const struct x86_hotpatch_source hp_noibrs_enter_source = {
179 static const struct x86_hotpatch_source hp_ibrs_enter_source = {
193 static const struct x86_hotpatch_source hp_noibrs_leave_source = {
197 static const struct x86_hotpatch_source hp_ibrs_leave_source = {
576 static const struct x86_hotpatch_source hp_nomds_leave_source = {
580 static const struct x86_hotpatch_source hp_mds_leave_source = {
/netbsd-src/sys/arch/x86/include/
H A Dcpufunc.h125 struct x86_hotpatch_source { struct
133 const struct x86_hotpatch_source *srcs[]; argument