Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/compressed/
H A 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()