Searched refs:grant_read (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/
H A Dtlb.cc858 // grant_read is used for faults from an atomic instruction that
862 bool grant_read = true; local
872 grant_read = hap & 0x1;
879 grant = grant_read;
885 grant_read = ap & 0x1;
919 grant_read = false;
959 grant_read = false;
1006 (is_atomic && !grant_read) ? false : is_write,

Completed in 5 milliseconds