Searched refs:user (Results 151 - 175 of 691) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_usif.c105 usif_ioctl(struct drm_file *filp, void __user *user, u32 argc) argument
121 if (ret = -EFAULT, copy_from_user(argv, user, size))
173 if (copy_to_user(user, argv, argc))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dbase.c163 fault->user.ctor = nvkm_ufault_new;
164 fault->user.base = func->user.base;
/linux-master/security/keys/
H A Drequest_key.c372 struct key_user *user,
385 mutex_lock(&user->cons_lock);
437 mutex_unlock(&user->cons_lock);
459 mutex_unlock(&user->cons_lock);
465 mutex_unlock(&user->cons_lock);
475 mutex_unlock(&user->cons_lock);
481 mutex_unlock(&user->cons_lock);
496 struct key_user *user; local
509 user = key_user_lookup(current_fsuid());
510 if (!user) {
369 construct_alloc_key(struct keyring_search_context *ctx, struct key *dest_keyring, unsigned long flags, struct key_user *user, struct key **_key) argument
[all...]
/linux-master/tools/perf/util/
H A Dprobe-event.h178 struct nsinfo *nsi, bool user);
182 struct strfilter *filter, bool user);
196 struct map *get_target_map(const char *target, struct nsinfo *nsi, bool user);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.h83 int nvkm_outp_acquire_or(struct nvkm_outp *, u8 user, bool hda);
84 int nvkm_outp_acquire_ior(struct nvkm_outp *, u8 user, struct nvkm_ior *);
86 void nvkm_outp_release_or(struct nvkm_outp *, u8 user);
H A Dgf119.c507 const u32 mask = 0x00000001 << chan->chid.user;
523 int user = chan->chid.user; local
530 nvkm_error(subdev, "ch %d fini: %08x\n", user,
542 int user = chan->chid.user; local
551 nvkm_error(subdev, "ch %d init: %08x\n", user,
564 .user = nv50_disp_chan_user,
570 return nvkm_ramht_insert(chan->disp->ramht, object, chan->chid.user, -9, handle,
571 chan->chid.user << 2
580 int user = chan->chid.user; local
602 int user = chan->chid.user; local
[all...]
/linux-master/io_uring/
H A Drsrc.h139 int __io_account_mem(struct user_struct *user, unsigned long nr_pages);
141 static inline void __io_unaccount_mem(struct user_struct *user, argument
144 atomic_long_sub(nr_pages, &user->locked_vm);
H A Dnotif.c20 if (nd->account_pages && ctx->user) {
21 __io_unaccount_mem(ctx->user, nd->account_pages);
/linux-master/arch/s390/kernel/
H A Dptrace.c3 * Ptrace user space interface.
18 #include <linux/user.h>
90 /* Copy user specified PER registers */
95 /* merge TIF_SINGLE_STEP into user specified PER registers. */
175 /* Start address of the user specified per set. */
178 /* End address of the user specified per set. */
195 * Read the word at offset addr from the user area of a process. The
200 * struct user contain pad bytes that should be read as zeroes.
207 if (addr < offsetof(struct user, regs.acrs)) {
212 if (addr == offsetof(struct user, reg
[all...]
/linux-master/kernel/
H A Dcontext_tracking.c57 /* Turn on heavyweight RCU tasks trace readers on idle/user entry. */
66 /* Turn off heavyweight RCU tasks trace readers on idle/user exit. */
124 static void noinstr ct_kernel_exit(bool user, int offset) argument
141 WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !user && !is_idle_task(current));
163 static void noinstr ct_kernel_enter(bool user, int offset) argument
186 WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !user && !is_idle_task(current));
351 * handler that it never exits, for example when doing upcalls to user mode!
352 * This code assumes that the idle loop never does upcalls to user mode.
353 * If your architecture's idle loop does do upcalls to user mode (or does
426 static __always_inline void ct_kernel_exit(bool user, in argument
427 ct_kernel_enter(bool user, int offset) argument
[all...]
/linux-master/net/tipc/
H A Dcrypto.h87 * / Encrypted complete TIPC V2 header and user data /
122 user:4, member in struct:tipc_ehdr::__anon236::__anon237
132 user:4,
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Ducgrp.c54 if (chan->user.oclass) {
56 oclass->base = chan->user;
H A Dbase.c78 if (oclass->engn == &fifo->func->cgrp.user)
81 if (oclass->engn == &fifo->func->chan.user)
102 if (cgrp->user.oclass) {
104 oclass->base = cgrp->user;
105 oclass->engn = &fifo->func->cgrp.user;
112 if (chan->user.oclass) {
114 oclass->base = chan->user;
115 oclass->engn = &fifo->func->chan.user;
/linux-master/include/linux/
H A Dkernel_stat.h123 static inline void account_process_tick(struct task_struct *tsk, int user) argument
128 extern void account_process_tick(struct task_struct *, int user);
/linux-master/fs/smb/server/mgmt/
H A Duser_session.c147 if (sess->user)
148 ksmbd_free_user(sess->user);
309 struct ksmbd_user *user, u64 id)
320 prev_user = prev_sess->user;
322 strcmp(user->name, prev_user->name) ||
323 user->passkey_sz != prev_user->passkey_sz ||
324 memcmp(user->passkey, prev_user->passkey, user->passkey_sz))
308 destroy_previous_session(struct ksmbd_conn *conn, struct ksmbd_user *user, u64 id) argument
/linux-master/include/net/
H A Daf_unix.h23 void unix_inflight(struct user_struct *user, struct file *fp);
24 void unix_notinflight(struct user_struct *user, struct file *fp);
/linux-master/arch/x86/kernel/
H A Dptrace.c16 #include <linux/user.h>
156 * Determines which flags the user has access to [1 = access, 0 = no access].
216 * we will never get back to user mode with invalid %cs or %ss
218 * on user_mode() to distinguish a user trap frame (which can
360 * If the user value contains TF, mark that
646 * writing for the user. And anyway this is the previous
750 if ((addr & (sizeof(data) - 1)) || addr >= sizeof(struct user))
756 else if (addr >= offsetof(struct user, u_debugreg[0]) &&
757 addr <= offsetof(struct user, u_debugreg[7])) {
758 addr -= offsetof(struct user, u_debugre
[all...]
/linux-master/drivers/crypto/ccree/
H A Dcc_cipher.c52 struct cc_user_key_info user; member in struct:cc_cipher_ctx
202 ctx_p->user.key = kzalloc(max_key_buf_size, GFP_KERNEL);
203 if (!ctx_p->user.key)
207 ctx_p->user.key);
210 ctx_p->user.key_dma_addr = dma_map_single(dev, ctx_p->user.key,
213 if (dma_mapping_error(dev, ctx_p->user.key_dma_addr)) {
215 max_key_buf_size, ctx_p->user.key);
219 max_key_buf_size, ctx_p->user.key, &ctx_p->user
[all...]
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c14 #include <keys/user-type.h>
67 * user defined keys take an arbitrary string as the description and an
/linux-master/include/linux/mtd/
H A Dnftl.h12 #include <mtd/nftl-user.h>
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.h17 struct pvr2_channel; /* One I/O pathway to a user */
22 struct pvr2_channel *user; member in struct:pvr2_context_stream
/linux-master/include/linux/isdn/
H A Dcapilli.h21 int user; /* data in userspace ? */ member in struct:capiloaddatapart
/linux-master/net/netfilter/
H A Dxt_limit.c95 static u32 user2credits(u32 user) argument
98 if (user > 0xFFFFFFFF / (HZ*CREDITS_PER_JIFFY))
100 return (user / XT_LIMIT_SCALE) * HZ * CREDITS_PER_JIFFY;
102 return (user * HZ * CREDITS_PER_JIFFY) / XT_LIMIT_SCALE;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dummu.c37 if (mmu->func->mem.user.oclass) {
39 oclass->base = mmu->func->mem.user;
45 if (mmu->func->vmm.user.oclass) {
47 oclass->base = mmu->func->vmm.user;
/linux-master/tools/testing/selftests/x86/
H A Dmov_ss_trap.c28 #include <sys/user.h>
79 if (ptrace(PTRACE_POKEUSER, parent, (void *)offsetof(struct user, u_debugreg[0]), dr0) != 0)
82 if (ptrace(PTRACE_POKEUSER, parent, (void *)offsetof(struct user, u_debugreg[1]), dr1) != 0)
85 if (ptrace(PTRACE_POKEUSER, parent, (void *)offsetof(struct user, u_debugreg[7]), dr7) != 0)

Completed in 358 milliseconds

1234567891011>>