Searched refs:instr_mask (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/arch/arm64/kernel/ |
D | armv8_deprecated.c | 72 for (hook = ops->hooks; hook->instr_mask; hook++) in register_emulation_hooks() 84 for (hook = ops->hooks; hook->instr_mask; hook++) in remove_emulation_hooks() 442 .instr_mask = 0x0fb00ff0, 522 .instr_mask = 0x0fff0fdf, 529 .instr_mask = 0x0fff0fff, 594 .instr_mask = 0xfffffdff, 602 .instr_mask = 0x0000fff7,
|
D | traps.c | 340 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
|
D | cpufeature.c | 1744 .instr_mask = 0xfff00000,
|
/Linux-v4.19/arch/arm/plat-iop/ |
D | cp6.c | 41 .instr_mask = 0x0f000ff0,
|
/Linux-v4.19/arch/arm/probes/uprobes/ |
D | core.c | 208 .instr_mask = 0x0fffffff, 216 .instr_mask = 0x0fffffff,
|
/Linux-v4.19/arch/arm/include/asm/ |
D | traps.h | 12 u32 instr_mask; member
|
/Linux-v4.19/arch/arm/kernel/ |
D | kgdb.c | 158 .instr_mask = 0xffffffff, 166 .instr_mask = 0xffffffff,
|
D | ptrace.c | 224 .instr_mask = 0x0fffffff, 232 .instr_mask = 0xffff, 240 .instr_mask = 0xffffffff,
|
D | swp_emulate.c | 235 .instr_mask = 0x0fb00ff0,
|
D | tcm.c | 245 .instr_mask = TCM_REGION_READ_MASK,
|
D | traps.c | 430 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook() 722 .instr_mask = 0x0fff0fff,
|
D | hw_breakpoint.c | 906 .instr_mask = 0x0fe80f10,
|
/Linux-v4.19/arch/arm/probes/kprobes/ |
D | core.c | 518 .instr_mask = 0xffff, 526 .instr_mask = 0xffffffff, 536 .instr_mask = 0x0fffffff,
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | traps.h | 29 u32 instr_mask; member
|