Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c229 unsigned int gpa_width; in tdx_setup() local
248 gpa_width = args.rcx & GENMASK(5, 0); in tdx_setup()
249 *cc_mask = BIT_ULL(gpa_width - 1); in tdx_setup()