Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddcache.c119 #define ENTRY_DIRTY 1 /* data at this byte needs to be written back */ macro
283 if (db->state[s] == ENTRY_DIRTY) in dcache_write_line()
295 if (db->state[e] != ENTRY_DIRTY) in dcache_write_line()
485 db->state[XFORM (addr)] = ENTRY_DIRTY; in dcache_poke_byte()