Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/vfp/
Dvfpmodule.c780 .instr_mask = 0xfe000000,
786 .instr_mask = 0xff100000,
792 .instr_mask = 0xef000000,
798 .instr_mask = 0xff100000,
804 .instr_mask = 0xff000800,
810 .instr_mask = 0xff000800,
816 .instr_mask = 0xff000800,
824 .instr_mask = 0x0c000e00,
885 .instr_mask = 0x0c000e00,
/linux-6.12.1/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.c231 .instr_mask = 0x0fb00ff0,
Dtcm.c246 .instr_mask = TCM_REGION_READ_MASK,
Dtraps.c444 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook()
716 .instr_mask = 0x0fff0fff,
Dhw_breakpoint.c990 .instr_mask = 0xffffffff,
1015 .instr_mask = 0x0fe80f10,
/linux-6.12.1/arch/arm/probes/kprobes/
Dcore.c438 .instr_mask = 0xffff,
446 .instr_mask = 0xffffffff,
456 .instr_mask = 0x0fffffff,
/linux-6.12.1/arch/arm/probes/uprobes/
Dcore.c205 .instr_mask = 0x0fffffff,
213 .instr_mask = 0x0fffffff,
/linux-6.12.1/arch/arm/include/asm/
Dtraps.h13 u32 instr_mask; member
Dthread_info.h113 .instr_mask = 0x0c000e00, in register_iwmmxt_undef_handler()
/linux-6.12.1/arch/arm64/kernel/
Dproton-pack.c526 const u32 instr_mask = ~(1U << PSTATE_Imm_shift); in try_emulate_el1_ssbs() local
529 if ((instr & instr_mask) != instr_val) in try_emulate_el1_ssbs()