Home
last modified time | relevance | path

Searched defs:gs_cb (Results 1 – 1 of 1) sorted by relevance

/linux/arch/s390/include/uapi/asm/
H A Dguarded_storage.h7 struct gs_cb { struct
8 __u64 reserved;
9 __u64 gsd;
10 __u64 gssm;
11 __u64 gs_epl_a;
56 static inline void load_gs_cb(struct gs_cb *gs_cb) in load_gs_cb()
61 static inline void store_gs_cb(struct gs_cb *gs_cb) in store_gs_cb()
66 static inline void save_gs_cb(struct gs_cb *gs_cb) in save_gs_cb()
72 static inline void restore_gs_cb(struct gs_cb *gs_cb) in restore_gs_cb()