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