Searched refs:user (Results 126 - 150 of 691) sorted by relevance

1234567891011>>

/linux-master/arch/x86/include/asm/
H A Dentry-common.h6 #include <linux/user-return-notifier.h>
12 /* Check that the stack and regs on entry from user mode are sane. */
33 /* We think we came from user mode. Make sure pt_regs agrees. */
37 * All entries from user mode (except #DF) should be on the
38 * normal thread stack and should have user pt_regs in the
63 * returning to user mode. We need to clear it *after* signal
70 * very next return to user mode.
/linux-master/tools/perf/tests/shell/
H A Dtest_arm_callgraph_fp.sh31 perf record -o "$PERF_DATA" --call-graph fp -e cycles//u -D 1000 --user-callchains -- $TEST_PROGRAM 2> /dev/null &
/linux-master/arch/arm/mm/
H A Dabort-ev5t.S15 * Note: we read user space. This means we might cause a data
25 uaccess_disable ip @ disable user access
/linux-master/arch/um/os-Linux/drivers/
H A Dethertap_kern.c26 epri = (struct ethertap_data *) pri->user;
88 .user = &ethertap_user_info,
H A Dtuntap_kern.c25 tpri = (struct tuntap_data *) pri->user;
74 .user = &tuntap_user_info,
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Ddevice.h7 #include <nvif/user.h>
18 struct nvif_user user; member in struct:nvif_device
/linux-master/include/linux/
H A Dinit_syscalls.h8 int __init init_chown(const char *filename, uid_t user, gid_t group, int flags);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgt200.c77 .user = 3,
94 .user = {
/linux-master/arch/um/scripts/
H A DMakefile.rules12 c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) -include $(srctree)/include/linux/kern_levels.h -include user.h $(CFLAGS_$(basetarget).o)
/linux-master/fs/smb/server/mgmt/
H A Duser_session.h38 struct ksmbd_user *user; member in struct:ksmbd_session
95 struct ksmbd_user *user, u64 id);
/linux-master/kernel/
H A Duid16.c23 SYSCALL_DEFINE3(chown16, const char __user *, filename, old_uid_t, user, old_gid_t, group)
25 return ksys_chown(filename, low2highuid(user), low2highgid(group));
28 SYSCALL_DEFINE3(lchown16, const char __user *, filename, old_uid_t, user, old_gid_t, group)
30 return ksys_lchown(filename, low2highuid(user), low2highgid(group));
33 SYSCALL_DEFINE3(fchown16, unsigned int, fd, old_uid_t, user, old_gid_t, group)
35 return ksys_fchown(fd, low2highuid(user), low2highgid(group));
H A Duser.c3 * The "user cache".
7 * We have a per-user structure to keep track of how many
8 * processes, files etc the user has claimed, in order to be
9 * able to have per-user limits for system resources.
17 #include <linux/sched/user.h>
34 * userns count is 1 for root user, 1 for init_uts_ns,
87 * UID task count cache, to get fast user lookup in "alloc_uid"
88 * when changing user ID's (ie setuid() and friends).
133 struct user_struct *user; local
135 hlist_for_each_entry(user, hashen
[all...]
/linux-master/fs/proc/
H A Dstat.c85 u64 user, nice, system, idle, iowait, irq, softirq, steal; local
92 user = nice = system = idle = iowait =
105 user += cpustat[CPUTIME_USER];
127 seq_put_decimal_ull(p, "cpu ", nsec_to_clock_t(user));
146 user = cpustat[CPUTIME_USER];
157 seq_put_decimal_ull(p, " ", nsec_to_clock_t(user));
/linux-master/drivers/char/ipmi/
H A Dipmi_devintf.c29 struct ipmi_user *user; member in struct:ipmi_file_private
100 &priv->user);
128 rv = ipmi_destroy_user(priv->user);
140 static int handle_send_req(struct ipmi_user *user, argument
185 rv = ipmi_request_settime(user,
212 copy the data to the user, it's possible another
213 user will grab something from the queue, too. Then
320 rv = handle_send_req(priv->user, &req, retries, retry_time_ms);
333 rv = handle_send_req(priv->user,
362 rv = ipmi_register_for_cmd(priv->user, va
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Dintel_wakeref.h82 * Acquire a hold on the wakeref. The first user to do so, will acquire
280 struct ref_tracker *user = NULL; local
282 ref_tracker_alloc(dir, &user, GFP_NOWAIT);
284 return (intel_wakeref_t)user ?: INTEL_WAKEREF_DEF;
290 struct ref_tracker *user; local
292 user = (handle == INTEL_WAKEREF_DEF) ? NULL : (void *)handle;
294 ref_tracker_free(dir, &user);
/linux-master/arch/x86/um/
H A Dptrace_32.c28 /* determines which flags the user has access to. */
108 else if ((addr >= offsetof(struct user, u_debugreg[0])) &&
109 (addr <= offsetof(struct user, u_debugreg[7]))) {
110 addr -= offsetof(struct user, u_debugreg[0]);
164 else if ((addr >= offsetof(struct user, u_debugreg[0])) &&
165 (addr <= offsetof(struct user, u_debugreg[7]))) {
166 addr -= offsetof(struct user, u_debugreg[0]);
H A Dptrace_64.c18 * determines which flags the user has access to.
118 else if ((addr >= offsetof(struct user, u_debugreg[0])) &&
119 (addr <= offsetof(struct user, u_debugreg[7]))) {
120 addr -= offsetof(struct user, u_debugreg[0]);
182 else if ((addr >= offsetof(struct user, u_debugreg[0])) &&
183 (addr <= offsetof(struct user, u_debugreg[7]))) {
184 addr -= offsetof(struct user, u_debugreg[0]);
/linux-master/security/selinux/ss/
H A Dcontext.h7 * that can be interpreted by a user or application
25 * A security context consists of an authenticated user
29 u32 user; member in struct:context
160 dst->user = src->user;
184 c->user = c->role = c->type = 0;
198 return ((c1->user == c2->user) && (c1->role == c2->role) &&
/linux-master/net/ipv4/
H A Dip_fragment.c5 * interface as the means of communication with the user level.
121 static bool frag_expire_skip_icmp(u32 user) argument
123 return user == IP_DEFRAG_AF_PACKET ||
124 ip_defrag_user_in_between(user, IP_DEFRAG_CONNTRACK_IN,
126 ip_defrag_user_in_between(user, IP_DEFRAG_CONNTRACK_BRIDGE_IN,
186 if (frag_expire_skip_icmp(qp->q.key.v4.user) &&
206 u32 user, int vif)
211 .user = user,
408 return qp->q.key.v4.user
205 ip_find(struct net *net, struct iphdr *iph, u32 user, int vif) argument
484 ip_defrag(struct net *net, struct sk_buff *skb, u32 user) argument
512 ip_check_defrag(struct net *net, struct sk_buff *skb, u32 user) argument
[all...]
/linux-master/arch/arm/mach-omap2/
H A Domap_hwmod.h204 * omap_hwmod_ocp_if.user bits: these indicate the initiators that use this
230 * @user: initiators using this interface (see OCP_USER_* macros above)
250 u8 user; member in struct:omap_hwmod_ocp_if
644 void *user),
645 void *user);
655 int (*fn)(struct omap_hwmod *oh, void *user),
656 void *user)
654 omap_hwmod_for_each_by_class(const char *classname, int (*fn)(struct omap_hwmod *oh, void *user), void *user) argument
/linux-master/drivers/vfio/
H A Diommufd.c195 struct iommufd_access *user; local
199 user = iommufd_access_create(ictx, &vfio_user_ops, vdev, out_device_id);
200 if (IS_ERR(user))
201 return PTR_ERR(user);
202 vdev->iommufd_access = user;
/linux-master/tools/testing/selftests/user_events/
H A Dperf_test.c111 FIXTURE(user) {
117 FIXTURE_SETUP(user) {
124 FIXTURE_TEARDOWN(user) {
133 TEST_F(user, perf_write) {
198 TEST_F(user, perf_empty_events) {
/linux-master/arch/um/drivers/
H A Dnet_kern.c155 lp->fd = (*lp->open)(&lp->user);
183 if (lp->close != NULL) (*lp->close)(lp->fd, &lp->user);
197 (*lp->close)(lp->fd, &lp->user);
344 (*lp->remove)(&lp->user);
438 .max_packet = transport->user->max_packet,
440 .open = transport->user->open,
441 .close = transport->user->close,
442 .remove = transport->user->remove,
445 .add_address = transport->user->add_address,
446 .delete_address = transport->user
[all...]
/linux-master/arch/x86/kernel/
H A Dvm86_32.c99 struct vm86plus_struct __user *user; local
105 * to access user space.
112 user = vm86->user_vm86;
114 if (!user_access_begin(user, vm86->vm86plus.is_vm86pus ?
119 unsafe_put_user(regs->pt.bx, &user->regs.ebx, Efault_end);
120 unsafe_put_user(regs->pt.cx, &user->regs.ecx, Efault_end);
121 unsafe_put_user(regs->pt.dx, &user->regs.edx, Efault_end);
122 unsafe_put_user(regs->pt.si, &user->regs.esi, Efault_end);
123 unsafe_put_user(regs->pt.di, &user->regs.edi, Efault_end);
124 unsafe_put_user(regs->pt.bp, &user
[all...]
/linux-master/include/uapi/linux/netfilter/
H A Dx_tables.h19 } user; member in union:xt_entry_match::__anon638
42 } user; member in union:xt_entry_target::__anon641
59 .target.u.user = { \

Completed in 190 milliseconds

1234567891011>>