Home
last modified time | relevance | path

Searched refs:instr_mask (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/arch/arm64/kernel/
Darmv8_deprecated.c69 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,
Dtraps.c341 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
Dcpufeature.c1197 .instr_mask = ~(1U << PSTATE_Imm_shift),
2179 .instr_mask = 0xfff00000,
/Linux-v5.4/arch/arm/mach-iop32x/
Dcp6.c28 .instr_mask = 0x0f000ff0,
/Linux-v5.4/arch/arm/probes/uprobes/
Dcore.c205 .instr_mask = 0x0fffffff,
213 .instr_mask = 0x0fffffff,
/Linux-v5.4/arch/arm/include/asm/
Dtraps.h12 u32 instr_mask; member
/Linux-v5.4/arch/arm/kernel/
Dkgdb.c158 .instr_mask = 0xffffffff,
166 .instr_mask = 0xffffffff,
Dptrace.c214 .instr_mask = 0x0fffffff,
222 .instr_mask = 0xffff,
230 .instr_mask = 0xffffffff,
Dswp_emulate.c230 .instr_mask = 0x0fb00ff0,
Dtcm.c245 .instr_mask = TCM_REGION_READ_MASK,
Dtraps.c428 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
697 .instr_mask = 0x0fff0fff,
Dhw_breakpoint.c899 .instr_mask = 0x0fe80f10,
/Linux-v5.4/arch/arm/probes/kprobes/
Dcore.c510 .instr_mask = 0xffff,
518 .instr_mask = 0xffffffff,
528 .instr_mask = 0x0fffffff,
/Linux-v5.4/arch/arm64/include/asm/
Dtraps.h18 u32 instr_mask; member