Searched refs:instr_val (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/arch/arm/vfp/ |
D | vfpmodule.c | 781 .instr_val = 0xf2000000, 787 .instr_val = 0xf4000000, 793 .instr_val = 0xef000000, 799 .instr_val = 0xf9000000, 805 .instr_val = 0xfc000800, 811 .instr_val = 0xfd000800, 817 .instr_val = 0xfe000800, 825 .instr_val = 0x0c000a00, 886 .instr_val = 0x0c000a00,
|
/linux-6.12.1/arch/arm/kernel/ |
D | kgdb.c | 159 .instr_val = KGDB_BREAKINST, 167 .instr_val = KGDB_BREAKINST & 0xffff, 175 .instr_val = KGDB_COMPILED_BREAK, 183 .instr_val = KGDB_COMPILED_BREAK & 0xffff,
|
D | ptrace.c | 214 .instr_val = 0x07f001f0, 222 .instr_val = 0x0000de01, 230 .instr_val = 0xf7f0a000,
|
D | swp_emulate.c | 232 .instr_val = 0x01000090,
|
D | tcm.c | 247 .instr_val = TCM_REGION_READ_INSTR,
|
D | traps.c | 444 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook() 717 .instr_val = 0x0e1d0f70,
|
D | hw_breakpoint.c | 991 .instr_val = 0xee115e91, 1016 .instr_val = 0x0e000e10,
|
/linux-6.12.1/arch/arm/probes/kprobes/ |
D | core.c | 439 .instr_val = KPROBE_THUMB16_BREAKPOINT_INSTRUCTION, 447 .instr_val = KPROBE_THUMB32_BREAKPOINT_INSTRUCTION, 457 .instr_val = KPROBE_ARM_BREAKPOINT_INSTRUCTION,
|
/linux-6.12.1/arch/arm/probes/uprobes/ |
D | core.c | 206 .instr_val = (UPROBE_SWBP_ARM_INSN & 0x0fffffff), 214 .instr_val = (UPROBE_SS_ARM_INSN & 0x0fffffff),
|
/linux-6.12.1/arch/arm/include/asm/ |
D | traps.h | 14 u32 instr_val; member
|
D | thread_info.h | 114 .instr_val = 0x0c000000, in register_iwmmxt_undef_handler()
|
/linux-6.12.1/arch/arm64/kernel/ |
D | proton-pack.c | 527 const u32 instr_val = 0xd500401f | PSTATE_SSBS; in try_emulate_el1_ssbs() local 529 if ((instr & instr_mask) != instr_val) in try_emulate_el1_ssbs()
|