/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | retpoline.S | 22 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 D | retpoline.S | 37 __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 D | vsyscall_emu_64.S | 23 int3 29 int3 35 int3
|
/kernel/linux/linux-6.6/arch/x86/entry/vsyscall/ |
H A D | vsyscall_emu_64.S | 23 int3 29 int3 35 int3
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | relocate_kernel_64.S | 110 int3 199 int3 220 int3 243 int3 302 int3
|
H A D | relocate_kernel_32.S | 98 int3 168 int3 202 int3 222 int3 287 int3
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | relocate_kernel_64.S | 112 int3 209 int3 230 int3 254 int3 313 int3
|
H A D | relocate_kernel_32.S | 98 int3 168 int3 202 int3 222 int3 287 int3
|
H A D | ftrace_64.S | 302 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 D | sigreturn.c | 93 * 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 D | sigreturn.c | 93 * 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 D | traps.h | 248 unsigned short int3[2]; member 258 unsigned short int3[4]; member
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | traps.h | 248 unsigned short int3[2]; member 258 unsigned short int3[4]; member
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | stub_64.S | 51 int3
|
H A D | stub_32.S | 51 int3
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | linkage.h | 25 #define RET ret; int3 37 #define ASM_RET "ret; int3\n\t"
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | stub_64.S | 50 int3
|
H A D | stub_32.S | 56 int3
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/ |
H A D | ip22-hpc.c | 50 sgint = &sgioc->int3; in sgihpc_init()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/ |
H A D | ip22-hpc.c | 50 sgint = &sgioc->int3; in sgihpc_init()
|
/kernel/linux/linux-5.10/arch/x86/kernel/kprobes/ |
H A D | core.c | 224 * 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 D | core.c | 217 * 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 D | linkage.h | 47 #define RET ret; int3 59 #define ASM_RET "ret; int3\n\t"
|
H A D | nospec-branch.h | 140 int3; \ 249 int3
|
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | efi_thunk_64.S | 88 int3
|