Searched refs:TSK_ACTIVE_MM (Results 1 – 4 of 4) sorted by relevance
34 .if (TSK_ACTIVE_MM > IMM12_MASK)35 add \rd, \rd, #TSK_ACTIVE_MM & ~IMM12_MASK37 ldr \rd, [\rd, #TSK_ACTIVE_MM & IMM12_MASK]
9 #define TSK_ACTIVE_MM 968 /* offsetof(struct task_struct, active_mm) */ macro
39 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main()
30 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main()
Completed in 5 milliseconds