Home
last modified time | relevance | path

Searched refs:instr_val (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/arch/arm/vfp/
Dvfpmodule.c781 .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/
Dkgdb.c159 .instr_val = KGDB_BREAKINST,
167 .instr_val = KGDB_BREAKINST & 0xffff,
175 .instr_val = KGDB_COMPILED_BREAK,
183 .instr_val = KGDB_COMPILED_BREAK & 0xffff,
Dptrace.c214 .instr_val = 0x07f001f0,
222 .instr_val = 0x0000de01,
230 .instr_val = 0xf7f0a000,
Dswp_emulate.c232 .instr_val = 0x01000090,
Dtcm.c247 .instr_val = TCM_REGION_READ_INSTR,
Dtraps.c444 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
717 .instr_val = 0x0e1d0f70,
Dhw_breakpoint.c991 .instr_val = 0xee115e91,
1016 .instr_val = 0x0e000e10,
/linux-6.12.1/arch/arm/probes/kprobes/
Dcore.c439 .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/
Dcore.c206 .instr_val = (UPROBE_SWBP_ARM_INSN & 0x0fffffff),
214 .instr_val = (UPROBE_SS_ARM_INSN & 0x0fffffff),
/linux-6.12.1/arch/arm/include/asm/
Dtraps.h14 u32 instr_val; member
Dthread_info.h114 .instr_val = 0x0c000000, in register_iwmmxt_undef_handler()
/linux-6.12.1/arch/arm64/kernel/
Dproton-pack.c527 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()