Searched refs:in_ebx (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_msg_arm64.h | 48 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, \ argument 115 vmw_port(cmd, in_ebx, in_si, in_di, flags, magic, &eax, &ebx, &ecx, \
|
H A D | vmwgfx_msg_x86.h | 60 #define VMW_PORT(cmd, in_ebx, in_si, in_di, \ argument 72 "b"(in_ebx), \
|