Struct x86_64::structures::paging::mapper::MapperFlush[][src]

pub struct MapperFlush<S: PageSize>(_);
Expand description

This type represents a page whose mapping has changed in the page table.

The old mapping might be still cached in the translation lookaside buffer (TLB), so it needs to be flushed from the TLB before it’s accessed. This type is returned from function that change the mapping of a page to ensure that the TLB flush is not forgotten.

Implementations

Flush the page from the TLB to ensure that the newest mapping is used.

Don’t flush the TLB and silence the “must be used” warning.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.