Searched refs:instr_mask (Results 1 – 13 of 13) sorted by relevance
/arch/arm64/kernel/ |
D | armv8_deprecated.c | 73 for (hook = ops->hooks; hook->instr_mask; hook++) in register_emulation_hooks() 85 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 | traps.c | 382 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
|
/arch/arm/plat-iop/ |
D | cp6.c | 41 .instr_mask = 0x0f000ff0,
|
/arch/arm64/include/asm/ |
D | traps.h | 27 u32 instr_mask; member
|
/arch/arm/include/asm/ |
D | traps.h | 11 u32 instr_mask; member
|
/arch/arm/probes/uprobes/ |
D | core.c | 208 .instr_mask = 0x0fffffff, 216 .instr_mask = 0x0fffffff,
|
/arch/arm/kernel/ |
D | kgdb.c | 161 .instr_mask = 0xffffffff, 169 .instr_mask = 0xffffffff,
|
D | swp_emulate.c | 245 .instr_mask = 0x0fb00ff0,
|
D | ptrace.c | 222 .instr_mask = 0x0fffffff, 230 .instr_mask = 0xffffffff, 238 .instr_mask = 0xffffffff,
|
D | tcm.c | 245 .instr_mask = TCM_REGION_READ_MASK,
|
D | traps.c | 408 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook() 694 .instr_mask = 0x0fff0fff,
|
D | hw_breakpoint.c | 923 .instr_mask = 0x0fe80f10,
|
/arch/arm/probes/kprobes/ |
D | core.c | 642 .instr_mask = 0xffff, 650 .instr_mask = 0xffffffff, 660 .instr_mask = 0x0fffffff,
|