Searched refs:instr_mask (Results 1 – 14 of 14) 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() 450 .instr_mask = 0x0fb00ff0, 530 .instr_mask = 0x0fff0fdf, 537 .instr_mask = 0x0fff0fff, 602 .instr_mask = 0xfffffdff, 610 .instr_mask = 0x0000fff7,
|
D | traps.c | 368 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
|
D | cpufeature.c | 976 .instr_mask = ~(1U << CRm_shift), 1688 .instr_mask = 0xfff00000,
|
/arch/arm/plat-iop/ |
D | cp6.c | 41 .instr_mask = 0x0f000ff0,
|
/arch/arm/include/asm/ |
D | traps.h | 12 u32 instr_mask; member
|
/arch/arm64/include/asm/ |
D | traps.h | 28 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 | 162 .instr_mask = 0xffffffff, 170 .instr_mask = 0xffffffff,
|
D | swp_emulate.c | 246 .instr_mask = 0x0fb00ff0,
|
D | ptrace.c | 223 .instr_mask = 0x0fffffff, 231 .instr_mask = 0xffff, 239 .instr_mask = 0xffffffff,
|
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() 716 .instr_mask = 0x0fff0fff,
|
D | hw_breakpoint.c | 906 .instr_mask = 0x0fe80f10,
|
/arch/arm/probes/kprobes/ |
D | core.c | 645 .instr_mask = 0xffff, 653 .instr_mask = 0xffffffff, 663 .instr_mask = 0x0fffffff,
|