Searched refs:ctxp (Results 1 – 2 of 2) sorted by relevance
109 static inline void srmmu_ctxd_set(ctxd_t *ctxp, pgd_t *pgdp) in srmmu_ctxd_set() argument110 { set_pte((pte_t *)ctxp, (SRMMU_ET_PTD | (__nocache_pa((unsigned long) pgdp) >> 4))); } in srmmu_ctxd_set()406 struct ctx_list *ctxp; in alloc_context() local408 ctxp = ctx_free.next; in alloc_context()409 if (ctxp != &ctx_free) { in alloc_context()410 remove_from_ctx_list(ctxp); in alloc_context()411 add_to_used_ctxlist(ctxp); in alloc_context()412 mm->context = ctxp->ctx_number; in alloc_context()413 ctxp->ctx_mm = mm; in alloc_context()416 ctxp = ctx_used.next; in alloc_context()[all …]
36 static long io_setup(int n, aio_context_t *ctxp) in io_setup() argument38 return syscall(__NR_io_setup, n, ctxp); in io_setup()