Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_zstd_utils.c44 unsigned char *end_ip = lz4s_buff + lz4s_buff_size; in qat_alg_dec_lz4s() local
57 while (ip < end_ip) { in qat_alg_dec_lz4s()
90 if (ip == end_ip) { in qat_alg_dec_lz4s()
/linux/tools/perf/util/
H A Dunwind-libunwind-local.c473 di.end_ip = map__end(map); in find_proc_info()