Searched refs:ctxp (Results 1 – 1 of 1) sorted by relevance
110 static inline void srmmu_ctxd_set(ctxd_t *ctxp, pgd_t *pgdp) in srmmu_ctxd_set() argument115 set_pte((pte_t *)ctxp, pte); in srmmu_ctxd_set()436 struct ctx_list *ctxp; in alloc_context() local438 ctxp = ctx_free.next; in alloc_context()439 if (ctxp != &ctx_free) { in alloc_context()440 remove_from_ctx_list(ctxp); in alloc_context()441 add_to_used_ctxlist(ctxp); in alloc_context()442 mm->context = ctxp->ctx_number; in alloc_context()443 ctxp->ctx_mm = mm; in alloc_context()446 ctxp = ctx_used.next; in alloc_context()[all …]