Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/ !
Dicswx.h141 struct coprocessor_request_block { struct
142 __be32 ccw;
143 __be32 flags;
144 __be64 csb_addr;
146 struct data_descriptor_entry source;
147 struct data_descriptor_entry target;
149 struct coprocessor_completion_block ccb;
151 union {
154 } stamp;
156 u8 reserved[32];
[all …]
/linux-6.12.1/tools/testing/selftests/powerpc/nx-gzip/include/ !
Dcrb.h120 struct coprocessor_request_block { struct
121 __be32 ccw;
122 __be32 flags;
123 __be64 csb_addr;
125 struct data_descriptor_entry source;
126 struct data_descriptor_entry target;
128 struct coprocessor_completion_block ccb;
130 __u8 reserved[48];
132 struct coprocessor_status_block csb;