提交 97dd89e9 编写于 作者: H Heiko Carstens

s390/ctl_reg: add ctlreg5 and ctlreg15 unions

Signed-off-by: NHeiko Carstens <hca@linux.ibm.com>
上级 7accd1f8
...@@ -111,6 +111,23 @@ union ctlreg2 { ...@@ -111,6 +111,23 @@ union ctlreg2 {
}; };
}; };
union ctlreg5 {
unsigned long val;
struct {
unsigned long : 33;
unsigned long pasteo: 25;
unsigned long : 6;
};
};
union ctlreg15 {
unsigned long val;
struct {
unsigned long lsea : 61;
unsigned long : 3;
};
};
#define ctl_set_bit(cr, bit) smp_ctl_set_bit(cr, bit) #define ctl_set_bit(cr, bit) smp_ctl_set_bit(cr, bit)
#define ctl_clear_bit(cr, bit) smp_ctl_clear_bit(cr, bit) #define ctl_clear_bit(cr, bit) smp_ctl_clear_bit(cr, bit)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册