Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/hyperv/
H A Dhv_proc.c24 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages) in hv_call_deposit_pages() function
157 ret = hv_call_deposit_pages(node, hv_current_partition_id, 1); in hv_call_add_logical_proc()
174 ret = hv_call_deposit_pages(node, partition_id, 90); in hv_call_create_vp()
207 ret = hv_call_deposit_pages(node, partition_id, 1); in hv_call_create_vp()
/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h62 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages);