Searched refs:excl_ss (Results 1 – 1 of 1) sorted by relevance
3928 struct exclaves_panic_stackshot excl_ss; in kdp_stackshot_kcdata_format() local3929 kdp_read_panic_exclaves_stackshot(&excl_ss); in kdp_stackshot_kcdata_format()3931 if (excl_ss.stackshot_buffer != NULL && excl_ss.stackshot_buffer_size != 0) { in kdp_stackshot_kcdata_format()3939 …tberr = stackshot_stackshotresult__unmarshal(excl_ss.stackshot_buffer, excl_ss.stackshot_buffer_si… in kdp_stackshot_kcdata_format()