Home
last modified time | relevance | path

Searched refs:icache (Results 1 – 25 of 30) sorted by relevance

12

/external/iproute2/lib/
Dinet_proto.c29 static int icache = -1; in inet_proto_n2a() local
32 if (proto == icache) in inet_proto_n2a()
37 if (icache != -1) in inet_proto_n2a()
39 icache = proto; in inet_proto_n2a()
51 static int icache = -1; in inet_proto_a2n() local
55 if (icache != -1 && strcmp(ncache, buf) == 0) in inet_proto_a2n()
56 return icache; in inet_proto_a2n()
63 if (icache != -1) in inet_proto_a2n()
65 icache = pe->p_proto; in inet_proto_a2n()
/external/e2fsprogs/lib/ext2fs/
Dinode.c69 if (!fs->icache) in ext2fs_flush_icache()
72 for (i=0; i < fs->icache->cache_size; i++) in ext2fs_flush_icache()
73 fs->icache->cache[i].ino = 0; in ext2fs_flush_icache()
75 fs->icache->buffer_blk = 0; in ext2fs_flush_icache()
82 void ext2fs_free_inode_cache(struct ext2_inode_cache *icache) in ext2fs_free_inode_cache() argument
86 if (--icache->refcount) in ext2fs_free_inode_cache()
88 if (icache->buffer) in ext2fs_free_inode_cache()
89 ext2fs_free_mem(&icache->buffer); in ext2fs_free_inode_cache()
90 for (i = 0; i < icache->cache_size; i++) in ext2fs_free_inode_cache()
91 ext2fs_free_mem(&icache->cache[i].inode); in ext2fs_free_inode_cache()
[all …]
Dfreefs.c55 if (fs->icache) in ext2fs_free()
56 ext2fs_free_inode_cache(fs->icache); in ext2fs_free()
Ddupfs.c48 if (fs->icache) in ext2fs_dup_handle()
49 fs->icache->refcount++; in ext2fs_dup_handle()
Dtst_fs_struct.c70 check_field(icache); in main()
Dinline_data.c809 if (!fs->icache) { in main()
815 if (!fs->icache) { in main()
822 for (i = 0; i < fs->icache->cache_size; i++) in main()
823 fs->icache->cache[i].ino = first_ino++; in main()
Dext2fs.h269 struct ext2_inode_cache *icache; member
1496 extern void ext2fs_free_inode_cache(struct ext2_inode_cache *icache);
/external/u-boot/doc/device-tree-bindings/cpu/
Dnios2.txt16 - icache-line-size: Contains instruction line size.
18 - icache-size: Contains instruction cache size.
39 icache-line-size = <32>;
41 icache-size = <32768>;
/external/u-boot/board/synopsys/hsdk/
Dhsdk.c76 u32_env icache; member
109 u32 icache; member
125 { "icache_ena", ENV_HEX, true, 0, 1, &env_common.icache },
175 value = env_common.icache.val; in sync_cross_cpu_data()
176 arc_write_uncached_32(&cross_cpu_data.icache, value); in sync_cross_cpu_data()
203 if (arc_read_uncached_32(&cross_cpu_data.icache)) in init_slave_cpu_func()
228 if (!env_common.icache.val) in init_master_icache()
232 if (env_common.icache.val) { in init_master_icache()
/external/u-boot/cmd/
Dcache.c94 icache, 2, 1, do_icache,
/external/u-boot/arch/nios2/dts/
D3c120_devboard.dts28 icache-line-size = <32>;
30 icache-size = <32768>;
D10m50_devboard.dts42 icache-line-size = <32>;
43 icache-size = <32768>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DMemory.inc174 // Certain ARM implementations treat icache clear instruction as a memory read,
204 // icache invalidation for PPC and ARM.
/external/u-boot/arch/arm/cpu/armv7/
Dstart.S101 mcr p15, 0, r0, c7, c5, 0 @ invalidate icache
145 mcr p15, 0, r0, c7, c5, 0 @ invalidate icache
/external/llvm/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt14 code, including icache pollution].
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt14 code, including icache pollution].
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt14 code, including icache pollution].
/external/u-boot/board/freescale/m52277evb/
DREADME18 - arch/m68k/cpu/mcf5227x/cpu_init.c FBCS, Mux pins, icache and RTC extra regs
205 icache - enable or disable instruction cache
/external/u-boot/doc/
DREADME.m54418twr20 - arch/m68k/cpu/mcf5445x/cpu_init.c Flexbus ChipSelect, Mux pins setup, icache and RTC extra regs
214 icache - enable or disable instruction cache
/external/u-boot/board/freescale/m547xevb/
DREADME19 - arch/m68k/cpu/mcf547x_8x/cpu_init.c Flexbus ChipSelect, Mux pins setup, icache and RTC extra regs
235 icache - enable or disable instruction cache
/external/u-boot/board/freescale/m5373evb/
DREADME19 - arch/m68k/cpu/mcf532x/cpu_init.c FBCS, Mux pins, icache and RTC extra regs
216 icache - enable or disable instruction cache
/external/u-boot/board/freescale/m53017evb/
DREADME19 - arch/m68k/cpu/mcf532x/cpu_init.c FBCS, Mux pins, icache and RTC extra regs
/external/u-boot/board/freescale/m54455evb/
DREADME22 - arch/m68k/cpu/mcf5445x/cpu_init.c Flexbus ChipSelect, Mux pins setup, icache and RTC extra regs
305 icache - enable or disable instruction cache
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DMemory.inc294 // icache invalidation for PPC and ARM.
/external/llvm/lib/Support/Unix/
DMemory.inc307 // icache invalidation for PPC and ARM.

12