Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/kernel/
A 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,
A Dptrace.c214 .instr_val = 0x07f001f0,
222 .instr_val = 0x0000de01,
230 .instr_val = 0xf7f0a000,
A Dswp_emulate.c232 .instr_val = 0x01000090,
A Dtcm.c247 .instr_val = TCM_REGION_READ_INSTR,
A Dtraps.c443 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
713 .instr_val = 0x0e1d0f70,
A Dhw_breakpoint.c956 .instr_val = 0xee115e91,
981 .instr_val = 0x0e000e10,
/linux-6.3-rc2/arch/arm/vfp/
A Dvfpmodule.c674 .instr_val = 0xf2000000,
680 .instr_val = 0xf4000000,
686 .instr_val = 0xef000000,
692 .instr_val = 0xf9000000,
698 .instr_val = 0x0c000a00,
769 .instr_val = 0x0c000a00,
/linux-6.3-rc2/arch/arm/probes/uprobes/
A Dcore.c206 .instr_val = (UPROBE_SWBP_ARM_INSN & 0x0fffffff),
214 .instr_val = (UPROBE_SS_ARM_INSN & 0x0fffffff),
/linux-6.3-rc2/arch/arm/probes/kprobes/
A Dcore.c439 .instr_val = KPROBE_THUMB16_BREAKPOINT_INSTRUCTION,
447 .instr_val = KPROBE_THUMB32_BREAKPOINT_INSTRUCTION,
457 .instr_val = KPROBE_ARM_BREAKPOINT_INSTRUCTION,
/linux-6.3-rc2/arch/arm/include/asm/
A Dtraps.h13 u32 instr_val; member
/linux-6.3-rc2/arch/arm64/kernel/
A 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()

Completed in 16 milliseconds