Home
last modified time | relevance | path

Searched refs:SZ_16M (Results 1 – 25 of 66) sorted by relevance

123

/linux/arch/arm/mach-spear/
H A Dspear13xx.c62 .length = SZ_16M,
67 .length = SZ_16M,
72 .length = SZ_16M,
H A Dspear3xx.c55 .length = SZ_16M,
60 .length = SZ_16M,
H A Dspear6xx.c347 .length = 2 * SZ_16M,
352 .length = SZ_16M,
357 .length = SZ_16M,
H A Dspear1310.c44 .length = SZ_16M,
/linux/drivers/iommu/
H A Domap-iommu.h210 (((bytes) >= SZ_16M) ? SZ_16M : \
216 (((bytes) == SZ_16M) ? MMU_CAM_PGSZ_16M : \
222 (((iopgsz) == MMU_CAM_PGSZ_16M) ? SZ_16M : \
/linux/rust/kernel/
H A Dsizes.rs36 pub const SZ_16M: usize = bindings::SZ_16M as usize; constant
/linux/drivers/mtd/spi-nor/
H A Dgigadevice.c58 .size = SZ_16M,
82 .size = SZ_16M,
H A Dissi.c101 .size = SZ_16M,
121 .size = SZ_16M,
H A Dxmc.c20 .size = SZ_16M,
H A Deon.c61 .size = SZ_16M,
/linux/tools/testing/nvdimm/test/
H A Dndtest.c106 .size = SZ_16M,
112 .size = SZ_16M,
120 .start = SZ_16M,
121 .size = SZ_16M,
126 .start = SZ_16M,
127 .size = SZ_16M,
132 .start = SZ_16M,
133 .size = SZ_16M,
138 .start = SZ_16M,
139 .size = SZ_16M,
/linux/drivers/gpu/nova-core/
H A Ddriver.rs17 sizes::SZ_16M,
31 const BAR0_SIZE: usize = SZ_16M;
/linux/arch/sh/mm/
H A Dpmb.c61 { .size = SZ_16M, .flag = PMB_SZ_16M, },
343 if (size < SZ_16M) in pmb_bolt_mapping()
403 } while (size >= SZ_16M); in pmb_bolt_mapping()
426 if (size < SZ_16M) in pmb_remap_caller()
738 if (uncached_size == SZ_16M) in pmb_resize()
760 pmbe->size = SZ_16M; in pmb_resize()
/linux/arch/mips/include/asm/mach-loongson64/
H A Dspaces.h12 #define PCI_IOSIZE SZ_16M
/linux/arch/x86/include/asm/
H A Dcrash_reserve.h6 #define CRASH_ALIGN SZ_16M
/linux/arch/arm/mach-omap2/
H A Dusb-tusb6010.c162 status = gpmc_cs_request(async, SZ_16M, (unsigned long *) in tusb6010_setup_interface()
177 status = gpmc_cs_request(sync, SZ_16M, (unsigned long *) in tusb6010_setup_interface()
/linux/drivers/mfd/
H A Dls2k-bmc-core.c30 #define LS2K_DISPLAY_RES_START (SZ_16M + SZ_2M)
32 #define LS2K_IPMI0_RES_START (SZ_16M + 0xF00000)
434 mode = devm_ioremap(&pdev->dev, pci_resource_start(pdev, 0) + SZ_16M, SZ_16M); in ls2k_bmc_parse_mode()
/linux/tools/include/linux/
H A Dsizes.h36 #define SZ_16M 0x01000000 macro
/linux/drivers/mtd/devices/
H A Dbcm47xxsflash.h7 #define BCM47XXSFLASH_WINDOW_SZ SZ_16M
/linux/arch/powerpc/sysdev/
H A Ddart_iommu.c239 dart_tablebase = memblock_alloc_try_nid_raw(SZ_16M, SZ_16M, in allocate_dart()
/linux/arch/powerpc/mm/
H A Dioremap_32.c28 if (addr < SZ_16M) in __ioremap_caller()
/linux/arch/arm/kernel/
H A Delf.c125 *start_stack = TASK_SIZE - SZ_16M; in elf_fdpic_arch_lay_out_mm()
/linux/arch/arm/mach-orion5x/
H A Dorion5x.h54 #define ORION5X_PCIE_WA_SIZE SZ_16M
/linux/tools/testing/memblock/tests/
H A Dcommon.h15 #define PHYS_MEM_SIZE SZ_16M
H A Dbasic_api.c82 .size = SZ_16M in memblock_add_node_simple_check()
283 .base = SZ_16M, in memblock_add_within_check()
590 .size = SZ_16M in memblock_reserve_disjoint_check()
1392 .base = SZ_16M, in memblock_remove_overlap_top_check()
1501 .base = SZ_16M, in memblock_remove_within_check()
1639 .base = SZ_16M, in memblock_remove_overlap_two_check()
1773 .base = SZ_16M, in memblock_free_absent_check()
2066 .base = SZ_16M, in memblock_free_overlap_two_check()

123