Searched refs:dcache_alloc (Results 1 – 4 of 4) sorted by relevance
175 static struct dcache_block *dcache_alloc (DCACHE *dcache, CORE_ADDR addr);385 dcache_alloc (DCACHE *dcache, CORE_ADDR addr) in dcache_alloc() function452 db = dcache_alloc (dcache, addr); in dcache_peek_byte()479 db = dcache_alloc (dcache, addr); in dcache_poke_byte()
1928 (dcache_alloc): Return NULL if write of reclaimed cache line fails.1930 dcache_alloc() returns a NULL data block pointer. 2364 * dcache.c (dcache_alloc): Changed to take address of line as an
2084 (dcache_alloc): Move assignment of db out of test and combine
9649 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.