Home
last modified time | relevance | path

Searched refs:hyperv_pcpu_output_arg (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/hv/
H A Dhv_common.c64 void * __percpu *hyperv_pcpu_output_arg; variable
65 EXPORT_SYMBOL_GPL(hyperv_pcpu_output_arg);
98 free_percpu(hyperv_pcpu_output_arg); in hv_common_free()
99 hyperv_pcpu_output_arg = NULL; in hv_common_free()
292 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in get_vtl()
376 hyperv_pcpu_output_arg = alloc_percpu(void *); in hv_common_init()
377 BUG_ON(!hyperv_pcpu_output_arg); in hv_common_init()
495 outputarg = (void **)this_cpu_ptr(hyperv_pcpu_output_arg); in hv_common_cpu_init()
H A Dmshv_common.c41 output_page = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_get_vp_registers()
124 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_get_partition_property()
H A Dmshv_root_hv_call.c103 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_create_partition()
352 output_page = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_get_gpa_access_states()
437 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_get_vp_state()
543 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_map_vp_state_page()
740 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_map_stat_page()
H A Dhv_proc.c131 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_add_logical_proc()
H A Dmshv_root_main.c2055 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_retrieve_scheduler_type()
/linux/include/asm-generic/
H A Dmshyperv.h71 extern void * __percpu *hyperv_pcpu_output_arg;
/linux/arch/x86/hyperv/
H A Dirqdomain.c29 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_map_interrupt()