VIRTUTECH CONFIDENTIAL Previous - Up - Next
x86-tlb
- Provided by
-
x86_tlb
- Class Hierarchy
-
conf-object → log-object → x86-tlb
- Interfaces Implemented
-
log_object, x86_tlb
- Description
-
Default X86 TLB class.
Attributes
- Attributes inherited from class conf-object
-
attributes, classname, component, iface, name, object_id, queue
- Attributes inherited from class log-object
-
access_count, log_buffer, log_buffer_last, log_buffer_size, log_group_mask, log_groups, log_level, log_type_mask
- Attribute List
-
- cpu
- Required attribute; read/write access; type: Object.
CPU object to which TLB object is bound.
- dtlb_4k
- Optional attribute; read/write access; type: unknown type.
(((la, pa, mode, rw, g, pat_type, mtrr_type){associativity}){way-size}). Data TLB for 4kb pages.
- dtlb_large
- Optional attribute; read/write access; type: unknown type.
(((la, pa, mode, rw, g, pat_type, mtrr_type){associativity}){way-size}). Data TLB for 2Mb and 4Mb pages.
- itlb_4k
- Optional attribute; read/write access; type: unknown type.
(((la, pa, mode, rw, g, pat_type, mtrr_type){associativity}){way-size}). Instruction TLB for 4kb pages.
- itlb_large
- Optional attribute; read/write access; type: unknown type.
(((la, pa, mode, rw, g, pat_type, mtrr_type){associativity}){way-size}). Instruction TLB for 2Mb and 4Mb pages.
- large_tlb_select
- Optional attribute; read/write access; type: unknown type.
Determines the size for pages mapped in the large page TLBs. 2 for 2Mb and 4 for 4Mb.
- type
- Optional attribute; read/write access; type: String.
Type of TLB. Can be either normal for a set associative TLB, or unlimited for a very large TLB.
Command List
- Commands defined by interface log_object
-
log, log-group, log-level, log-size, log-type
- Commands
-
info | print information about the device |
status | print status of the device |
Command Descriptions
-
<x86-tlb>.info
- Synopsis
-
<x86-tlb>.info
- Description
-
Print detailed information about the configuration of the device.
-
<x86-tlb>.status
- Synopsis
-
<x86-tlb>.status
- Description
-
Print detailed information about the current status of the TLB object.
VIRTUTECH CONFIDENTIAL Previous - Up - Next