Searched refs:memory_block_size_bytes (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/drivers/base/ |
D | memory.c | 113 unsigned long __weak memory_block_size_bytes(void) in memory_block_size_bytes() function 117 EXPORT_SYMBOL_GPL(memory_block_size_bytes); 481 return sysfs_emit(buf, "%lx\n", memory_block_size_bytes()); in block_size_bytes_show() 859 if (WARN_ON_ONCE(!IS_ALIGNED(start, memory_block_size_bytes()) || in create_memory_block_devices() 860 !IS_ALIGNED(size, memory_block_size_bytes()))) in create_memory_block_devices() 895 if (WARN_ON_ONCE(!IS_ALIGNED(start, memory_block_size_bytes()) || in remove_memory_block_devices() 896 !IS_ALIGNED(size, memory_block_size_bytes()))) in remove_memory_block_devices() 947 block_sz = memory_block_size_bytes(); in memory_dev_init() 1135 unit_pages < PHYS_PFN(memory_block_size_bytes())) in memory_group_register_dynamic()
|
D | node.c | 786 unsigned long memory_block_pfns = memory_block_size_bytes() / PAGE_SIZE; in register_mem_block_under_node_early()
|
/linux-6.6.21/drivers/virtio/ |
D | virtio_mem.c | 322 return addr / memory_block_size_bytes(); in virtio_mem_phys_to_mb_id() 330 return mb_id * memory_block_size_bytes(); in virtio_mem_mb_id_to_phys() 668 const uint64_t size = memory_block_size_bytes(); in virtio_mem_sbm_add_mb() 720 const uint64_t size = memory_block_size_bytes(); in virtio_mem_sbm_remove_mb() 770 const uint64_t size = memory_block_size_bytes(); in virtio_mem_sbm_offline_and_remove_mb() 1004 if (WARN_ON_ONCE(size != memory_block_size_bytes() || in virtio_mem_memory_notifier_cb() 1005 !IS_ALIGNED(start, memory_block_size_bytes()))) in virtio_mem_memory_notifier_cb() 1769 if (!virtio_mem_could_add_memory(vm, memory_block_size_bytes())) in virtio_mem_sbm_plug_request() 1780 if (!virtio_mem_could_add_memory(vm, memory_block_size_bytes())) in virtio_mem_sbm_plug_request() 2364 if (!IS_ALIGNED(end_addr + 1, memory_block_size_bytes())) in virtio_mem_refresh_config() [all …]
|
/linux-6.6.21/mm/ |
D | memory_hotplug.c | 54 return PHYS_PFN(memory_block_size_bytes()) * sizeof(struct page); in memory_block_memmap_size() 1302 if (!size || !IS_ALIGNED(start, memory_block_size_bytes()) || in check_hotplug_memory_range() 1303 !IS_ALIGNED(size, memory_block_size_bytes())) { in check_hotplug_memory_range() 1305 memory_block_size_bytes(), start, size); in check_hotplug_memory_range() 1361 if (!mhp_memmap_on_memory() || size != memory_block_size_bytes()) in mhp_supports_memmap_on_memory() 1378 if (memmap_pages == PHYS_PFN(memory_block_size_bytes())) in mhp_supports_memmap_on_memory() 2059 endpa = beginpa + memory_block_size_bytes() - 1; in check_memblock_offlined_cb() 2180 if (size != memory_block_size_bytes()) { in try_remove_memory() 2319 const unsigned long mb_count = size / memory_block_size_bytes(); in offline_and_remove_memory() 2323 if (!IS_ALIGNED(start, memory_block_size_bytes()) || in offline_and_remove_memory() [all …]
|
/linux-6.6.21/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-6.6.21/include/linux/ |
D | memory.h | 89 unsigned long memory_block_size_bytes(void);
|
/linux-6.6.21/arch/s390/mm/ |
D | init.c | 184 unsigned long memory_block_size_bytes(void) in memory_block_size_bytes() function
|
/linux-6.6.21/arch/powerpc/platforms/powernv/ |
D | memtrace.c | 289 bytes = memory_block_size_bytes(); in memtrace_enable_set()
|
/linux-6.6.21/arch/powerpc/platforms/pseries/ |
D | hotplug-memory.c | 296 if (is_fadump_memory_area(lmb->base_addr, memory_block_size_bytes())) in lmb_is_removable() 581 block_sz = memory_block_size_bytes(); in dlpar_add_lmb()
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | setup_64.c | 888 unsigned long memory_block_size_bytes(void) in memory_block_size_bytes() function
|
/linux-6.6.21/drivers/s390/char/ |
D | sclp_cmd.c | 399 block_size = memory_block_size_bytes(); in add_memory_merged()
|
/linux-6.6.21/arch/x86/mm/ |
D | init_64.c | 1479 unsigned long memory_block_size_bytes(void) in memory_block_size_bytes() function
|