Home
last modified time | relevance | path

Searched refs:SZ_128M (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.3-rc2/fs/btrfs/tests/
A Dfree-space-tests.c440 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 Dftrace_dyn.c86 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 Dinst.c186 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 Dmodule.c110 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 Dalternative.c81 BUG_ON(offset < -SZ_128M || offset >= SZ_128M); in recompute_jump()
/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci-of-sparx5.c46 ((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 Dsdhci-of-dwcmshc.c75 ((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 Ddove.h27 #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 Dorion5x.h57 #define ORION5X_PCIE_MEM_SIZE SZ_128M
60 #define ORION5X_PCI_MEM_SIZE SZ_128M
/linux-6.3-rc2/tools/include/linux/
A Dsizes.h39 #define SZ_128M 0x08000000 macro
/linux-6.3-rc2/include/linux/
A Dsizes.h39 #define SZ_128M 0x08000000 macro
/linux-6.3-rc2/arch/arm64/kernel/
A Dftrace.c230 if (offset >= -SZ_128M && offset < SZ_128M) in ftrace_find_callable_addr()
/linux-6.3-rc2/drivers/pci/controller/
A Dpcie-iproc-bcma.c59 pcie->mem.end = bdev->addr_s[0] + SZ_128M - 1; in iproc_bcma_pcie_probe()
A Dpcie-brcmstb.c1001 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 Dpci-ftpci100.c150 case SZ_128M: in faraday_res_to_memcfg()
A Dpci-xgene.c375 min_size = SZ_128M; in xgene_pcie_setup_ob_reg()
/linux-6.3-rc2/arch/mips/generic/
A Dboard-sead3.c31 { 0, SZ_256M + SZ_128M },
/linux-6.3-rc2/arch/s390/mm/
A Dmmap.c63 gap_min = SZ_128M; in mmap_base()
/linux-6.3-rc2/arch/powerpc/kexec/
A Dcore.c149 crashk_res.start = min_t(u64, ppc64_rma_size / 2, SZ_128M); in reserve_crashkernel()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dmemory.h49 #define MODULES_VSIZE (SZ_128M)
/linux-6.3-rc2/tools/testing/memblock/tests/
A Dbasic_api.c230 .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 Dsetup.c495 "a"(SZ_128M), "a"(SZ_512M), in cpu_reset()
/linux-6.3-rc2/kernel/
A Dcrash_core.c57 total_mem = roundup(total_mem, SZ_128M); in parse_crashkernel_mem()
/linux-6.3-rc2/arch/arm64/lib/
A Dinsn.c272 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 Dfs.h15 #define BTRFS_MAX_EXTENT_SIZE SZ_128M

Completed in 38 milliseconds

12