Searched refs:instr_mask (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/arm64/kernel/ |
D | armv8_deprecated.c | 71 for (hook = ops->hooks; hook->instr_mask; hook++) in register_emulation_hooks() 83 for (hook = ops->hooks; hook->instr_mask; hook++) in remove_emulation_hooks() 440 .instr_mask = 0x0fb00ff0, 530 .instr_mask = 0x0fff0fdf, 537 .instr_mask = 0x0fff0fff, 602 .instr_mask = 0xfffffdff, 610 .instr_mask = 0x0000fff7,
|
D | traps.c | 317 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
|
/linux-4.1.27/arch/arm/plat-iop/ |
D | cp6.c | 41 .instr_mask = 0x0f000ff0,
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | traps.h | 27 u32 instr_mask; member
|
/linux-4.1.27/arch/arm/probes/uprobes/ |
D | core.c | 208 .instr_mask = 0x0fffffff, 216 .instr_mask = 0x0fffffff,
|
/linux-4.1.27/arch/arm/include/asm/ |
D | traps.h | 11 u32 instr_mask; member
|
/linux-4.1.27/arch/arm/kernel/ |
D | kgdb.c | 164 .instr_mask = 0xffffffff, 172 .instr_mask = 0xffffffff,
|
D | ptrace.c | 222 .instr_mask = 0x0fffffff, 230 .instr_mask = 0xffff, 238 .instr_mask = 0xffffffff,
|
D | swp_emulate.c | 242 .instr_mask = 0x0fb00ff0,
|
D | traps.c | 398 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook() 735 .instr_mask = 0x0fff0fff,
|
D | hw_breakpoint.c | 907 .instr_mask = 0x0fe80f10,
|
/linux-4.1.27/arch/arm/probes/kprobes/ |
D | core.c | 616 .instr_mask = 0xffff, 624 .instr_mask = 0xffffffff, 634 .instr_mask = 0x0fffffff,
|