Searched refs:in3 (Results 1 – 2 of 2) sorted by relevance
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_msg_arm64.h | 73 unsigned long in3, unsigned long in4, in vmware_hypercall5() argument 79 register u64 x3 asm("x3") = in3 | VMWARE_HYPERVISOR_PORT; in vmware_hypercall5() 99 unsigned long in3, u32 *out2, in vmware_hypercall6() argument 105 register u64 x3 asm("x3") = in3 | VMWARE_HYPERVISOR_PORT; in vmware_hypercall6() 128 unsigned long in3, unsigned long in4, in vmware_hypercall7() argument 135 register u64 x3 asm("x3") = in3 | VMWARE_HYPERVISOR_PORT; in vmware_hypercall7() 157 unsigned long in3, unsigned long in4, in vmware_hypercall_hb() argument 164 register u64 x3 asm("x3") = in3 | VMWARE_HYPERVISOR_PORT_HB; in vmware_hypercall_hb() 186 unsigned long in3, unsigned long in4, in vmware_hypercall_hb_out() argument 195 unsigned long in3, unsigned long in4, in vmware_hypercall_hb_in() argument [all …]
|
| /drivers/thunderbolt/ |
| A D | test.c | 1606 struct tb_port *in1, *in2, *in3, *out1, *out2, *out3; in tb_test_tunnel_3dp() local 1634 in3 = &host->ports[10]; in tb_test_tunnel_3dp() 1656 tunnel3 = tb_tunnel_alloc_dp(NULL, in3, out3, 1, 0, 0, NULL, NULL); in tb_test_tunnel_3dp() 1659 KUNIT_EXPECT_PTR_EQ(test, tunnel3->src_port, in3); in tb_test_tunnel_3dp()
|
Completed in 27 milliseconds