Home
last modified time | relevance | path

Searched refs:tsc_resp (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/coco/sev/
H A Dcore.c1943 struct snp_tsc_info_resp *tsc_resp; in snp_get_tsc_info() local
1958 tsc_resp = kzalloc(sizeof(*tsc_resp) + AUTHTAG_LEN, GFP_KERNEL); in snp_get_tsc_info()
1959 if (!tsc_resp) in snp_get_tsc_info()
1975 req.resp_buf = (void *)tsc_resp; in snp_get_tsc_info()
1976 req.resp_sz = sizeof(*tsc_resp) + AUTHTAG_LEN; in snp_get_tsc_info()
1984 __func__, tsc_resp->status, tsc_resp->tsc_scale, tsc_resp->tsc_offset, in snp_get_tsc_info()
1985 tsc_resp->tsc_factor); in snp_get_tsc_info()
1987 if (!tsc_resp->status) { in snp_get_tsc_info()
1988 snp_tsc_scale = tsc_resp->tsc_scale; in snp_get_tsc_info()
1989 snp_tsc_offset = tsc_resp->tsc_offset; in snp_get_tsc_info()
[all …]