NOVA User-Level Environment
Version testbox/changed-memory-timing-317-g320d8b5
|
InstructionCache for NovaHalifax. More...
Classes | |
struct | InstructionCacheEntry |
The data that is cached between different runs. More... | |
class | InstructionCache |
An instruction cache that keeps decoded instructions. More... | |
struct | InstructionCache::Descriptor |
Enumerations | |
enum | { RMTR_eip = MTD_RIP_LEN, RMTR_efl = MTD_RFLAGS, RMTR_cr0 = MTD_CR, RMTR_cr2 = MTD_CR, RMTR_cr3 = MTD_CR, RMTR_cr4 = MTD_CR, RMTR_cs = MTD_CS_SS, RMTR_ss = MTD_CS_SS } |
Reverse MTR mapping. More... | |
enum | { FAULT_NOERROR, FAULT_RETRY, FAULT_RECALL, FAULT_UNIMPLEMENTED } |
Faults. More... | |
enum | { MRM_EAX = 1 << 8, MRM_REG = 1 << 9, MRM_SIB = 1 << 10, MRM_SS = 1 << 11, MRM_DISSHIFT = 12, MRM_DIS08 = 1 << MRM_DISSHIFT, MRM_DIS16 = 2 << MRM_DISSHIFT, MRM_DIS32 = 3 << MRM_DISSHIFT, MRM_NOBASE = 1 << 14, MRM_NOINDEX = 1 << 15 } |
InstructionCache for NovaHalifax.
Copyright (C) 2009, Bernhard Kauer bk@vm Economic rights: Technische Universitaet Dresden (Germany) mon. org
This file is part of Vancouver.
Vancouver is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Vancouver is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details.
anonymous enum |