Searched refs:opcodes (Results 1 – 2 of 2) sorted by relevance
191 static int __kprobes can_boost(kprobe_opcode_t *opcodes) in can_boost() argument194 kprobe_opcode_t *orig_opcodes = opcodes; in can_boost()196 if (search_exception_tables(opcodes)) in can_boost()200 if (opcodes - orig_opcodes > MAX_INSN_SIZE - 1) in can_boost()202 opcode = *(opcodes++); in can_boost()206 if (opcodes - orig_opcodes > MAX_INSN_SIZE - 1) in can_boost()208 return test_bit(*opcodes, in can_boost()
2211 u8 opcodes[4]; in kvm_report_emulation_failure() local2220 emulator_read_std(rip_linear, (void *)opcodes, 4, vcpu); in kvm_report_emulation_failure()2223 context, rip, opcodes[0], opcodes[1], opcodes[2], opcodes[3]); in kvm_report_emulation_failure()