Back to home page

Quest Cross Reference

 
 

    


Warning, cross-references for /kernel/include/arch/i386-measure.h need to be fixed.

0001 /*                    The Quest Operating System
0002  *  Copyright (C) 2005-2010  Richard West, Boston University
0003  *
0004  *  This program is free software: you can redistribute it and/or modify
0005  *  it under the terms of the GNU General Public License as published by
0006  *  the Free Software Foundation, either version 3 of the License, or
0007  *  (at your option) any later version.
0008  *
0009  *  This program is distributed in the hope that it will be useful,
0010  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
0011  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0012  *  GNU General Public License for more details.
0013  *
0014  *  You should have received a copy of the GNU General Public License
0015  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
0016  */
0017 
0018 #ifndef __I386_MEASURE_H__
0019 #define __I386_MEASURE_H__
0020 
0021 void measure_LAPIC_read (void);
0022 void measure_DR3_write (void); 
0023 void measure_DR3_read (void);
0024 void measure_FS_read (void);
0025 void measure_FS_load (void);
0026 void measure_timing_overhead (void);
0027 
0028 #endif
0029 
0030 /*
0031  * Local Variables:
0032  * indent-tabs-mode: nil
0033  * mode: C
0034  * c-file-style: "gnu"
0035  * c-basic-offset: 2
0036  * End:
0037  */
0038 
0039 /* vi: set et sw=2 sts=2: */