Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_retstack.c63 top = (!top ? pt_retstack_size : top - 1); in pt_retstack_pop()
85 top = (top == pt_retstack_size ? 0 : top + 1); in pt_retstack_push()
88 bottom = (bottom == pt_retstack_size ? 0 : bottom + 1); in pt_retstack_push()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-retstack.c164 for (idx = 0; idx < pt_retstack_size; ++idx) { in full()
172 for (idx = pt_retstack_size; idx > 0;) { in full()
194 for (idx = 0; idx <= pt_retstack_size; ++idx) { in overflow()
202 for (idx = pt_retstack_size; idx > 0; --idx) { in overflow()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_retstack.h37 pt_retstack_size = 64 enumerator
47 uint64_t stack[pt_retstack_size + 1];