Lines Matching defs:info
109 static int hotadd_mem_valid(unsigned long pfn, struct mem_hotadd_info *info) in hotadd_mem_valid()
114 static unsigned long alloc_hotadd_mfn(struct mem_hotadd_info *info) in alloc_hotadd_mfn()
157 static int share_hotadd_m2p_table(struct mem_hotadd_info *info) in share_hotadd_m2p_table()
215 static void destroy_compat_m2p_mapping(struct mem_hotadd_info *info) in destroy_compat_m2p_mapping()
258 static void destroy_m2p_mapping(struct mem_hotadd_info *info) in destroy_m2p_mapping()
318 static int setup_compat_m2p_table(struct mem_hotadd_info *info) in setup_compat_m2p_table()
392 static int setup_m2p_table(struct mem_hotadd_info *info) in setup_m2p_table()
713 static void cleanup_frame_table(struct mem_hotadd_info *info) in cleanup_frame_table()
769 struct mem_hotadd_info *info) in setup_frametable_chunk()
792 static int extend_frame_table(struct mem_hotadd_info *info) in extend_frame_table()
1262 static int transfer_pages_to_heap(struct mem_hotadd_info *info) in transfer_pages_to_heap()
1346 struct mem_hotadd_info info; in memory_add() local