|
Linux Kernel
3.7.1
|
#include <interface.h>
Data Fields | |
| unsigned long | value |
| struct { | |
| int a_int:1 | |
| int a_from_int_cr:1 | |
| int a_to_int_cr:1 | |
| int a_from_psr:1 | |
| int a_from_cpuid:1 | |
| int a_cover:1 | |
| int a_bsw:1 | |
| long reserved:57 | |
| }; | |
| struct { | |
| unsigned int a_int:1 | |
| unsigned int a_from_int_cr:1 | |
| unsigned int a_to_int_cr:1 | |
| unsigned int a_from_psr:1 | |
| unsigned int a_from_cpuid:1 | |
| unsigned int a_cover:1 | |
| unsigned int a_bsw:1 | |
| long reserved:57 | |
| }; | |
Definition at line 105 of file interface.h.
| struct { ... } |
| struct { ... } |
| int a_bsw |
Definition at line 114 of file interface.h.
| int a_cover |
Definition at line 113 of file interface.h.
| int a_from_cpuid |
Definition at line 112 of file interface.h.
| int a_from_int_cr |
Definition at line 109 of file interface.h.
| int a_from_psr |
Definition at line 111 of file interface.h.
| int a_int |
Definition at line 108 of file interface.h.
| int a_to_int_cr |
Definition at line 110 of file interface.h.
| long reserved |
Definition at line 115 of file interface.h.
| unsigned long value |
Definition at line 106 of file interface.h.
1.8.2