Home
last modified time | relevance | path

Searched refs:inst_len (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_pro_frame.c57 Dwarf_Unsigned inst_len, Dwarf_Error *error) in dwarf_add_frame_cie() argument
85 if (initinst != NULL && inst_len > 0) { in dwarf_add_frame_cie()
86 cie->cie_initinst = malloc((size_t) inst_len); in dwarf_add_frame_cie()
91 memcpy(cie->cie_initinst, initinst, inst_len); in dwarf_add_frame_cie()
92 cie->cie_instlen = inst_len; in dwarf_add_frame_cie()
H A Ddwarf_frame.c224 Dwarf_Unsigned *inst_len, Dwarf_Error *error) in dwarf_get_cie_info() argument
229 initinst == NULL || inst_len == NULL) { in dwarf_get_cie_info()
241 *inst_len = cie->cie_instlen; in dwarf_get_cie_info()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dscore-tdep.c166 int inst_len; in score3_adjust_pc_and_fetch_inst() member
252 && (bk_table[bk_index].inst_len == 0))); in score3_adjust_pc_and_fetch_inst()
254 inst.len = bk_table[bk_index].inst_len; in score3_adjust_pc_and_fetch_inst()
281 *lenptr = bk_table[bk_index].inst_len; in score3_adjust_pc_and_fetch_inst()
855 int inst_len = 0; in score7_analyze_prologue() local
868 for (; cur_pc < pc; prev_pc = cur_pc, cur_pc += inst_len) in score7_analyze_prologue()
888 inst_len = SCORE16_INSTLEN; in score7_analyze_prologue()
934 inst_len = SCORE_INSTLEN; in score7_analyze_prologue()
1065 int inst_len = 0; in score3_analyze_prologue() local
1070 for (; cur_pc < pc; cur_pc += inst_len) in score3_analyze_prologue()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dscore-tdep.c166 int inst_len; in score3_adjust_pc_and_fetch_inst() member
252 && (bk_table[bk_index].inst_len == 0))); in score3_adjust_pc_and_fetch_inst()
254 inst.len = bk_table[bk_index].inst_len; in score3_adjust_pc_and_fetch_inst()
281 *lenptr = bk_table[bk_index].inst_len; in score3_adjust_pc_and_fetch_inst()
855 int inst_len = 0; in score7_analyze_prologue() local
868 for (; cur_pc < pc; prev_pc = cur_pc, cur_pc += inst_len) in score7_analyze_prologue()
888 inst_len = SCORE16_INSTLEN; in score7_analyze_prologue()
934 inst_len = SCORE_INSTLEN; in score7_analyze_prologue()
1065 int inst_len = 0; in score3_analyze_prologue() local
1070 for (; cur_pc < pc; cur_pc += inst_len) in score3_analyze_prologue()
[all …]
/netbsd/sys/dev/nvmm/x86/
H A Dnvmm_x86.h41 uint8_t inst_len; member
H A Dnvmm_x86_svm.c401 uint8_t inst_len; member
1326 exit->u.mem.inst_len = cpudata->vmcb->ctrl.inst_len; in svm_exit_npf()
H A Dnvmm_x86_vmx.c2001 exit->u.mem.inst_len = 0; in vmx_exit_epf()
/netbsd/lib/libnvmm/
H A Dlibnvmm_x86.c2676 x86_decode(uint8_t *inst_bytes, size_t inst_len, struct x86_instr *instr, in x86_decode() argument
2693 fsm.end = inst_bytes + inst_len; in x86_decode()
2700 "with max length %ld : [ ", __func__, inst_len); in x86_decode()
2701 for (uint i = 0; i < inst_len; i++) in x86_decode()
3182 exit->u.mem.inst_len = fetchsize; in fetch_instruction()
3431 if (exit->u.mem.inst_len == 0) { in nvmm_assist_mem()
3441 ret = x86_decode(exit->u.mem.inst_bytes, exit->u.mem.inst_len, in nvmm_assist_mem()