Home
last modified time | relevance | path

Searched refs:__tdx_hypercall (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/boot/compressed/
H A Dtdx.c29 if (__tdx_hypercall(&args)) in tdx_io_in()
46 __tdx_hypercall(&args); in tdx_io_out()
/linux/arch/x86/coco/tdx/
H A Dtdx-shared.c73 noinstr u64 __tdx_hypercall(struct tdx_module_args *args) in __tdx_hypercall() function
/linux/arch/x86/hyperv/
H A Divm.c418 u64 ret = __tdx_hypercall(&args); in hv_tdx_msr_write()
431 u64 ret = __tdx_hypercall(&args); in hv_tdx_msr_read()
447 (void)__tdx_hypercall(&args); in hv_tdx_hypercall()