Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/virt/vmx/tdx/
Dtdxcall.S11 #define seamcall .byte 0x66,0x0f,0x01,0xcf macro
90 seamcall
DMakefile2 obj-y += seamcall.o tdx.o
/linux-6.12.1/arch/x86/include/asm/
Dtdx.h113 #define seamcall(_fn, _args) sc_retry(__seamcall, (_fn), (_args)) macro