Searched refs:ctxp (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/sparc/mm/ |
D | srmmu.c | 109 static inline void srmmu_ctxd_set(ctxd_t *ctxp, pgd_t *pgdp) in srmmu_ctxd_set() argument 110 { 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() local 408 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 …]
|
/linux-4.4.14/security/selinux/ |
D | xfrm.c | 77 static int selinux_xfrm_alloc_user(struct xfrm_sec_ctx **ctxp, in selinux_xfrm_alloc_user() argument 86 if (ctxp == NULL || uctx == NULL || in selinux_xfrm_alloc_user() 113 *ctxp = ctx; in selinux_xfrm_alloc_user() 282 int selinux_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in selinux_xfrm_policy_alloc() argument 286 return selinux_xfrm_alloc_user(ctxp, uctx, gfp); in selinux_xfrm_policy_alloc()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | dmanv04.c | 98 u32 cv = (nvkm_ro32(fctx, c->ctxp + data) & ~cm); in nv04_fifo_dma_fini() 99 nvkm_wo32(fctx, c->ctxp + data, cv | (rv << c->ctxs)); in nv04_fifo_dma_fini() 143 nvkm_wo32(imem->ramfc, chan->ramfc + c->ctxp, 0x00000000); in nv04_fifo_dma_dtor()
|
D | nv04.h | 9 unsigned ctxp:8; member
|
/linux-4.4.14/arch/um/os-Linux/ |
D | aio.c | 36 static long io_setup(int n, aio_context_t *ctxp) in io_setup() argument 38 return syscall(__NR_io_setup, n, ctxp); in io_setup()
|
/linux-4.4.14/security/selinux/include/ |
D | xfrm.h | 12 int selinux_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp,
|
/linux-4.4.14/fs/ |
D | aio.c | 1316 SYSCALL_DEFINE2(io_setup, unsigned, nr_events, aio_context_t __user *, ctxp) in SYSCALL_DEFINE2() argument 1322 ret = get_user(ctx, ctxp); in SYSCALL_DEFINE2() 1336 ret = put_user(ioctx->user_id, ctxp); in SYSCALL_DEFINE2()
|
/linux-4.4.14/include/linux/ |
D | security.h | 1350 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, 1369 static inline int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in security_xfrm_policy_alloc() argument
|
D | lsm_hooks.h | 1576 int (*xfrm_policy_alloc_security)(struct xfrm_sec_ctx **ctxp,
|
/linux-4.4.14/security/ |
D | security.c | 1395 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in security_xfrm_policy_alloc() argument 1399 return call_int_hook(xfrm_policy_alloc_security, 0, ctxp, sec_ctx, gfp); in security_xfrm_policy_alloc()
|