Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dkgdb.c158 .instr_mask = 0xffffffff,
166 .instr_mask = 0xffff,
174 .instr_mask = 0xffffffff,
182 .instr_mask = 0xffff,
Dswp_emulate.c230 .instr_mask = 0x0fb00ff0,
Dptrace.c213 .instr_mask = 0x0fffffff,
221 .instr_mask = 0xffffffff,
229 .instr_mask = 0xffffffff,
Dtcm.c246 .instr_mask = TCM_REGION_READ_MASK,
Dtraps.c438 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
707 .instr_mask = 0x0fff0fff,
Dhw_breakpoint.c963 .instr_mask = 0x0fe80f10,
/arch/arm64/kernel/
Darmv8_deprecated.c70 for (hook = ops->hooks; hook->instr_mask; hook++) in register_emulation_hooks()
82 for (hook = ops->hooks; hook->instr_mask; hook++) in remove_emulation_hooks()
445 .instr_mask = 0x0fb00ff0,
525 .instr_mask = 0x0fff0fdf,
532 .instr_mask = 0x0fff0fff,
597 .instr_mask = 0xfffffdff,
605 .instr_mask = 0xfffffff7,
Dproton-pack.c539 .instr_mask = ~(1U << PSTATE_Imm_shift),
Dtraps.c345 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
Dcpufeature.c3102 .instr_mask = 0xfff00000,
/arch/arm/mach-iop32x/
Dcp6.c28 .instr_mask = 0x0f000ff0,
/arch/arm/vfp/
Dvfpmodule.c670 .instr_mask = 0xfe000000,
676 .instr_mask = 0xff100000,
682 .instr_mask = 0xef000000,
688 .instr_mask = 0xff100000,
694 .instr_mask = 0x0c000e00,
763 .instr_mask = 0x0c000e00,
/arch/arm/include/asm/
Dtraps.h12 u32 instr_mask; member
/arch/arm/probes/uprobes/
Dcore.c205 .instr_mask = 0x0fffffff,
213 .instr_mask = 0x0fffffff,
/arch/arm/probes/kprobes/
Dcore.c438 .instr_mask = 0xffff,
446 .instr_mask = 0xffffffff,
456 .instr_mask = 0x0fffffff,
/arch/arm64/include/asm/
Dtraps.h18 u32 instr_mask; member