Searched refs:hyperv_pcpu_output_arg (Results 1 – 5 of 5) sorted by relevance
51 void * __percpu *hyperv_pcpu_output_arg; variable52 EXPORT_SYMBOL_GPL(hyperv_pcpu_output_arg);65 free_percpu(hyperv_pcpu_output_arg); in hv_common_free()66 hyperv_pcpu_output_arg = NULL; in hv_common_free()99 hyperv_pcpu_output_arg = alloc_percpu(void *); in hv_common_init()100 BUG_ON(!hyperv_pcpu_output_arg); in hv_common_init()138 outputarg = (void **)this_cpu_ptr(hyperv_pcpu_output_arg); in hv_common_cpu_init()165 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()
28 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_map_interrupt()
368 output_page = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_get_partition_id()