Searched refs:hv_deposit_memory_node (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/hv/ |
| H A D | hv_proc.c | 113 int hv_deposit_memory_node(int node, u64 partition_id, in hv_deposit_memory_node() function 142 EXPORT_SYMBOL_GPL(hv_deposit_memory_node); 192 ret = hv_deposit_memory_node(node, hv_current_partition_id, in hv_call_add_logical_proc() 235 ret = hv_deposit_memory_node(node, partition_id, status); in hv_call_create_vp()
|
| /linux/include/asm-generic/ |
| H A D | mshyperv.h | 347 int hv_deposit_memory_node(int node, u64 partition_id, u64 status); 357 static inline int hv_deposit_memory_node(int node, u64 partition_id, u64 status) in hv_deposit_memory_node() function 377 return hv_deposit_memory_node(NUMA_NO_NODE, partition_id, status); in hv_deposit_memory()
|