Searched refs:_tdx_hypercall (Results 1 – 2 of 2) sorted by relevance
| /arch/x86/include/asm/shared/ |
| A D | tdx.h | 159 static inline u64 _tdx_hypercall(u64 fn, u64 r12, u64 r13, u64 r14, u64 r15) in _tdx_hypercall() function
|
| /arch/x86/coco/tdx/ |
| A D | tdx.c | 196 return _tdx_hypercall(TDVMCALL_GET_QUOTE, cc_mkdec(virt_to_phys(buf)), size, 0, 0); in tdx_hcall_get_quote() 573 return !_tdx_hypercall(hcall_func(EXIT_REASON_EPT_VIOLATION), size, in mmio_write() 723 return !_tdx_hypercall(hcall_func(EXIT_REASON_IO_INSTRUCTION), size, in handle_out()
|
Completed in 31 milliseconds