Searched refs:hyperv_pcpu_output_arg (Results 1 – 5 of 5) sorted by relevance
54 void * __percpu *hyperv_pcpu_output_arg; variable55 EXPORT_SYMBOL_GPL(hyperv_pcpu_output_arg);68 free_percpu(hyperv_pcpu_output_arg); in hv_common_free()69 hyperv_pcpu_output_arg = NULL; in hv_common_free()102 hyperv_pcpu_output_arg = alloc_percpu(void *); in hv_common_init()103 BUG_ON(!hyperv_pcpu_output_arg); in hv_common_init()141 outputarg = (void **)this_cpu_ptr(hyperv_pcpu_output_arg); in hv_common_cpu_init()168 outputarg = (void **)this_cpu_ptr(hyperv_pcpu_output_arg); in hv_common_cpu_die()
54 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()
Completed in 9 milliseconds