Lines Matching defs:cudbg_hdr
20 struct cudbg_hdr { struct21 u32 signature;22 u32 hdr_len;23 u16 major_ver;24 u16 minor_ver;25 u32 data_len;26 u32 hdr_flags;27 u16 max_entities;28 u8 chip_ver;29 u8 dump_type:3;30 u8 reserved1:1;31 u8 compress_type:4;32 u32 reserved[8];