Searched refs:tdx_enable (Results 1 – 4 of 4) sorted by relevance
149 int tdx_enable(void);227 static inline int tdx_enable(void) { return -ENODEV; } in tdx_enable() function
63 The kernel provides two functions, tdx_enable() and tdx_cpu_enable() to68 KVM implements VMXON. For now both tdx_enable() and tdx_cpu_enable()74 tdx_enable(). For example::78 ret = tdx_enable();
1191 int tdx_enable(void) in tdx_enable() function1220 EXPORT_SYMBOL_FOR_KVM(tdx_enable);
3382 r = tdx_enable(); in __do_tdx_bringup()