Searched refs:instr_mask (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/arm64/kernel/ |
D | armv8_deprecated.c | 74 for (hook = ops->hooks; hook->instr_mask; hook++) in register_emulation_hooks() 86 for (hook = ops->hooks; hook->instr_mask; hook++) in remove_emulation_hooks() 447 .instr_mask = 0x0fb00ff0, 527 .instr_mask = 0x0fff0fdf, 534 .instr_mask = 0x0fff0fff, 599 .instr_mask = 0xfffffdff, 607 .instr_mask = 0x0000fff7,
|
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 | 41 .instr_mask = 0x0f000ff0,
|
/linux-4.4.14/arch/arm/probes/uprobes/ |
D | core.c | 208 .instr_mask = 0x0fffffff, 216 .instr_mask = 0x0fffffff,
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | traps.h | 27 u32 instr_mask; member
|
/linux-4.4.14/arch/arm/kernel/ |
D | kgdb.c | 157 .instr_mask = 0xffffffff, 165 .instr_mask = 0xffffffff,
|
D | ptrace.c | 222 .instr_mask = 0x0fffffff, 230 .instr_mask = 0xffff, 238 .instr_mask = 0xffffffff,
|
D | swp_emulate.c | 245 .instr_mask = 0x0fb00ff0,
|
D | tcm.c | 245 .instr_mask = TCM_REGION_READ_MASK,
|
D | traps.c | 398 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook() 683 .instr_mask = 0x0fff0fff,
|
D | hw_breakpoint.c | 906 .instr_mask = 0x0fe80f10,
|
/linux-4.4.14/arch/arm/include/asm/ |
D | traps.h | 11 u32 instr_mask; member
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
D | core.c | 616 .instr_mask = 0xffff, 624 .instr_mask = 0xffffffff, 634 .instr_mask = 0x0fffffff,
|