| /linux/arch/arm/mach-spear/ |
| H A D | spear13xx.c | 62 .length = SZ_16M, 67 .length = SZ_16M, 72 .length = SZ_16M,
|
| H A D | spear3xx.c | 55 .length = SZ_16M, 60 .length = SZ_16M,
|
| H A D | spear6xx.c | 347 .length = 2 * SZ_16M, 352 .length = SZ_16M, 357 .length = SZ_16M,
|
| H A D | spear1310.c | 44 .length = SZ_16M,
|
| /linux/drivers/iommu/ |
| H A D | omap-iommu.h | 210 (((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 D | sizes.rs | 36 pub const SZ_16M: usize = bindings::SZ_16M as usize; constant
|
| /linux/drivers/mtd/spi-nor/ |
| H A D | gigadevice.c | 58 .size = SZ_16M, 82 .size = SZ_16M,
|
| H A D | issi.c | 101 .size = SZ_16M, 121 .size = SZ_16M,
|
| H A D | xmc.c | 20 .size = SZ_16M,
|
| H A D | eon.c | 61 .size = SZ_16M,
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | ndtest.c | 106 .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 D | driver.rs | 17 sizes::SZ_16M, 31 const BAR0_SIZE: usize = SZ_16M;
|
| /linux/arch/sh/mm/ |
| H A D | pmb.c | 61 { .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 D | spaces.h | 12 #define PCI_IOSIZE SZ_16M
|
| /linux/arch/x86/include/asm/ |
| H A D | crash_reserve.h | 6 #define CRASH_ALIGN SZ_16M
|
| /linux/arch/arm/mach-omap2/ |
| H A D | usb-tusb6010.c | 162 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 D | ls2k-bmc-core.c | 30 #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 D | sizes.h | 36 #define SZ_16M 0x01000000 macro
|
| /linux/drivers/mtd/devices/ |
| H A D | bcm47xxsflash.h | 7 #define BCM47XXSFLASH_WINDOW_SZ SZ_16M
|
| /linux/arch/powerpc/sysdev/ |
| H A D | dart_iommu.c | 239 dart_tablebase = memblock_alloc_try_nid_raw(SZ_16M, SZ_16M, in allocate_dart()
|
| /linux/arch/powerpc/mm/ |
| H A D | ioremap_32.c | 28 if (addr < SZ_16M) in __ioremap_caller()
|
| /linux/arch/arm/kernel/ |
| H A D | elf.c | 125 *start_stack = TASK_SIZE - SZ_16M; in elf_fdpic_arch_lay_out_mm()
|
| /linux/arch/arm/mach-orion5x/ |
| H A D | orion5x.h | 54 #define ORION5X_PCIE_WA_SIZE SZ_16M
|
| /linux/tools/testing/memblock/tests/ |
| H A D | common.h | 15 #define PHYS_MEM_SIZE SZ_16M
|
| H A D | basic_api.c | 82 .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()
|