Searched refs:instr_val (Results 1 – 16 of 16) sorted by relevance
/linux/arch/arm/vfp/ |
A D | vfpmodule.c | 671 .instr_val = 0xf2000000, 677 .instr_val = 0xf4000000, 683 .instr_val = 0xef000000, 689 .instr_val = 0xf9000000, 695 .instr_val = 0x0c000a00, 764 .instr_val = 0x0c000a00,
|
/linux/arch/arm64/kernel/ |
A D | armv8_deprecated.c | 439 .instr_val = 0x01000090, 519 .instr_val = 0x0e070f9a, 526 .instr_val = 0x0e070f95, 591 .instr_val = 0xf1010000, 599 .instr_val = 0x0000b650,
|
A D | proton-pack.c | 497 .instr_val = 0xd500401f | PSTATE_SSBS,
|
A D | traps.c | 434 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
|
A D | cpufeature.c | 3104 .instr_val = 0xd5380000,
|
/linux/arch/arm/probes/kprobes/ |
A 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/arch/arm/probes/uprobes/ |
A D | core.c | 206 .instr_val = (UPROBE_SWBP_ARM_INSN & 0x0fffffff), 214 .instr_val = (UPROBE_SS_ARM_INSN & 0x0fffffff),
|
/linux/arch/arm/kernel/ |
A D | kgdb.c | 159 .instr_val = KGDB_BREAKINST, 167 .instr_val = KGDB_COMPILED_BREAK,
|
A D | ptrace.c | 215 .instr_val = 0x07f001f0, 223 .instr_val = 0x0000de01, 231 .instr_val = 0xf7f0a000,
|
A D | swp_emulate.c | 231 .instr_val = 0x01000090,
|
A D | tcm.c | 247 .instr_val = TCM_REGION_READ_INSTR,
|
A D | traps.c | 423 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook() 693 .instr_val = 0x0e1d0f70,
|
A D | hw_breakpoint.c | 964 .instr_val = 0x0e000e10,
|
/linux/arch/arm/mach-iop32x/ |
A D | cp6.c | 29 .instr_val = 0x0e000610,
|
/linux/arch/arm/include/asm/ |
A D | traps.h | 13 u32 instr_val; member
|
/linux/arch/arm64/include/asm/ |
A D | traps.h | 19 u32 instr_val; member
|
Completed in 25 milliseconds