Searched refs:_tdx_hypercall (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/arch/x86/coco/tdx/ |
D | tdx.c | 375 return !_tdx_hypercall(hcall_func(EXIT_REASON_EPT_VIOLATION), size, in mmio_write() 520 return !_tdx_hypercall(hcall_func(EXIT_REASON_IO_INSTRUCTION), size, in handle_out() 726 if (_tdx_hypercall(TDVMCALL_MAP_GPA, start, end - start, 0, 0)) in tdx_enc_status_changed()
|
/Linux-v6.6/arch/x86/include/asm/shared/ |
D | tdx.h | 58 static inline u64 _tdx_hypercall(u64 fn, u64 r12, u64 r13, u64 r14, u64 r15) in _tdx_hypercall() function
|