Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_CACHELINE_SIZE (Results 1 – 25 of 91) sorted by relevance

1234

/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcache.h14 #ifndef CONFIG_SYS_CACHELINE_SIZE
15 #define CONFIG_SYS_CACHELINE_SIZE 64 macro
18 #define ARCH_DMA_MINALIGN CONFIG_SYS_CACHELINE_SIZE
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/
H A Dcache.c26 start &= ~(CONFIG_SYS_CACHELINE_SIZE - 1); in invalidate_dcache_range()
27 stop &= ~(CONFIG_SYS_CACHELINE_SIZE - 1); in invalidate_dcache_range()
31 start += CONFIG_SYS_CACHELINE_SIZE; in invalidate_dcache_range()
/rk3399_rockchip-uboot/arch/powerpc/lib/
H A Dcache.c17 start = start_addr & ~(CONFIG_SYS_CACHELINE_SIZE - 1); in flush_cache()
21 addr += CONFIG_SYS_CACHELINE_SIZE) { in flush_cache()
29 addr += CONFIG_SYS_CACHELINE_SIZE) { in flush_cache()
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dcache.h16 #ifdef CONFIG_SYS_CACHELINE_SIZE
17 #define ARCH_DMA_MINALIGN CONFIG_SYS_CACHELINE_SIZE
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/
H A Dcache.c34 start += CONFIG_SYS_CACHELINE_SIZE; in invalidate_dcache_range()
45 start += CONFIG_SYS_CACHELINE_SIZE; in flush_dcache_range()
/rk3399_rockchip-uboot/arch/arm/cpu/arm11/
H A Dcpu.c74 start += CONFIG_SYS_CACHELINE_SIZE; in invalidate_dcache_range()
85 start += CONFIG_SYS_CACHELINE_SIZE; in flush_dcache_range()
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dcache.h58 #ifdef CONFIG_SYS_CACHELINE_SIZE
59 #define ARCH_DMA_MINALIGN CONFIG_SYS_CACHELINE_SIZE
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcache.c53 if (start & (CONFIG_SYS_CACHELINE_SIZE - 1)) in check_cache_range()
56 if (stop & (CONFIG_SYS_CACHELINE_SIZE - 1)) in check_cache_range()
H A Dcache-cp15.c81 startpt &= ~(CONFIG_SYS_CACHELINE_SIZE - 1); in mmu_set_region_dcache_behaviour()
83 stoppt = ALIGN(stoppt, CONFIG_SYS_CACHELINE_SIZE); in mmu_set_region_dcache_behaviour()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/
H A Dsec_entry_cpu1.S85 mov r1, #CONFIG_SYS_CACHELINE_SIZE
114 .balign CONFIG_SYS_CACHELINE_SIZE
115 .rept CONFIG_SYS_CACHELINE_SIZE/4
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dcache.h31 #ifndef CONFIG_SYS_CACHELINE_SIZE
32 #define CONFIG_SYS_CACHELINE_SIZE L1_CACHE_BYTES macro
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dcache.h198 #ifdef CONFIG_SYS_CACHELINE_SIZE
199 #define ARCH_DMA_MINALIGN CONFIG_SYS_CACHELINE_SIZE
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dcache.h23 #define CONFIG_SYS_CACHELINE_SIZE ARCH_DMA_MINALIGN macro
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dcache.h20 #define CONFIG_SYS_CACHELINE_SIZE ARCH_DMA_MINALIGN macro
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dcache.h51 #define ARCH_DMA_MINALIGN CONFIG_SYS_CACHELINE_SIZE
/rk3399_rockchip-uboot/include/configs/
H A Drk3188_common.h10 #define CONFIG_SYS_CACHELINE_SIZE 64 macro
H A Drk3368_common.h12 #define CONFIG_SYS_CACHELINE_SIZE 64 macro
H A DMCR3000.h127 #define CONFIG_SYS_CACHELINE_SIZE 16 macro
H A Damcore.h95 #define CONFIG_SYS_CACHELINE_SIZE 16 macro
H A Dmx7ulp_evk.h75 #define CONFIG_SYS_CACHELINE_SIZE 64 macro
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dio.h23 #define CACHELINE_SIZE CONFIG_SYS_CACHELINE_SIZE
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A Dtee_ufs_rpmb.c57 req_packets = memalign(CONFIG_SYS_CACHELINE_SIZE, sizeof(struct rpmb_data_frame) * req_nfrm); in rpmb_data_req()
61 rsp_packets = memalign(CONFIG_SYS_CACHELINE_SIZE, sizeof(struct rpmb_data_frame) * rsp_nfrm); in rpmb_data_req()
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_hash_cache.c19 hash_cache->cache = (u8 *)memalign(CONFIG_SYS_CACHELINE_SIZE, in hash_cache_calc()
80 ulong alignment = CONFIG_SYS_CACHELINE_SIZE; in crypto_flush_cacheline()
/rk3399_rockchip-uboot/drivers/net/
H A Dfsl_mcdmafec.c511 (struct eth_device *)memalign(CONFIG_SYS_CACHELINE_SIZE, in mcdmafec_initialize()
540 (cbd_t *) memalign(CONFIG_SYS_CACHELINE_SIZE, in mcdmafec_initialize()
543 (cbd_t *) memalign(CONFIG_SYS_CACHELINE_SIZE, in mcdmafec_initialize()
546 (char *)memalign(CONFIG_SYS_CACHELINE_SIZE, DBUF_LENGTH); in mcdmafec_initialize()
554 fec_info[i].phy_name = (char *)memalign(CONFIG_SYS_CACHELINE_SIZE, 32); in mcdmafec_initialize()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dvirt-v7.c57 unsigned long szflush = ALIGN(sz + 1, CONFIG_SYS_CACHELINE_SIZE); in relocate_secure_section()

1234