Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dmemattr.h30 MEM_WO, /* write only */ enumerator
H A Dmemattr.c361 attrib.mode = MEM_WO; in mem_command()
494 case MEM_WO: in mem_info_command()
H A Ddcache.c337 if (region->attrib.mode == MEM_WO) in dcache_read_line()
H A Dtarget.c1541 case MEM_WO: in memory_xfer_partial_1()
2213 if (region->attrib.mode == MEM_NONE || region->attrib.mode == MEM_WO) in VEC()