Struct d1_pac::iommu::iommu_tlb_prefetch::W
source · pub struct W(/* private fields */);
Expand description
Register iommu_tlb_prefetch
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn mi_tlb_pf<const O: u8>(&mut self) -> MI_TLB_PF_W<'_, O>
pub unsafe fn mi_tlb_pf<const O: u8>(&mut self) -> MI_TLB_PF_W<'_, O>
Micro TLB6 prefetch enable
sourcepub fn mi_tlb0_pf(&mut self) -> MI_TLB_PF_W<'_, 0>
pub fn mi_tlb0_pf(&mut self) -> MI_TLB_PF_W<'_, 0>
Bit 0 - Micro TLB6 prefetch enable
sourcepub fn mi_tlb1_pf(&mut self) -> MI_TLB_PF_W<'_, 1>
pub fn mi_tlb1_pf(&mut self) -> MI_TLB_PF_W<'_, 1>
Bit 1 - Micro TLB6 prefetch enable
sourcepub fn mi_tlb2_pf(&mut self) -> MI_TLB_PF_W<'_, 2>
pub fn mi_tlb2_pf(&mut self) -> MI_TLB_PF_W<'_, 2>
Bit 2 - Micro TLB6 prefetch enable
sourcepub fn mi_tlb3_pf(&mut self) -> MI_TLB_PF_W<'_, 3>
pub fn mi_tlb3_pf(&mut self) -> MI_TLB_PF_W<'_, 3>
Bit 3 - Micro TLB6 prefetch enable
sourcepub fn mi_tlb4_pf(&mut self) -> MI_TLB_PF_W<'_, 4>
pub fn mi_tlb4_pf(&mut self) -> MI_TLB_PF_W<'_, 4>
Bit 4 - Micro TLB6 prefetch enable
sourcepub fn mi_tlb5_pf(&mut self) -> MI_TLB_PF_W<'_, 5>
pub fn mi_tlb5_pf(&mut self) -> MI_TLB_PF_W<'_, 5>
Bit 5 - Micro TLB6 prefetch enable
sourcepub fn mi_tlb6_pf(&mut self) -> MI_TLB_PF_W<'_, 6>
pub fn mi_tlb6_pf(&mut self) -> MI_TLB_PF_W<'_, 6>
Bit 6 - Micro TLB6 prefetch enable
sourcepub fn pf_vl_pt_to_mt(&mut self) -> PF_VL_PT_TO_MT_W<'_, 16>
pub fn pf_vl_pt_to_mt(&mut self) -> PF_VL_PT_TO_MT_W<'_, 16>
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(&mut self) -> PF_VL_PT_TO_PC_W<'_, 17>
pub fn pf_vl_pt_to_pc(&mut self) -> PF_VL_PT_TO_PC_W<'_, 17>
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 = W<IOMMU_TLB_PREFETCH_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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