Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_transtab.h95 typedef UShort TTEno; // TTEno type identifies a TT entry in a sector. typedef
99 #define INV_TTE ((TTEno)0xFFFF)
104 TTEno to_tteNo,
109 /*OUT*/TTEno* res_tteNo,
Dm_transtab.c111 TTEno from_tteNo; /* TTE number in given sector */
123 TTEno to_tteNo; /* TTE number in given sector */
180 TTEno next_empty_tte; // if status != InUse
376 TTEno tteNo;
399 TTEno* htt;
413 TTEno empty_tt_list;
421 TTEno* ec2tte[ECLASS_N];
535 static inline TTEntryC* index_tteC ( SECno sNo, TTEno tteNo ) in index_tteC()
547 static inline TTEntryH* index_tteH ( SECno sNo, TTEno tteNo ) in index_tteH()
760 const TTEno tteNo = hx->tteNo; in HostExtent__is_dead()
[all …]
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1078 TTEno to_tteNo = INV_TTE; in handle_chain_me()