Searched refs:hyperv_pcpu_output_arg (Results 1 – 5 of 5) sorted by relevance
50 void __percpu **hyperv_pcpu_output_arg; variable51 EXPORT_SYMBOL_GPL(hyperv_pcpu_output_arg);64 free_percpu(hyperv_pcpu_output_arg); in hv_common_free()65 hyperv_pcpu_output_arg = NULL; in hv_common_free()96 hyperv_pcpu_output_arg = alloc_percpu(void *); in hv_common_init()97 BUG_ON(!hyperv_pcpu_output_arg); in hv_common_init()135 outputarg = (void **)this_cpu_ptr(hyperv_pcpu_output_arg); in hv_common_cpu_init()162 outputarg = (void **)this_cpu_ptr(hyperv_pcpu_output_arg); in hv_common_cpu_die()
53 extern void __percpu **hyperv_pcpu_output_arg;
136 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_add_logical_proc()
368 output_page = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_get_partition_id()
28 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_map_interrupt()
Completed in 7 milliseconds