Searched refs:tsc_resp (Results 1 – 1 of 1) sorted by relevance
3253 struct snp_tsc_info_resp *tsc_resp; in snp_get_tsc_info() local3268 tsc_resp = kzalloc(sizeof(*tsc_resp) + AUTHTAG_LEN, GFP_KERNEL); in snp_get_tsc_info()3269 if (!tsc_resp) in snp_get_tsc_info()3293 req->resp_buf = (void *)tsc_resp; in snp_get_tsc_info()3302 __func__, tsc_resp->status, tsc_resp->tsc_scale, tsc_resp->tsc_offset, in snp_get_tsc_info()3303 tsc_resp->tsc_factor); in snp_get_tsc_info()3305 if (!tsc_resp->status) { in snp_get_tsc_info()3306 snp_tsc_scale = tsc_resp->tsc_scale; in snp_get_tsc_info()3307 snp_tsc_offset = tsc_resp->tsc_offset; in snp_get_tsc_info()3315 memzero_explicit(tsc_resp, sizeof(*tsc_resp) + AUTHTAG_LEN); in snp_get_tsc_info()[all …]