Searched defs:thread_smc_args (Results 1 – 2 of 2) sorted by relevance
36 struct thread_smc_args { struct37 unsigned long a0; /* SBI function ID */38 unsigned long a1; /* Parameter */39 unsigned long a2; /* Parameter */40 unsigned long a3; /* Thread ID when returning from RPC */41 unsigned long a4; /* Not used */42 unsigned long a5; /* Not used */43 unsigned long a6; /* Not used */44 unsigned long a7; /* Hypervisor Client ID */
90 struct thread_smc_args { struct102 struct thread_smc_args { argument103 uint64_t a0; /* SMC function ID */104 uint64_t a1; /* Parameter */105 uint64_t a2; /* Parameter */106 uint64_t a3; /* Thread ID when returning from RPC */107 uint64_t a4; /* Not used */108 uint64_t a5; /* Not used */109 uint64_t a6; /* Not used */110 uint64_t a7; /* Hypervisor Client ID */
Completed in 4 milliseconds