Searched refs:tdx_hypercall_args (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/ |
A D | asm-offsets.c | 79 OFFSET(TDX_HYPERCALL_r8, tdx_hypercall_args, r8); in common() 80 OFFSET(TDX_HYPERCALL_r9, tdx_hypercall_args, r9); in common() 81 OFFSET(TDX_HYPERCALL_r10, tdx_hypercall_args, r10); in common() 82 OFFSET(TDX_HYPERCALL_r11, tdx_hypercall_args, r11); in common() 83 OFFSET(TDX_HYPERCALL_r12, tdx_hypercall_args, r12); in common() 84 OFFSET(TDX_HYPERCALL_r13, tdx_hypercall_args, r13); in common() 85 OFFSET(TDX_HYPERCALL_r14, tdx_hypercall_args, r14); in common() 86 OFFSET(TDX_HYPERCALL_r15, tdx_hypercall_args, r15); in common() 87 OFFSET(TDX_HYPERCALL_rdi, tdx_hypercall_args, rdi); in common() 88 OFFSET(TDX_HYPERCALL_rsi, tdx_hypercall_args, rsi); in common() [all …]
|
/linux-6.3-rc2/arch/x86/coco/tdx/ |
A D | tdx.c | 60 struct tdx_hypercall_args args = { in _tdx_hypercall() 94 struct tdx_hypercall_args args = { in tdx_kvm_hypercall() 152 struct tdx_hypercall_args args = { in tdx_panic() 274 struct tdx_hypercall_args args = { in __halt() 318 struct tdx_hypercall_args args = { in read_msr() 339 struct tdx_hypercall_args args = { in write_msr() 359 struct tdx_hypercall_args args = { in handle_cpuid() 401 struct tdx_hypercall_args args = { in mmio_read() 529 struct tdx_hypercall_args args = { in handle_in()
|
/linux-6.3-rc2/arch/x86/include/asm/shared/ |
A D | tdx.h | 23 struct tdx_hypercall_args { struct 39 u64 __tdx_hypercall(struct tdx_hypercall_args *args, unsigned long flags); argument
|
/linux-6.3-rc2/arch/x86/boot/compressed/ |
A D | tdx.c | 21 struct tdx_hypercall_args args = { in tdx_io_in() 37 struct tdx_hypercall_args args = { in tdx_io_out()
|
Completed in 12 milliseconds