Home
last modified time | relevance | path

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

/linux-6.15/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()
384 hyperv_pcpu_output_arg = alloc_percpu(void *); in hv_common_init()
385 BUG_ON(!hyperv_pcpu_output_arg); in hv_common_init()
503 outputarg = (void **)this_cpu_ptr(hyperv_pcpu_output_arg); in hv_common_cpu_init()
H A Dmshv_common.c40 output_page = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_get_vp_registers()
123 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_get_partition_property()
H A Dmshv_root_hv_call.c102 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()
436 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_get_vp_state()
542 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_map_vp_state_page()
739 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_call_map_stat_page()
H A Dhv_proc.c130 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-6.15/arch/x86/hyperv/
H A Dhv_vtl.c224 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_vtl_apicid_to_vp_id()
H A Dirqdomain.c28 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in hv_map_interrupt()
H A Dhv_init.c404 output = *this_cpu_ptr(hyperv_pcpu_output_arg); in get_vtl()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h71 extern void * __percpu *hyperv_pcpu_output_arg;