Searched refs:mm_context (Results 1 – 3 of 3) sorted by relevance
28 struct mm_context *ctx = container_of(mm_id, struct mm_context, id); in enter_turnstile()35 struct mm_context *ctx = container_of(mm_id, struct mm_context, id); in exit_turnstile()79 struct mm_context *mmu = &mm->context; in destroy_context()111 struct mm_context *mm_context; in mm_sigchld_irq() local123 list_for_each_entry(mm_context, &mm_list, list) { in mm_sigchld_irq()124 if (mm_context->id.pid == pid) { in mm_sigchld_irq()129 mm_context->id.pid = -1; in mm_sigchld_irq()131 stub_data = (void *)mm_context->id.stack; in mm_sigchld_irq()
16 struct mm_context { struct22 typedef struct mm_context mm_context_t; argument
14 typedef struct mm_context { struct