macro_rules! fs_deref {
    ($offset:expr) => { ... };
}
Expand description

“Dereferences” the fs register at offset.

Safety

  • Offset needs to be within valid memory relative to what the fs register points to.