Home
last modified time | relevance | path

Searched refs:int3 (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-6.6/arch/x86/lib/
H A Dretpoline.S22 int3
41 __stringify(lfence; ANNOTATE_RETPOLINE_SAFE; jmp *%\reg; int3), X86_FEATURE_RETPOLINE_LFENCE, \
86 int3
112 int3
168 int3
177 int3
252 int3
265 int3
294 int3
295 int3
[all...]
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dretpoline.S37 __stringify(lfence; ANNOTATE_RETPOLINE_SAFE; jmp *%\reg; int3), X86_FEATURE_RETPOLINE_LFENCE, \
109 int3
118 int3
193 int3
206 int3
234 int3
235 int3
263 int3
/kernel/linux/linux-5.10/arch/x86/entry/vsyscall/
H A Dvsyscall_emu_64.S23 int3
29 int3
35 int3
/kernel/linux/linux-6.6/arch/x86/entry/vsyscall/
H A Dvsyscall_emu_64.S23 int3
29 int3
35 int3
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Drelocate_kernel_64.S110 int3
199 int3
220 int3
243 int3
302 int3
H A Drelocate_kernel_32.S98 int3
168 int3
202 int3
222 int3
287 int3
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Drelocate_kernel_64.S112 int3
209 int3
230 int3
254 int3
313 int3
H A Drelocate_kernel_32.S98 int3
168 int3
202 int3
222 int3
287 int3
H A Dftrace_64.S302 int3
306 __stringify(ANNOTATE_UNRET_SAFE; ret; int3), \
373 int3
377 __stringify(ANNOTATE_UNRET_SAFE; ret; int3), \
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dsigreturn.c93 * An aligned int3 instruction used as a trampoline. Some of the tests
95 * before the int3.
98 ".type int3, @function\n\t"
100 "int3:\n\t"
102 "int3\n\t"
103 ".size int3, . - int3\n\t"
106 extern char int3[4096];
113 * - code16_sel: A 16-bit LDT code segment pointing to int3.
115 * - npcode32_sel: A 32-bit not-present LDT code segment pointing to int3
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dsigreturn.c93 * An aligned int3 instruction used as a trampoline. Some of the tests
95 * before the int3.
98 ".type int3, @function\n\t"
100 "int3:\n\t"
102 "int3\n\t"
103 ".size int3, . - int3\n\t"
106 extern char int3[4096];
113 * - code16_sel: A 16-bit LDT code segment pointing to int3.
115 * - npcode32_sel: A 32-bit not-present LDT code segment pointing to int3
[all...]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dtraps.h248 unsigned short int3[2]; member
258 unsigned short int3[4]; member
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dtraps.h248 unsigned short int3[2]; member
258 unsigned short int3[4]; member
/kernel/linux/linux-5.10/arch/x86/um/
H A Dstub_64.S51 int3
H A Dstub_32.S51 int3
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dlinkage.h25 #define RET ret; int3
37 #define ASM_RET "ret; int3\n\t"
/kernel/linux/linux-6.6/arch/x86/um/
H A Dstub_64.S50 int3
H A Dstub_32.S56 int3
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/
H A Dip22-hpc.c50 sgint = &sgioc->int3; in sgihpc_init()
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/
H A Dip22-hpc.c50 sgint = &sgioc->int3; in sgihpc_init()
/kernel/linux/linux-5.10/arch/x86/kernel/kprobes/
H A Dcore.c224 * by int3. And the instruction at kp->addr is not modified by kprobes in __recover_probed_insn()
375 /* Prepare reljump or int3 right after instruction */
393 /* Otherwise, put an int3 for trapping singlestep */ in prepare_singlestep()
596 * int3 single stepping. in prepare_emulation()
609 case 0xcc: /* int3 */ in prepare_emulation()
716 /* Add int3 for single-step or booster jmp */ in arch_copy_kprobe()
761 u8 int3 = INT3_INSN_OPCODE; in arch_arm_kprobe() local
763 text_poke(p->addr, &int3, 1); in arch_arm_kprobe()
765 perf_event_text_poke(p->addr, &p->opcode, 1, &int3, 1); in arch_arm_kprobe()
770 u8 int3 in arch_disarm_kprobe() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/kprobes/
H A Dcore.c217 * by int3. And the instruction at kp->addr is not modified by kprobes in __recover_probed_insn()
417 /* Prepare reljump or int3 right after instruction */
435 /* Otherwise, put an int3 for trapping singlestep */ in prepare_singlestep()
603 * int3 single stepping. in prepare_emulation()
616 case 0xcc: /* int3 */ in prepare_emulation()
725 /* Add int3 for single-step or booster jmp */ in arch_copy_kprobe()
770 u8 int3 = INT3_INSN_OPCODE; in arch_arm_kprobe() local
772 text_poke(p->addr, &int3, 1); in arch_arm_kprobe()
774 perf_event_text_poke(p->addr, &p->opcode, 1, &int3, 1); in arch_arm_kprobe()
779 u8 int3 in arch_disarm_kprobe() local
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dlinkage.h47 #define RET ret; int3
59 #define ASM_RET "ret; int3\n\t"
H A Dnospec-branch.h140 int3; \
249 int3
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H A Defi_thunk_64.S88 int3

Completed in 10 milliseconds

12