Searched refs:instr_mask (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/arch/arm64/kernel/ |
D | armv8_deprecated.c | 69 for (hook = ops->hooks; hook->instr_mask; hook++) in register_emulation_hooks() 81 for (hook = ops->hooks; hook->instr_mask; hook++) in remove_emulation_hooks() 444 .instr_mask = 0x0fb00ff0, 524 .instr_mask = 0x0fff0fdf, 531 .instr_mask = 0x0fff0fff, 596 .instr_mask = 0xfffffdff, 604 .instr_mask = 0x0000fff7,
|
D | traps.c | 341 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
|
D | cpufeature.c | 1197 .instr_mask = ~(1U << PSTATE_Imm_shift), 2179 .instr_mask = 0xfff00000,
|
/Linux-v5.4/arch/arm/mach-iop32x/ |
D | cp6.c | 28 .instr_mask = 0x0f000ff0,
|
/Linux-v5.4/arch/arm/probes/uprobes/ |
D | core.c | 205 .instr_mask = 0x0fffffff, 213 .instr_mask = 0x0fffffff,
|
/Linux-v5.4/arch/arm/include/asm/ |
D | traps.h | 12 u32 instr_mask; member
|
/Linux-v5.4/arch/arm/kernel/ |
D | kgdb.c | 158 .instr_mask = 0xffffffff, 166 .instr_mask = 0xffffffff,
|
D | ptrace.c | 214 .instr_mask = 0x0fffffff, 222 .instr_mask = 0xffff, 230 .instr_mask = 0xffffffff,
|
D | swp_emulate.c | 230 .instr_mask = 0x0fb00ff0,
|
D | tcm.c | 245 .instr_mask = TCM_REGION_READ_MASK,
|
D | traps.c | 428 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook() 697 .instr_mask = 0x0fff0fff,
|
D | hw_breakpoint.c | 899 .instr_mask = 0x0fe80f10,
|
/Linux-v5.4/arch/arm/probes/kprobes/ |
D | core.c | 510 .instr_mask = 0xffff, 518 .instr_mask = 0xffffffff, 528 .instr_mask = 0x0fffffff,
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | traps.h | 18 u32 instr_mask; member
|