Searched refs:memory_block_size_bytes (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/drivers/base/ |
D | memory.c | 112 unsigned long __weak memory_block_size_bytes(void) in memory_block_size_bytes() function 116 EXPORT_SYMBOL_GPL(memory_block_size_bytes); 455 return sysfs_emit(buf, "%lx\n", memory_block_size_bytes()); in block_size_bytes_show() 823 if (WARN_ON_ONCE(!IS_ALIGNED(start, memory_block_size_bytes()) || in create_memory_block_devices() 824 !IS_ALIGNED(size, memory_block_size_bytes()))) in create_memory_block_devices() 859 if (WARN_ON_ONCE(!IS_ALIGNED(start, memory_block_size_bytes()) || in remove_memory_block_devices() 860 !IS_ALIGNED(size, memory_block_size_bytes()))) in remove_memory_block_devices() 907 block_sz = memory_block_size_bytes(); in memory_dev_init() 1095 unit_pages < PHYS_PFN(memory_block_size_bytes())) in memory_group_register_dynamic()
|
D | node.c | 777 unsigned long memory_block_pfns = memory_block_size_bytes() / PAGE_SIZE; in register_mem_block_under_node_early()
|
/Linux-v6.1/drivers/virtio/ |
D | virtio_mem.c | 320 return addr / memory_block_size_bytes(); in virtio_mem_phys_to_mb_id() 328 return mb_id * memory_block_size_bytes(); in virtio_mem_mb_id_to_phys() 666 const uint64_t size = memory_block_size_bytes(); in virtio_mem_sbm_add_mb() 718 const uint64_t size = memory_block_size_bytes(); in virtio_mem_sbm_remove_mb() 764 const uint64_t size = memory_block_size_bytes(); in virtio_mem_sbm_offline_and_remove_mb() 970 if (WARN_ON_ONCE(size != memory_block_size_bytes() || in virtio_mem_memory_notifier_cb() 971 !IS_ALIGNED(start, memory_block_size_bytes()))) in virtio_mem_memory_notifier_cb() 1726 if (!virtio_mem_could_add_memory(vm, memory_block_size_bytes())) in virtio_mem_sbm_plug_request() 1737 if (!virtio_mem_could_add_memory(vm, memory_block_size_bytes())) in virtio_mem_sbm_plug_request() 2315 if (!IS_ALIGNED(end_addr + 1, memory_block_size_bytes())) in virtio_mem_refresh_config() [all …]
|
/Linux-v6.1/mm/ |
D | memory_hotplug.c | 1259 if (!size || !IS_ALIGNED(start, memory_block_size_bytes()) || in check_hotplug_memory_range() 1260 !IS_ALIGNED(size, memory_block_size_bytes())) { in check_hotplug_memory_range() 1262 memory_block_size_bytes(), start, size); in check_hotplug_memory_range() 1308 size == memory_block_size_bytes() && in mhp_supports_memmap_on_memory() 1977 endpa = beginpa + memory_block_size_bytes() - 1; in check_memblock_offlined_cb() 2094 if (size != memory_block_size_bytes()) { in try_remove_memory() 2229 const unsigned long mb_count = size / memory_block_size_bytes(); in offline_and_remove_memory() 2233 if (!IS_ALIGNED(start, memory_block_size_bytes()) || in offline_and_remove_memory() 2234 !IS_ALIGNED(size, memory_block_size_bytes()) || !size) in offline_and_remove_memory()
|
/Linux-v6.1/drivers/dax/ |
D | kmem.c | 36 r->start = ALIGN(range->start, memory_block_size_bytes()); in dax_kmem_range() 37 r->end = ALIGN_DOWN(range->end + 1, memory_block_size_bytes()) - 1; in dax_kmem_range()
|
/Linux-v6.1/include/linux/ |
D | memory.h | 91 unsigned long memory_block_size_bytes(void);
|
/Linux-v6.1/arch/s390/mm/ |
D | init.c | 216 unsigned long memory_block_size_bytes(void) in memory_block_size_bytes() function
|
/Linux-v6.1/arch/powerpc/platforms/powernv/ |
D | memtrace.c | 289 bytes = memory_block_size_bytes(); in memtrace_enable_set()
|
/Linux-v6.1/arch/powerpc/platforms/pseries/ |
D | hotplug-memory.c | 358 if (is_fadump_memory_area(lmb->base_addr, memory_block_size_bytes())) in lmb_is_removable() 645 block_sz = memory_block_size_bytes(); in dlpar_add_lmb()
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | setup_64.c | 884 unsigned long memory_block_size_bytes(void) in memory_block_size_bytes() function
|
/Linux-v6.1/drivers/s390/char/ |
D | sclp_cmd.c | 403 block_size = memory_block_size_bytes(); in add_memory_merged()
|
/Linux-v6.1/arch/x86/mm/ |
D | init_64.c | 1520 unsigned long memory_block_size_bytes(void) in memory_block_size_bytes() function
|