Searched refs:memory_notify (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| H A D | memory.h | 103 struct memory_notify { argument 136 static inline int memory_notify(enum memory_block_state state, void *v) in memory_notify() 160 extern int memory_notify(enum memory_block_state state, void *v); 102 struct memory_notify { global() struct 104 nr_pagesmemory_notify global() argument 135 static inline int memory_notify(enum memory_block_state state, void *v) memory_notify() function
|
| /linux/mm/ |
| H A D | memory_hotplug.c | 1139 struct memory_notify mem_arg = { in mhp_deinit_memmap_on_memory() 1176 ret = memory_notify(MEM_GOING_ONLINE, &mem_arg); in online_pages() 1237 memory_notify(MEM_ONLINE, &mem_arg); in online_pages() 1244 memory_notify(MEM_CANCEL_ONLINE, &mem_arg); in online_pages() 1905 struct memory_notify mem_arg = { in offline_pages() 1987 ret = memory_notify(MEM_GOING_OFFLINE, &mem_arg); in offline_pages() 2095 memory_notify(MEM_OFFLINE, &mem_arg); in offline_pages() 2102 memory_notify(MEM_CANCEL_OFFLINE, &mem_arg); in offline_pages()
|
| H A D | ksm.c | 3378 struct memory_notify *mn = arg; in ksm_memory_callback()
|
| /linux/mm/kasan/ |
| H A D | shadow.c | 216 struct memory_notify *mem_data = data; in kasan_mem_notifier()
|
| /linux/drivers/hv/ |
| H A D | hv_balloon.c | 639 struct memory_notify *mem = (struct memory_notify *)v; in hv_memory_notifier()
|
| /linux/drivers/base/ |
| H A D | memory.c | 207 int memory_notify(enum memory_block_state state, void *v) in memory_notify() function
|
| /linux/arch/x86/virt/vmx/tdx/ |
| H A D | tdx.c | 1427 struct memory_notify *mn = v; in tdx_init()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 2153 struct memory_notify *arg = data; in modify_prot_start_ptes()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | iommu.c | 2421 struct memory_notify *arg = data; in iommu_mem_notifier()
|
| /linux/drivers/virtio/ |
| H A D | virtio_mem.c | 995 struct memory_notify *mhp = arg; in virtio_mem_memory_notifier_cb()
|
| /linux/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_main.c | 3247 struct memory_notify *arg = data; in ehea_mem_notifier()
|