Struct d1_pac::iommu::iommu_tlb_prefetch::R
source · pub struct R(/* private fields */);
Expand description
Register iommu_tlb_prefetch
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn mi_tlb_pf(&self, n: u8) -> MI_TLB_PF_R
pub unsafe fn mi_tlb_pf(&self, n: u8) -> MI_TLB_PF_R
Micro TLB6 prefetch enable
sourcepub fn mi_tlb0_pf(&self) -> MI_TLB_PF_R
pub fn mi_tlb0_pf(&self) -> MI_TLB_PF_R
Bit 0 - Micro TLB6 prefetch enable
sourcepub fn mi_tlb1_pf(&self) -> MI_TLB_PF_R
pub fn mi_tlb1_pf(&self) -> MI_TLB_PF_R
Bit 1 - Micro TLB6 prefetch enable
sourcepub fn mi_tlb2_pf(&self) -> MI_TLB_PF_R
pub fn mi_tlb2_pf(&self) -> MI_TLB_PF_R
Bit 2 - Micro TLB6 prefetch enable
sourcepub fn mi_tlb3_pf(&self) -> MI_TLB_PF_R
pub fn mi_tlb3_pf(&self) -> MI_TLB_PF_R
Bit 3 - Micro TLB6 prefetch enable
sourcepub fn mi_tlb4_pf(&self) -> MI_TLB_PF_R
pub fn mi_tlb4_pf(&self) -> MI_TLB_PF_R
Bit 4 - Micro TLB6 prefetch enable
sourcepub fn mi_tlb5_pf(&self) -> MI_TLB_PF_R
pub fn mi_tlb5_pf(&self) -> MI_TLB_PF_R
Bit 5 - Micro TLB6 prefetch enable
sourcepub fn mi_tlb6_pf(&self) -> MI_TLB_PF_R
pub fn mi_tlb6_pf(&self) -> MI_TLB_PF_R
Bit 6 - Micro TLB6 prefetch enable
sourcepub fn pf_vl_pt_to_mt(&self) -> PF_VL_PT_TO_MT_R
pub fn pf_vl_pt_to_mt(&self) -> PF_VL_PT_TO_MT_R
Bit 16 - Prefetch Value Pagetable to Macro TLB
If the function is enabled, the prefetch function will not update the invalid Level2 page table to Macro TLB.
sourcepub fn pf_vl_pt_to_pc(&self) -> PF_VL_PT_TO_PC_R
pub fn pf_vl_pt_to_pc(&self) -> PF_VL_PT_TO_PC_R
Bit 17 - Prefetch Value Pagetable to PTW Cache
If the function is enabled, the prefetch function will not update the invalid Level1 page table to PTW cache.
Methods from Deref<Target = R<IOMMU_TLB_PREFETCH_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more