Searched refs:MMCF_AARCH32 (Results 1 – 3 of 3) sorted by relevance
19 #define MMCF_AARCH32 0x1 /* mm context flag for AArch32 executables */ macro
43 if (mm->context.flags & MMCF_AARCH32) in arch_uprobe_analyze_insn()
494 current->mm->context.flags = is_compat_task() ? MMCF_AARCH32 : 0; in arch_setup_new_exec()