Searched refs:hv_call_deposit_pages (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/hyperv/
H A Dhv_proc.c23 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages) function
151 ret = hv_call_deposit_pages(node, hv_current_partition_id, 1);
167 ret = hv_call_deposit_pages(node, partition_id, 90);
193 ret = hv_call_deposit_pages(node, partition_id, 1);
/linux-master/arch/x86/include/asm/
H A Dmshyperv.h63 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages);

Completed in 125 milliseconds