Home
last modified time | relevance | path

Searched refs:dcache_alloc (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddcache.c175 static struct dcache_block *dcache_alloc (DCACHE *dcache, CORE_ADDR addr);
385 dcache_alloc (DCACHE *dcache, CORE_ADDR addr) in dcache_alloc() function
452 db = dcache_alloc (dcache, addr); in dcache_peek_byte()
479 db = dcache_alloc (dcache, addr); in dcache_poke_byte()
H A DChangeLog-20001928 (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
H A DChangeLog-19952084 (dcache_alloc): Move assignment of db out of test and combine
H A DChangeLog-20019649 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.