Home
last modified time | relevance | path

Searched defs:seamcall (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/virt/vmx/tdx/
H A Dtdxcall.S11 #define seamcall .byte 0x66,0x0f,0x01,0xcf macro
/linux/arch/x86/include/asm/
H A Dtdx.h113 #define seamcall(_fn, _args) sc_retry(__seamcall, (_fn), (_args)) macro