Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/coco/sev/
H A Dcore.c3254 struct snp_tsc_info_req *tsc_req; in snp_get_tsc_info() local
3259 tsc_req = kzalloc(sizeof(*tsc_req), GFP_KERNEL); in snp_get_tsc_info()
3260 if (!tsc_req) in snp_get_tsc_info()
3291 req->req_buf = tsc_req; in snp_get_tsc_info()
3292 req->req_sz = sizeof(*tsc_req); in snp_get_tsc_info()
3325 kfree(tsc_req); in snp_get_tsc_info()