Skip to content

Commit 5cf5f86

Browse files
committed
add reference to flush_broadcast
1 parent 0d55f01 commit 5cf5f86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/instructions/tlb.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ impl fmt::Display for AsidOutOfRangeError {
368368
}
369369
}
370370

371+
/// See `INVLPGB` in AMD64 Architecture Programmer's Manual Volume 3
371372
#[inline]
372373
unsafe fn flush_broadcast<S>(
373374
va_and_count: Option<(Page<S>, u16)>,

0 commit comments

Comments
 (0)