Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dtdx_errno.h18 #define TDX_OPERAND_BUSY 0x8000020000000000ULL macro
H A Dtdx.c217 * TDX_OPERAND_BUSY. Use a global mutex to serialize these SEAMCALLs.
225 return (err & TDX_SEAMCALL_STATUS_MASK) == TDX_OPERAND_BUSY; in tdx_operand_busy()
334 * No need to check for TDX_OPERAND_BUSY; all TD pages are freed in __tdx_reclaim_page()
513 * and can fail with TDX_OPERAND_BUSY when it fails to get the lock. in tdx_mmu_release_hkid()
1004 * TDX_OPERAND_BUSY could be returned for SEPT due to 0-step mitigation in tdx_exit_handlers_fastpath()
1908 * - TDX_OPERAND_BUSY error from TDH.MEM.PAGE.AUG or TDH.MEM.SEPT.ADD, in tdx_handle_ept_violation()
2446 * with TDX_OPERAND_BUSY when it fails to grab. Take the global in __tdx_td_init()
2474 * controller results in TDX_OPERAND_BUSY. No locking needed in __tdx_td_init()
2942 * no-fail MMU paths, which could return TDX_OPERAND_BUSY on contention in tdx_td_vcpu_init()