Home
last modified time | relevance | path

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

/linux/arch/x86/coco/sev/
H A Dcore.c1944 struct snp_tsc_info_req *tsc_req; in snp_get_tsc_info() local
1949 tsc_req = kzalloc_obj(*tsc_req); in snp_get_tsc_info()
1950 if (!tsc_req) in snp_get_tsc_info()
1973 req.req_buf = tsc_req; in snp_get_tsc_info()
1974 req.req_sz = sizeof(*tsc_req); in snp_get_tsc_info()
2003 kfree(tsc_req); in snp_get_tsc_info()