Home
last modified time | relevance | path

Searched refs:tnt_cache (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-tnt_cache.c42 memset(&tnt_cache, 0xcd, sizeof(tnt_cache)); in init()
77 tnt_cache.index = 1ull; in is_empty_no()
90 tnt_cache.index = 0ull; in is_empty_yes()
113 tnt_cache.tnt = 1ull; in query_taken()
114 tnt_cache.index = 1ull; in query_taken()
128 tnt_cache.tnt = 0ull; in query_not_taken()
129 tnt_cache.index = 1ull; in query_not_taken()
143 tnt_cache.index = 0ull; in query_empty()
186 tnt_cache.tnt = 42ull; in update_tnt_not_empty()
187 tnt_cache.index = 12ull; in update_tnt_not_empty()
[all …]
/freebsd-13.1/contrib/processor-trace/libipt/
H A DCMakeLists.txt120 add_ptunit_std_test(tnt_cache)