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.c2320 struct snp_tsc_info_req *tsc_req; in snp_get_tsc_info() local
2325 tsc_req = kzalloc(sizeof(*tsc_req), GFP_KERNEL); in snp_get_tsc_info()
2326 if (!tsc_req) in snp_get_tsc_info()
2349 req.req_buf = tsc_req; in snp_get_tsc_info()
2350 req.req_sz = sizeof(*tsc_req); in snp_get_tsc_info()
2379 kfree(tsc_req); in snp_get_tsc_info()