Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/shared/
Dtdx.h10 #define TDX_HCALL_HAS_OUTPUT BIT(0) macro
/linux-6.1.9/arch/x86/coco/tdx/
Dtdx.c252 if (__tdx_hypercall(&args, TDX_HCALL_HAS_OUTPUT)) in read_msr()
306 if (__tdx_hypercall(&args, TDX_HCALL_HAS_OUTPUT)) in handle_cpuid()
333 if (__tdx_hypercall(&args, TDX_HCALL_HAS_OUTPUT)) in mmio_read()
467 success = !__tdx_hypercall(&args, TDX_HCALL_HAS_OUTPUT); in handle_in()
Dtdcall.S172 testq $TDX_HCALL_HAS_OUTPUT, %rsi
/linux-6.1.9/arch/x86/boot/compressed/
Dtdx.c29 if (__tdx_hypercall(&args, TDX_HCALL_HAS_OUTPUT)) in tdx_io_in()