Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/shared/
H A Dtdx.h25 #define TDX_ATTR_DEBUG BIT_ULL(TDX_ATTR_DEBUG_BIT) macro
/linux/arch/x86/coco/tdx/
H A Dtdx.c257 bool debug = td_attr & TDX_ATTR_DEBUG; in disable_sept_ve()