Struct raw_cpuid::EpcSection [−][src]
pub struct EpcSection { /* fields omitted */ }
EBX:EAX and EDX:ECX provide information on the Enclave Page Cache (EPC) section
Implementations
impl EpcSection
[src]
impl EpcSection
[src]pub fn physical_base(&self) -> u64
[src]
The physical address of the base of the EPC section
pub fn size(&self) -> u64
[src]
Size of the corresponding EPC section within the Processor Reserved Memory.
Trait Implementations
impl Default for EpcSection
[src]
impl Default for EpcSection
[src]