Searched refs:instr_val (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/arm64/kernel/ |
D | armv8_deprecated.c | 448 .instr_val = 0x01000090, 528 .instr_val = 0x0e070f9a, 535 .instr_val = 0x0e070f95, 600 .instr_val = 0xf1010000, 608 .instr_val = 0x0000b650,
|
D | traps.c | 332 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
|
/linux-4.4.14/arch/arm/plat-iop/ |
D | cp6.c | 42 .instr_val = 0x0e000610,
|
/linux-4.4.14/arch/arm/probes/uprobes/ |
D | core.c | 209 .instr_val = (UPROBE_SWBP_ARM_INSN & 0x0fffffff), 217 .instr_val = (UPROBE_SS_ARM_INSN & 0x0fffffff),
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | traps.h | 28 u32 instr_val; member
|
/linux-4.4.14/arch/arm/kernel/ |
D | kgdb.c | 158 .instr_val = KGDB_BREAKINST, 166 .instr_val = KGDB_COMPILED_BREAK,
|
D | ptrace.c | 223 .instr_val = 0x07f001f0, 231 .instr_val = 0xde01, 239 .instr_val = 0xf7f0a000,
|
D | swp_emulate.c | 246 .instr_val = 0x01000090,
|
D | tcm.c | 246 .instr_val = TCM_REGION_READ_INSTR,
|
D | traps.c | 398 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook() 684 .instr_val = 0x0e1d0f70,
|
D | hw_breakpoint.c | 907 .instr_val = 0x0e000e10,
|
/linux-4.4.14/arch/arm/include/asm/ |
D | traps.h | 12 u32 instr_val; member
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
D | core.c | 617 .instr_val = KPROBE_THUMB16_BREAKPOINT_INSTRUCTION, 625 .instr_val = KPROBE_THUMB32_BREAKPOINT_INSTRUCTION, 635 .instr_val = KPROBE_ARM_BREAKPOINT_INSTRUCTION,
|