Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/shared/
H A Dtdx.h67 static inline u64 _tdx_hypercall(u64 fn, u64 r12, u64 r13, u64 r14, u64 r15) in _tdx_hypercall() function
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c449 return !_tdx_hypercall(hcall_func(EXIT_REASON_EPT_VIOLATION), size, in mmio_write()
599 return !_tdx_hypercall(hcall_func(EXIT_REASON_IO_INSTRUCTION), size, in handle_out()
805 if (_tdx_hypercall(TDVMCALL_MAP_GPA, start, end - start, 0, 0)) in tdx_enc_status_changed()