Searched refs:instr_mask (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/arm/vfp/ |
| H A D | vfpmodule.c | 812 .instr_mask = 0xfe000000, 818 .instr_mask = 0xff100000, 824 .instr_mask = 0xef000000, 830 .instr_mask = 0xff100000, 836 .instr_mask = 0xff000800, 842 .instr_mask = 0xff000800, 848 .instr_mask = 0xff000800, 856 .instr_mask = 0x0c000e00, 918 .instr_mask = 0x0c000e00,
|
| /linux/arch/arm/kernel/ |
| H A D | kgdb.c | 158 .instr_mask = 0xffffffff, 166 .instr_mask = 0xffff, 174 .instr_mask = 0xffffffff, 182 .instr_mask = 0xffff,
|
| H A D | ptrace.c | 213 .instr_mask = 0x0fffffff, 221 .instr_mask = 0xffffffff, 229 .instr_mask = 0xffffffff,
|
| H A D | swp_emulate.c | 231 .instr_mask = 0x0fb00ff0,
|
| H A D | tcm.c | 246 .instr_mask = TCM_REGION_READ_MASK,
|
| H A D | traps.c | 437 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook() 709 .instr_mask = 0x0fff0fff,
|
| H A D | hw_breakpoint.c | 990 .instr_mask = 0xffffffff, 1015 .instr_mask = 0x0fe80f10,
|
| /linux/arch/arm/probes/kprobes/ |
| H A D | core.c | 438 .instr_mask = 0xffff, 446 .instr_mask = 0xffffffff, 456 .instr_mask = 0x0fffffff,
|
| /linux/arch/arm/include/asm/ |
| H A D | traps.h | 13 u32 instr_mask; member
|
| H A D | thread_info.h | 113 .instr_mask = 0x0c000e00, in register_iwmmxt_undef_handler()
|
| /linux/arch/arm64/kernel/ |
| H A D | proton-pack.c | 516 const u32 instr_mask = ~(1U << PSTATE_Imm_shift); in try_emulate_el1_ssbs() local 519 if ((instr & instr_mask) != instr_val) in try_emulate_el1_ssbs()
|