Searched refs:instr_mask (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/arm/kernel/ |
A D | kgdb.c | 158 .instr_mask = 0xffffffff, 166 .instr_mask = 0xffff, 174 .instr_mask = 0xffffffff, 182 .instr_mask = 0xffff,
|
A D | ptrace.c | 213 .instr_mask = 0x0fffffff, 221 .instr_mask = 0xffffffff, 229 .instr_mask = 0xffffffff,
|
A D | swp_emulate.c | 231 .instr_mask = 0x0fb00ff0,
|
A D | tcm.c | 246 .instr_mask = TCM_REGION_READ_MASK,
|
A D | traps.c | 443 if ((instr & hook->instr_mask) == hook->instr_val && in call_undef_hook() 712 .instr_mask = 0x0fff0fff,
|
A D | hw_breakpoint.c | 955 .instr_mask = 0xffffffff, 980 .instr_mask = 0x0fe80f10,
|
/linux-6.3-rc2/arch/arm/vfp/ |
A D | vfpmodule.c | 673 .instr_mask = 0xfe000000, 679 .instr_mask = 0xff100000, 685 .instr_mask = 0xef000000, 691 .instr_mask = 0xff100000, 697 .instr_mask = 0x0c000e00, 768 .instr_mask = 0x0c000e00,
|
/linux-6.3-rc2/arch/arm/probes/uprobes/ |
A D | core.c | 205 .instr_mask = 0x0fffffff, 213 .instr_mask = 0x0fffffff,
|
/linux-6.3-rc2/arch/arm/probes/kprobes/ |
A D | core.c | 438 .instr_mask = 0xffff, 446 .instr_mask = 0xffffffff, 456 .instr_mask = 0x0fffffff,
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | traps.h | 12 u32 instr_mask; member
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | proton-pack.c | 526 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()
|
Completed in 21 milliseconds