Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/coco/tdx/
Dtdx.c69 static u64 hcall_func(u64 exit_reason) in hcall_func() function
187 .r11 = hcall_func(EXIT_REASON_HLT), in __halt()
243 .r11 = hcall_func(EXIT_REASON_MSR_READ), in read_msr()
264 .r11 = hcall_func(EXIT_REASON_MSR_WRITE), in write_msr()
284 .r11 = hcall_func(EXIT_REASON_CPUID), in handle_cpuid()
326 .r11 = hcall_func(EXIT_REASON_EPT_VIOLATION), in mmio_read()
341 return !_tdx_hypercall(hcall_func(EXIT_REASON_EPT_VIOLATION), size, in mmio_write()
454 .r11 = hcall_func(EXIT_REASON_IO_INSTRUCTION), in handle_in()
486 return !_tdx_hypercall(hcall_func(EXIT_REASON_IO_INSTRUCTION), size, in handle_out()