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