Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/boot/compressed/
Dmem.c18 static bool is_tdx; in early_is_tdx_guest() local
28 is_tdx = !memcmp(TDX_IDENT, sig, sizeof(sig)); in early_is_tdx_guest()
32 return is_tdx; in early_is_tdx_guest()