Searched refs:tdx_hypercall_args (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/arch/x86/kernel/ |
D | asm-offsets.c | 78 OFFSET(TDX_HYPERCALL_r10, tdx_hypercall_args, r10); in common() 79 OFFSET(TDX_HYPERCALL_r11, tdx_hypercall_args, r11); in common() 80 OFFSET(TDX_HYPERCALL_r12, tdx_hypercall_args, r12); in common() 81 OFFSET(TDX_HYPERCALL_r13, tdx_hypercall_args, r13); in common() 82 OFFSET(TDX_HYPERCALL_r14, tdx_hypercall_args, r14); in common() 83 OFFSET(TDX_HYPERCALL_r15, tdx_hypercall_args, r15); in common()
|
/Linux-v6.1/arch/x86/coco/tdx/ |
D | tdx.c | 45 struct tdx_hypercall_args args = { in _tdx_hypercall() 78 struct tdx_hypercall_args args = { in tdx_kvm_hypercall() 185 struct tdx_hypercall_args args = { in __halt() 241 struct tdx_hypercall_args args = { in read_msr() 262 struct tdx_hypercall_args args = { in write_msr() 282 struct tdx_hypercall_args args = { in handle_cpuid() 324 struct tdx_hypercall_args args = { in mmio_read() 452 struct tdx_hypercall_args args = { in handle_in()
|
/Linux-v6.1/arch/x86/include/asm/shared/ |
D | tdx.h | 24 struct tdx_hypercall_args { struct 34 u64 __tdx_hypercall(struct tdx_hypercall_args *args, unsigned long flags); argument
|
/Linux-v6.1/arch/x86/boot/compressed/ |
D | tdx.c | 21 struct tdx_hypercall_args args = { in tdx_io_in() 37 struct tdx_hypercall_args args = { in tdx_io_out()
|