/linux-6.3-rc2/fs/btrfs/tests/ |
A D | free-space-tests.c | 440 SZ_128M - SZ_512K, 1); in test_steal_space_from_bitmap_to_extent() 458 SZ_128M + 768 * SZ_1K, in test_steal_space_from_bitmap_to_extent() 459 SZ_128M - 768 * SZ_1K); in test_steal_space_from_bitmap_to_extent() 479 if (test_check_exists(cache, SZ_128M + 768 * SZ_1K, in test_steal_space_from_bitmap_to_extent() 480 SZ_128M - 768 * SZ_1K)) { in test_steal_space_from_bitmap_to_extent() 498 if (test_check_exists(cache, SZ_128M, SZ_256K)) { in test_steal_space_from_bitmap_to_extent() 514 if (!test_check_exists(cache, SZ_128M, SZ_512K)) { in test_steal_space_from_bitmap_to_extent() 599 if (offset != (SZ_128M - SZ_256K)) { in test_steal_space_from_bitmap_to_extent() 622 if (offset != (SZ_128M + SZ_16M)) { in test_steal_space_from_bitmap_to_extent() 748 if (!test_check_exists(cache, SZ_128M, SZ_128K)) { in test_steal_space_from_bitmap_to_extent() [all …]
|
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | ftrace_dyn.c | 86 if (offset < -SZ_128M || offset >= SZ_128M) { in ftrace_modify_call() 163 if (offset < -SZ_128M || offset >= SZ_128M) { in ftrace_make_call() 192 if (offset < -SZ_128M || offset >= SZ_128M) { in ftrace_make_nop()
|
A D | inst.c | 186 if ((offset & 3) || offset < -SZ_128M || offset >= SZ_128M) { in larch_insn_gen_b() 201 if ((offset & 3) || offset < -SZ_128M || offset >= SZ_128M) { in larch_insn_gen_bl()
|
A D | module.c | 110 if (offset >= SZ_128M) in apply_r_larch_sop_push_plt_pcrel() 113 if (offset < -SZ_128M) in apply_r_larch_sop_push_plt_pcrel() 285 if (offset >= SZ_128M) in apply_r_larch_b26() 288 if (offset < -SZ_128M) in apply_r_larch_b26()
|
A D | alternative.c | 81 BUG_ON(offset < -SZ_128M || offset >= SZ_128M); in recompute_jump()
|
/linux-6.3-rc2/drivers/mmc/host/ |
A D | sdhci-of-sparx5.c | 46 ((addr | (SZ_128M - 1)) == ((addr + len - 1) | (SZ_128M - 1))) 66 offset = addr & (SZ_128M - 1); in sdhci_sparx5_adma_write_desc() 67 tmplen = SZ_128M - offset; in sdhci_sparx5_adma_write_desc() 178 extra = DIV_ROUND_UP_ULL(dma_get_required_mask(&pdev->dev), SZ_128M); in sdhci_sparx5_probe()
|
A D | sdhci-of-dwcmshc.c | 75 ((addr | (SZ_128M - 1)) == ((addr + len - 1) | (SZ_128M - 1))) 110 offset = addr & (SZ_128M - 1); in dwcmshc_adma_write_desc() 111 tmplen = SZ_128M - offset; in dwcmshc_adma_write_desc() 482 extra = DIV_ROUND_UP_ULL(dma_get_required_mask(dev), SZ_128M); in dwcmshc_probe()
|
/linux-6.3-rc2/arch/arm/mach-dove/ |
A D | dove.h | 27 #define DOVE_PCIE0_MEM_SIZE SZ_128M 30 #define DOVE_PCIE1_MEM_SIZE SZ_128M 33 #define DOVE_BOOTROM_SIZE SZ_128M
|
/linux-6.3-rc2/arch/arm/mach-orion5x/ |
A D | orion5x.h | 57 #define ORION5X_PCIE_MEM_SIZE SZ_128M 60 #define ORION5X_PCI_MEM_SIZE SZ_128M
|
/linux-6.3-rc2/tools/include/linux/ |
A D | sizes.h | 39 #define SZ_128M 0x08000000 macro
|
/linux-6.3-rc2/include/linux/ |
A D | sizes.h | 39 #define SZ_128M 0x08000000 macro
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | ftrace.c | 230 if (offset >= -SZ_128M && offset < SZ_128M) in ftrace_find_callable_addr()
|
/linux-6.3-rc2/drivers/pci/controller/ |
A D | pcie-iproc-bcma.c | 59 pcie->mem.end = bdev->addr_s[0] + SZ_128M - 1; in iproc_bcma_pcie_probe()
|
A D | pcie-brcmstb.c | 1001 unsigned int j, nwins = resource_size(res) / SZ_128M; in brcm_pcie_setup() 1006 for (j = 0; j < nwins; j++, start += SZ_128M) in brcm_pcie_setup() 1009 SZ_128M); in brcm_pcie_setup()
|
A D | pci-ftpci100.c | 150 case SZ_128M: in faraday_res_to_memcfg()
|
A D | pci-xgene.c | 375 min_size = SZ_128M; in xgene_pcie_setup_ob_reg()
|
/linux-6.3-rc2/arch/mips/generic/ |
A D | board-sead3.c | 31 { 0, SZ_256M + SZ_128M },
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | mmap.c | 63 gap_min = SZ_128M; in mmap_base()
|
/linux-6.3-rc2/arch/powerpc/kexec/ |
A D | core.c | 149 crashk_res.start = min_t(u64, ppc64_rma_size / 2, SZ_128M); in reserve_crashkernel()
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | memory.h | 49 #define MODULES_VSIZE (SZ_128M)
|
/linux-6.3-rc2/tools/testing/memblock/tests/ |
A D | basic_api.c | 230 .base = SZ_128M, in memblock_add_overlap_bottom_check() 554 .size = SZ_128M in memblock_reserve_simple_check() 647 .base = SZ_128M, in memblock_reserve_overlap_top_check() 1516 .size = SZ_128M in memblock_free_absent_check()
|
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | setup.c | 495 "a"(SZ_128M), "a"(SZ_512M), in cpu_reset()
|
/linux-6.3-rc2/kernel/ |
A D | crash_core.c | 57 total_mem = roundup(total_mem, SZ_128M); in parse_crashkernel_mem()
|
/linux-6.3-rc2/arch/arm64/lib/ |
A D | insn.c | 272 offset = label_imm_common(pc, addr, SZ_128M); in aarch64_insn_gen_branch_imm() 273 if (offset >= SZ_128M) in aarch64_insn_gen_branch_imm()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | fs.h | 15 #define BTRFS_MAX_EXTENT_SIZE SZ_128M
|