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

“Dereferences” the gs register at offset.

Safety

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