Lines Matching full:which
82 translation buffer which contains code running on all cores. Any
106 which when full will force a flush of all translations and start from
129 Any TranslationBlocks which have been patched to jump directly to the
140 The global page table (l1_map) which provides a multi-level look-up
141 for PageDesc structures which contain pointers to the start of a
165 which is designed for concurrent safe lookup.
177 handled with a per-vCPU TLB structure which once populated will allow
179 translated code. It is possible to set flags in the TLB address which
220 some architectures which only need flushes completed by a barrier
284 also implicit memory ordering semantics which comes with each guest
300 The system currently has a tcg_gen_mb() which will add memory barrier
328 The first type offer a simple atomic instruction which will guarantee
333 The second type offer a pair of load/store instructions which offer a
355 The TCG provides a number of atomic helpers (tcg_gen_atomic_*) which
359 this may be a problem - typically presenting a locking ABI which
365 an exclusive lock which ensures all emulation is serialised.