[][src]Trait sunrise_bootstrap::paging::table::Flusher

pub trait Flusher {
    fn flush_cache() { ... }
}

A trait used to decide if the TLB cache should be flushed or not

Provided methods

fn flush_cache()

Loading content...

Implementors

impl Flusher for NoFlush[src]

impl Flusher for TlbFlush[src]

Loading content...