x86_var.h (b5669d0aa82e41bbf9ce8dad6913eb17467d356c) x86_var.h (fd1f83fb450a45bccca7f215486018191cbab51f)
1/*-
2 * Copyright (c) 1995 Bruce D. Evans.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 64 unchanged lines hidden (view full) ---

73extern int workaround_erratum383;
74extern int _udatasel;
75extern int _ucodesel;
76extern int _ucode32sel;
77extern int _ufssel;
78extern int _ugssel;
79extern int use_xsave;
80extern uint64_t xsave_mask;
1/*-
2 * Copyright (c) 1995 Bruce D. Evans.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 64 unchanged lines hidden (view full) ---

73extern int workaround_erratum383;
74extern int _udatasel;
75extern int _ucodesel;
76extern int _ucode32sel;
77extern int _ufssel;
78extern int _ugssel;
79extern int use_xsave;
80extern uint64_t xsave_mask;
81extern u_int max_apic_id;
81
82struct pcb;
83struct thread;
84struct reg;
85struct fpreg;
86struct dbreg;
87struct dumperinfo;
88struct trapframe;

--- 48 unchanged lines hidden ---
82
83struct pcb;
84struct thread;
85struct reg;
86struct fpreg;
87struct dbreg;
88struct dumperinfo;
89struct trapframe;

--- 48 unchanged lines hidden ---