Home
last modified time | relevance | path

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

/Linux-v5.10/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 = 0xfffffff7,
Dproton-pack.c513 .instr_mask = ~(1U << PSTATE_Imm_shift),
Dtraps.c343 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
Dcpufeature.c2834 .instr_mask = 0xfff00000,
/Linux-v5.10/arch/arm/mach-iop32x/
Dcp6.c28 .instr_mask = 0x0f000ff0,
/Linux-v5.10/arch/arm/probes/uprobes/
Dcore.c205 .instr_mask = 0x0fffffff,
213 .instr_mask = 0x0fffffff,
/Linux-v5.10/arch/arm/probes/kprobes/
Dcore.c438 .instr_mask = 0xffff,
446 .instr_mask = 0xffffffff,
456 .instr_mask = 0x0fffffff,
/Linux-v5.10/arch/arm/include/asm/
Dtraps.h12 u32 instr_mask; member
/Linux-v5.10/arch/arm/kernel/
Dkgdb.c158 .instr_mask = 0xffffffff,
166 .instr_mask = 0xffffffff,
Dptrace.c213 .instr_mask = 0x0fffffff,
221 .instr_mask = 0xffffffff,
229 .instr_mask = 0xffffffff,
Dswp_emulate.c230 .instr_mask = 0x0fb00ff0,
Dtcm.c246 .instr_mask = TCM_REGION_READ_MASK,
Dtraps.c437 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
706 .instr_mask = 0x0fff0fff,
Dhw_breakpoint.c963 .instr_mask = 0x0fe80f10,
/Linux-v5.10/arch/arm64/include/asm/
Dtraps.h18 u32 instr_mask; member