Module tlb

Source
Expand description

TLB flush operations.

Structsยง

OpsStack ๐Ÿ”’
TlbFlusher
A TLB flusher that is aware of which CPUs are needed to be flushed.

Enumsยง

TlbFlushOp
The operation to flush TLB entries.

Constantsยง

FLUSH_ALL_OPS_THRESHOLD ๐Ÿ”’
If the number of pending requests exceeds this threshold, we flush all the TLB entries instead of flushing them one by one.
FLUSH_ALL_RANGE_THRESHOLD ๐Ÿ”’
If a TLB flushing request exceeds this threshold, we flush all.

Staticsยง

ACK_REMOTE_FLUSH ๐Ÿ”’
Whether this CPU finishes the last remote flush request.
FLUSH_OPS ๐Ÿ”’

Functionsยง

do_remote_flush ๐Ÿ”’