Home
last modified time | relevance | path

Searched refs:SZ_2K (Results 1 – 25 of 47) sorted by relevance

12

/linux-6.12.1/arch/sh/boards/mach-sdk7786/
Dsram.c50 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/
Dgpio16xx.c31 .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,
Dgpio15xx.c24 .end = OMAP1_MPUIO_VBASE + SZ_2K - 1,
65 .end = OMAP1510_GPIO_BASE + SZ_2K - 1,
Dserial.c120 ioremap(serial_platform_data[i].mapbase, SZ_2K); in omap_serial_init()
Ddma.c82 .end = OMAP1_DMA_BASE + SZ_2K - 1,
/linux-6.12.1/arch/arm/mach-tegra/
Diomap.h77 #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/
Dvectors.h66 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()
Dvirt.h77 #define ARM64_VECTOR_TABLE_LEN SZ_2K
Dspectre.h13 #define __BP_HARDEN_HYP_VECS_SZ ((BP_HARDEN_EL2_SLOTS - 1) * SZ_2K)
Dkvm_mmu.h192 return base + (idx * SZ_2K); in __kvm_vector_slot2addr()
/linux-6.12.1/rust/kernel/
Dsizes.rs10 pub const SZ_2K: usize = bindings::SZ_2K as usize; constant
/linux-6.12.1/fs/smb/client/
Dcompress.c189 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/
Domap_cf.c164 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/
Dnand_ids.c31 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) },
Darasan-nand-controller.c113 #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/
Dsizes.h22 #define SZ_2K 0x00000800 macro
/linux-6.12.1/arch/arm64/kernel/
Dvmlinux.lds.S302 .mmuoff.data.write : ALIGN(SZ_2K) {
306 . = ALIGN(SZ_2K);
/linux-6.12.1/include/linux/
Dsizes.h22 #define SZ_2K 0x00000800 macro
/linux-6.12.1/arch/loongarch/kernel/
Dinst.c316 if (imm < -SZ_2K || imm >= SZ_2K) { in larch_insn_gen_lu52id()
/linux-6.12.1/drivers/spi/
Dspi-nxp-fspi.c341 .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/
Dtsnep_hw.h157 #define TSNEP_GCL_SIZE SZ_2K
/linux-6.12.1/drivers/net/ethernet/ti/icssg/
Dicssg_config.h138 #define MSMC_RAM_SIZE_SR1 (SZ_64K + SZ_32K + SZ_2K) /* 0x1880 x 8 x 2 */
/linux-6.12.1/drivers/net/ethernet/renesas/
Dravb_main.c2684 .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/
Dhyp-entry.S254 .org 0b + SZ_2K // Safety measure
/linux-6.12.1/tools/testing/memblock/tests/
Dbasic_api.c696 .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()

12