x86_32_common::flush is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

x86_32_common::flush field

Syntax

int flush;

References

LocationReferrerText
x86_32_common.h:211
int flush;
lakemont.c:239irscan()
if (x86_32->flush) {
lakemont.c:268drscan()
if (x86_32->flush) {
lakemont.c:641read_hw_reg()
x86_32->flush = 0; /* don't flush scans till we have a batch */
lakemont.c:648read_hw_reg()
x86_32->flush = 1;
lakemont.c:685write_hw_reg()
x86_32->flush = 0; /* don't flush scans till we have a batch */
lakemont.c:695write_hw_reg()
x86_32->flush = 1;
lakemont.c:810submit_pir()
int flush = x86_32->flush;
lakemont.c:811submit_pir()
x86_32->flush = 0;
lakemont.c:818submit_pir()
x86_32->flush = flush;
x86_32_common.c:93x86_32_common_init_arch_info()
x86_32->flush = 1;

Data Use

Functions writing x86_32_common::flush
Functions reading x86_32_common::flush
x86_32_common::flush
all items filtered out