Home
last modified time | relevance | path

Searched refs:ild (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/processor-trace/libipt/src/
H A Dpt_ild.c193 if (!ild) in set_imm_bytes()
266 if (ild->u.s.osz || ild->u.s.last_f2f3 == 2) { in set_imm_bytes()
279 if (!ild) in imm_dec()
286 ild->nominal_opcode = get_byte(ild, length); in imm_dec()
311 if (!ild) in compute_disp_dec()
435 ild->modrm_byte = get_byte(ild, length); in modrm_dec()
463 ild->nominal_opcode = get_byte(ild, length); in get_next_as_opcode()
928 ild->nominal_opcode = get_byte(ild, length); in prefix_vex_done()
1085 get_byte_ptr(ild, ild->disp_pos); in set_branch_target()
1090 get_byte_ptr(ild, ild->disp_pos); in set_branch_target()
[all …]
/freebsd-14.2/contrib/processor-trace/libipt/internal/include/
H A Dpt_ild.h80 static inline pti_map_enum_t pti_get_map(const struct pt_ild *ild) in pti_get_map() argument
82 return (pti_map_enum_t) ild->map; in pti_get_map()
85 static inline uint8_t pti_get_modrm_mod(const struct pt_ild *ild) in pti_get_modrm_mod() argument
87 return ild->modrm_byte >> 6; in pti_get_modrm_mod()
90 static inline uint8_t pti_get_modrm_reg(const struct pt_ild *ild) in pti_get_modrm_reg() argument
92 return (ild->modrm_byte >> 3) & 7; in pti_get_modrm_reg()
95 static inline uint8_t pti_get_modrm_rm(const struct pt_ild *ild) in pti_get_modrm_rm() argument
97 return ild->modrm_byte & 7; in pti_get_modrm_rm()
/freebsd-14.2/contrib/libpcap/
H A Doptimize.c951 struct slist *add, *tax, *ild; in opt_peep() local
987 ild = this_op(tax->next); in opt_peep()
988 if (ild == 0 || BPF_CLASS(ild->s.code) != BPF_LD || in opt_peep()
989 BPF_MODE(ild->s.code) != BPF_IND) in opt_peep()
1019 ild->s.k += s->s.k; in opt_peep()
/freebsd-14.2/contrib/processor-trace/libipt/
H A DCMakeLists.txt122 add_ptunit_std_test(ild)
/freebsd-14.2/usr.sbin/pmcstudy/
H A Dpmcstudy.c1293 struct counters *ild; in lcp_stall() local
1298 ild = find_counter(cpu, "ILD_STALL.LCP"); in lcp_stall()
1300 d1 = ild->vals[pos] * 1.0; in lcp_stall()
1303 d1 = ild->sum * 1.0; in lcp_stall()