Home
last modified time | relevance | path

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

/linux-6.1.9/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()
439 .instr_mask = 0x0fb00ff0,
519 .instr_mask = 0x0fff0fdf,
526 .instr_mask = 0x0fff0fff,
591 .instr_mask = 0xfffffdff,
599 .instr_mask = 0xfffffff7,
Dproton-pack.c539 .instr_mask = ~(1U << PSTATE_Imm_shift),
Dtraps.c434 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
Dcpufeature.c3452 .instr_mask = 0xffff0000,
/linux-6.1.9/arch/arm/kernel/
Dkgdb.c158 .instr_mask = 0xffffffff,
166 .instr_mask = 0xffff,
174 .instr_mask = 0xffffffff,
182 .instr_mask = 0xffff,
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.c440 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
709 .instr_mask = 0x0fff0fff,
Dhw_breakpoint.c955 .instr_mask = 0xffffffff,
980 .instr_mask = 0x0fe80f10,
/linux-6.1.9/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,
/linux-6.1.9/arch/arm/mach-iop32x/
Dcp6.c38 .instr_mask = 0x0f000ff0,
/linux-6.1.9/arch/arm/probes/uprobes/
Dcore.c205 .instr_mask = 0x0fffffff,
213 .instr_mask = 0x0fffffff,
/linux-6.1.9/arch/arm/probes/kprobes/
Dcore.c438 .instr_mask = 0xffff,
446 .instr_mask = 0xffffffff,
456 .instr_mask = 0x0fffffff,
/linux-6.1.9/arch/arm/include/asm/
Dtraps.h12 u32 instr_mask; member
/linux-6.1.9/arch/arm64/include/asm/
Dtraps.h18 u32 instr_mask; member