Home
last modified time | relevance | path

Searched refs:MAX_BLOCK_SIZE (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/util/
H A Dblock-helpers.c35 if (value < MIN_BLOCK_SIZE || value > MAX_BLOCK_SIZE in check_block_size()
40 name, MIN_BLOCK_SIZE, MAX_BLOCK_SIZE); in check_block_size()
H A Dblock-helpers.h13 #define MAX_BLOCK_SIZE (2 * MiB) macro
/openbmc/qemu/block/
H A Dcloop.c34 #define MAX_BLOCK_SIZE (64 * 1024 * 1024) macro
106 if (s->block_size > MAX_BLOCK_SIZE) { in cloop_open()
109 MAX_BLOCK_SIZE / (1024 * 1024)); in cloop_open()
171 if (size > 2 * MAX_BLOCK_SIZE) { in cloop_open()
/openbmc/linux/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac.h206 #define MAX_BLOCK_SIZE 0x1000 /* 1024 blocks * 4 bytes data width */ macro
H A Ddw-axi-dmac-platform.c1495 dma_set_max_seg_size(&pdev->dev, MAX_BLOCK_SIZE); in dw_probe()
/openbmc/linux/arch/x86/mm/
H A Dinit_64.c1428 #define MAX_BLOCK_SIZE (2UL << 30) macro
1467 bz = MAX_BLOCK_SIZE; in probe_memory_block_size()
1472 for (bz = MAX_BLOCK_SIZE; bz > MIN_MEMORY_BLOCK_SIZE; bz >>= 1) { in probe_memory_block_size()