Home
last modified time | relevance | path

Searched refs:in_ebx (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg_arm64.h48 static inline void vmw_port(unsigned long cmd, unsigned long in_ebx, in vmw_port() argument
56 register u64 x1 asm("x1") = in_ebx; in vmw_port()
113 #define VMW_PORT(cmd, in_ebx, in_si, in_di, flags, magic, eax, ebx, ecx, edx, \
115 vmw_port(cmd, in_ebx, in_si, in_di, flags, magic, &eax, &ebx, &ecx, \
H A Dvmwgfx_msg_x86.h48 * @in_ebx: [IN] Message Len, through EBX
60 #define VMW_PORT(cmd, in_ebx, in_si, in_di, \
72 "b"(in_ebx), \
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.h45 * @in_ebx: [IN] Message Len, through EBX
57 #define VMW_PORT(cmd, in_ebx, in_si, in_di, \
69 "b"(in_ebx), \

Completed in 1 milliseconds