Searched refs:BTI_FAIL_MSG_FMT (Results 1 – 1 of 1) sorted by relevance
2871 #define BTI_FAIL_MSG_FMT "Kernel BTI failure (BTYPE=0x" BTI_FAIL_PTR_FMT ")" in handle_bti_fail() macro2873 char msg[strlen(BTI_FAIL_MSG_FMT) - strlen(BTI_FAIL_PTR_FMT) + 8 + 1]; in handle_bti_fail()2874 snprintf(msg, sizeof(msg), BTI_FAIL_MSG_FMT, btype); in handle_bti_fail()