/linux-6.12.1/arch/sh/boards/mach-sdk7786/ |
D | sram.c | 50 vaddr = ioremap(phys, SZ_2K); in fpga_sram_init() 58 SZ_2K >> 10, phys, phys + SZ_2K - 1, area); in fpga_sram_init() 60 ret = gen_pool_add(sram_pool, (unsigned long)vaddr, SZ_2K, -1); in fpga_sram_init()
|
/linux-6.12.1/arch/arm/mach-omap1/ |
D | gpio16xx.c | 31 .end = OMAP1_MPUIO_VBASE + SZ_2K - 1, 72 .end = OMAP1610_GPIO1_BASE + SZ_2K - 1, 116 .end = OMAP1610_GPIO2_BASE + SZ_2K - 1, 144 .end = OMAP1610_GPIO3_BASE + SZ_2K - 1, 172 .end = OMAP1610_GPIO4_BASE + SZ_2K - 1,
|
D | gpio15xx.c | 24 .end = OMAP1_MPUIO_VBASE + SZ_2K - 1, 65 .end = OMAP1510_GPIO_BASE + SZ_2K - 1,
|
D | serial.c | 120 ioremap(serial_platform_data[i].mapbase, SZ_2K); in omap_serial_init()
|
D | dma.c | 82 .end = OMAP1_DMA_BASE + SZ_2K - 1,
|
/linux-6.12.1/arch/arm/mach-tegra/ |
D | iomap.h | 77 #define TEGRA_EMC0_SIZE SZ_2K 80 #define TEGRA_EMC1_SIZE SZ_2K 83 #define TEGRA124_EMC_SIZE SZ_2K
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | vectors.h | 66 return (char *)(TRAMP_VALIAS + SZ_2K * slot); in arm64_get_bp_hardening_vector() 70 return __bp_harden_el1_vectors + SZ_2K * slot; in arm64_get_bp_hardening_vector()
|
D | virt.h | 77 #define ARM64_VECTOR_TABLE_LEN SZ_2K
|
D | spectre.h | 13 #define __BP_HARDEN_HYP_VECS_SZ ((BP_HARDEN_EL2_SLOTS - 1) * SZ_2K)
|
D | kvm_mmu.h | 192 return base + (idx * SZ_2K); in __kvm_vector_slot2addr()
|
/linux-6.12.1/rust/kernel/ |
D | sizes.rs | 10 pub const SZ_2K: usize = bindings::SZ_2K as usize; constant
|
/linux-6.12.1/fs/smb/client/ |
D | compress.c | 189 len2 = min_t(size_t, len, SZ_2K); in collect_sample() 197 if (len2 < SZ_2K || s >= max - SZ_2K) in collect_sample() 225 const size_t read_size = SZ_2K, bkt_size = 256, max = SZ_4M; in is_compressible()
|
/linux-6.12.1/drivers/pcmcia/ |
D | omap_cf.c | 164 io->stop = io->start + SZ_2K - 1; in omap_cf_set_io_map() 179 map->static_start += SZ_2K; in omap_cf_set_mem_map() 273 cf->socket.map_size = SZ_2K; in omap_cf_probe()
|
/linux-6.12.1/drivers/mtd/nand/raw/ |
D | nand_ids.c | 31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), }, 63 SZ_2K, SZ_512, SZ_128K, 0, 5, 128, NAND_ECC_INFO(8, SZ_512) },
|
D | arasan-nand-controller.c | 113 #define ANFC_MAX_STEPS SZ_2K 114 #define ANFC_MAX_PKT_SIZE (SZ_2K - 1) 1118 case SZ_2K: in anfc_init_hw_ecc_controller()
|
/linux-6.12.1/tools/include/linux/ |
D | sizes.h | 22 #define SZ_2K 0x00000800 macro
|
/linux-6.12.1/arch/arm64/kernel/ |
D | vmlinux.lds.S | 302 .mmuoff.data.write : ALIGN(SZ_2K) { 306 . = ALIGN(SZ_2K);
|
/linux-6.12.1/include/linux/ |
D | sizes.h | 22 #define SZ_2K 0x00000800 macro
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | inst.c | 316 if (imm < -SZ_2K || imm >= SZ_2K) { in larch_insn_gen_lu52id()
|
/linux-6.12.1/drivers/spi/ |
D | spi-nxp-fspi.c | 341 .ahb_buf_size = SZ_2K, /* (256 * 64 bits) */ 350 .ahb_buf_size = SZ_2K, /* (256 * 64 bits) */ 359 .ahb_buf_size = SZ_2K, /* (256 * 64 bits) */ 368 .ahb_buf_size = SZ_2K, /* (256 * 64 bits) */ 377 .ahb_buf_size = SZ_2K, /* (256 * 64 bits) */
|
/linux-6.12.1/drivers/net/ethernet/engleder/ |
D | tsnep_hw.h | 157 #define TSNEP_GCL_SIZE SZ_2K
|
/linux-6.12.1/drivers/net/ethernet/ti/icssg/ |
D | icssg_config.h | 138 #define MSMC_RAM_SIZE_SR1 (SZ_64K + SZ_32K + SZ_2K) /* 0x1880 x 8 x 2 */
|
/linux-6.12.1/drivers/net/ethernet/renesas/ |
D | ravb_main.c | 2684 .tx_max_frame_size = SZ_2K, 2685 .rx_max_frame_size = SZ_2K, 2686 .rx_buffer_size = SZ_2K + 2707 .tx_max_frame_size = SZ_2K, 2708 .rx_max_frame_size = SZ_2K, 2709 .rx_buffer_size = SZ_2K + 2733 .tx_max_frame_size = SZ_2K, 2734 .rx_max_frame_size = SZ_2K, 2735 .rx_buffer_size = SZ_2K + 2759 .rx_max_frame_size = SZ_2K, [all …]
|
/linux-6.12.1/arch/arm64/kvm/hyp/ |
D | hyp-entry.S | 254 .org 0b + SZ_2K // Safety measure
|
/linux-6.12.1/tools/testing/memblock/tests/ |
D | basic_api.c | 696 .base = SZ_2K, in memblock_reserve_overlap_bottom_check() 1287 .base = SZ_2K, in memblock_remove_simple_check() 1543 .base = SZ_2K, in memblock_remove_only_region_check() 1971 .base = SZ_2K, in memblock_free_only_region_check()
|