Searched refs:hv_call_deposit_pages (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/x86/hyperv/ |
D | hv_proc.c | 24 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()
|
/linux-6.1.9/arch/x86/include/asm/ |
D | mshyperv.h | 35 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages);
|