Searched refs:instr_mask (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/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 = 0xfffffff7,
|
D | proton-pack.c | 513 .instr_mask = ~(1U << PSTATE_Imm_shift),
|
D | traps.c | 343 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
|
D | cpufeature.c | 2834 .instr_mask = 0xfff00000,
|
/Linux-v5.10/arch/arm/mach-iop32x/ |
D | cp6.c | 28 .instr_mask = 0x0f000ff0,
|
/Linux-v5.10/arch/arm/probes/uprobes/ |
D | core.c | 205 .instr_mask = 0x0fffffff, 213 .instr_mask = 0x0fffffff,
|
/Linux-v5.10/arch/arm/probes/kprobes/ |
D | core.c | 438 .instr_mask = 0xffff, 446 .instr_mask = 0xffffffff, 456 .instr_mask = 0x0fffffff,
|
/Linux-v5.10/arch/arm/include/asm/ |
D | traps.h | 12 u32 instr_mask; member
|
/Linux-v5.10/arch/arm/kernel/ |
D | kgdb.c | 158 .instr_mask = 0xffffffff, 166 .instr_mask = 0xffffffff,
|
D | ptrace.c | 213 .instr_mask = 0x0fffffff, 221 .instr_mask = 0xffffffff, 229 .instr_mask = 0xffffffff,
|
D | swp_emulate.c | 230 .instr_mask = 0x0fb00ff0,
|
D | tcm.c | 246 .instr_mask = TCM_REGION_READ_MASK,
|
D | traps.c | 437 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook() 706 .instr_mask = 0x0fff0fff,
|
D | hw_breakpoint.c | 963 .instr_mask = 0x0fe80f10,
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | traps.h | 18 u32 instr_mask; member
|