HomeSort by: relevance | last modified time | path
    Searched refs:x86_hotpatch_descriptor (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/x86/x86/
patch.c 60 __link_set_decl(x86_hotpatch_descriptors, struct x86_hotpatch_descriptor);
76 static const struct x86_hotpatch_descriptor hp_clac_desc = {
89 static const struct x86_hotpatch_descriptor hp_stac_desc = {
102 static const struct x86_hotpatch_descriptor hp_retfence_desc = {
115 static const struct x86_hotpatch_descriptor hp_nolock_desc = {
129 static const struct x86_hotpatch_descriptor hp_cas_cx8_desc = {
142 static const struct x86_hotpatch_descriptor hp_cx8_spllower_desc = {
156 static const struct x86_hotpatch_descriptor hp_i686_mutex_spin_exit_desc = {
188 struct x86_hotpatch_descriptor * const *iter;
189 const struct x86_hotpatch_descriptor *desc
    [all...]
svs.c 239 static const struct x86_hotpatch_descriptor hp_svs_enter_desc = {
252 static const struct x86_hotpatch_descriptor hp_svs_enter_altstack_desc = {
265 static const struct x86_hotpatch_descriptor hp_svs_enter_nmi_desc = {
278 static const struct x86_hotpatch_descriptor hp_svs_leave_desc = {
291 static const struct x86_hotpatch_descriptor hp_svs_leave_altstack_desc = {
304 static const struct x86_hotpatch_descriptor hp_svs_leave_nmi_desc = {
spectre.c 183 static const struct x86_hotpatch_descriptor hp_ibrs_enter_desc = {
201 static const struct x86_hotpatch_descriptor hp_ibrs_leave_desc = {
584 static const struct x86_hotpatch_descriptor hp_mds_leave_desc = {
  /src/sys/arch/x86/include/
cpufunc.h 130 struct x86_hotpatch_descriptor { struct

Completed in 119 milliseconds