Home
last modified time | relevance | path

Searched refs:hyperv_pcpu_output_arg (Results 1 – 9 of 9) 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()
294 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in get_vtl()
378 hyperv_pcpu_output_arg = alloc_percpu(void *); in hv_common_init()
379 BUG_ON(!hyperv_pcpu_output_arg); in hv_common_init()
497 outputarg = (void **)this_cpu_ptr(hyperv_pcpu_output_arg); in hv_common_cpu_init()
H A Dmshv_common.c44 output_page = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_get_vp_registers()
127 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()
351 output_page = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_get_gpa_access_states()
442 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_get_vp_state()
546 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_map_vp_state_page()
659 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_get_partition_property_ex()
901 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_map_stats_page()
H A Dhv_proc.c175 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_add_logical_proc()
H A Dmshv_root_main.c2126 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_retrieve_scheduler_type()
/linux/include/asm-generic/
H A Dmshyperv.h74 extern void * __percpu *hyperv_pcpu_output_arg;
/linux/arch/x86/hyperv/
H A Dirqdomain.c30 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_map_interrupt()
H A Dhv_init.c729 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_apicid_to_vp_index()
H A Dhv_crash.c608 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_root_crash_init()