Searched refs:__tdx_hypercall (Results 1 – 6 of 6) sorted by relevance
45 /* Called from __tdx_hypercall() for unrecoverable failure */64 return __tdx_hypercall(&args); in tdx_kvm_hypercall() 232 __tdx_hypercall(&args); in tdx_panic() 429 return __tdx_hypercall(&args); in __halt() 484 if (__tdx_hypercall(&args)) in read_msr() 506 if (__tdx_hypercall(&args)) in write_msr() 538 if (__tdx_hypercall(&args)) in handle_cpuid() 564 if (__tdx_hypercall(&args)) in mmio_read() 704 success = !__tdx_hypercall(&args); in handle_in() 933 u64 ret = __tdx_hypercall( in tdx_map_gpa() [all...]
73 noinstr u64 __tdx_hypercall(struct tdx_module_args *args) in __tdx_hypercall() function
29 if (__tdx_hypercall(&args)) in tdx_io_in()46 __tdx_hypercall(&args); in tdx_io_out()
153 u64 __tdx_hypercall(struct tdx_module_args *args);156 * Wrapper for standard use of __tdx_hypercall with no output aside from170 return __tdx_hypercall(&args); in _tdx_hypercall() 174 /* Called from __tdx_hypercall() for unrecoverable failure */
418 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()
531 __tdx_hypercall(&args); in vmware_tdx_hypercall()