Searched refs:user (Results 101 - 125 of 691) sorted by relevance

1234567891011>>

/linux-master/arch/arm/include/asm/
H A Dtls.h14 mrc p15, 0, \tmp2, c13, c0, 2 @ get the user r/w register
15 @ TLS register update is deferred until return to user space
16 mcr p15, 0, \tpuser, c13, c0, 2 @ set the user r/w register
104 * eventually if you do so. The user helper
H A Ducontext.h6 #include <asm/user.h>
79 * The layout of this structure is not part of the user ABI,
/linux-master/arch/sh/kernel/
H A Dptrace_32.c17 #include <linux/user.h>
351 addr > sizeof(struct user) - 3)
356 else if (addr >= offsetof(struct user, fpu) &&
357 addr < offsetof(struct user, u_fpvalid)) {
359 if (addr == offsetof(struct user, fpu.fpscr))
368 index = addr - offsetof(struct user, fpu);
372 } else if (addr == offsetof(struct user, u_fpvalid))
391 addr > sizeof(struct user) - 3)
396 else if (addr >= offsetof(struct user, fpu) &&
397 addr < offsetof(struct user, u_fpvali
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dudisp.c53 if (disp->func->user[index].ctor) {
54 sclass->base = disp->func->user[index].base;
55 sclass->ctor = disp->func->user[index].ctor;
H A Dchan.h15 int user; member in struct:nvkm_disp_chan::__anon231
40 u64 (*user)(struct nvkm_disp_chan *, u64 *size); member in struct:nvkm_disp_chan_func
70 int user; member in struct:nvkm_disp_chan_user
H A Dgk110.c44 .user = {
/linux-master/arch/um/drivers/
H A Dpcap_kern.c25 ppri = (struct pcap_data *) pri->user;
38 (struct pcap_data *) &lp->user);
101 .user = &pcap_user_info,
H A Dumcast_kern.c3 * user-mode-linux networking multicast transport
34 dpri = (struct umcast_data *) pri->user;
60 (struct umcast_data *) &lp->user);
165 .user = &umcast_user_info,
175 .user = &umcast_user_info,
/linux-master/arch/x86/um/
H A DMakefile42 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \
44 targets += user-offsets.s
46 include/generated/user_constants.h: $(obj)/user-offsets.s FORCE
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_io.h39 void *user; member in struct:cxd2880_io
/linux-master/arch/m68k/fpsp040/
H A Dx_unimp.S7 | Invoked when the user program encounters a floating-point
61 fmovel #0,%FPSR |clear all user bits
62 fmovel #0,%FPCR |clear all user exceptions for FPSP
72 bsrl sto_res |store the result in user space
/linux-master/kernel/
H A Duser-return-notifier.c3 #include <linux/user-return-notifier.h>
23 * Removes a registered user return notifier. Must be called from atomic
34 /* Calls registered user return notifiers */
/linux-master/net/ax25/
H A Dax25_uid.c72 ax25_uid_assoc *user; local
97 user = ax25_findbyuid(sax25_kuid);
98 if (user) {
99 ax25_uid_put(user);
/linux-master/include/keys/
H A Duser-type.h2 /* user-type.h: User-defined key type
18 * the payload for a key of type "user" or "logon"
43 extern void user_describe(const struct key *user, struct seq_file *m);
/linux-master/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c27 static uid_t user = 60000; variable
63 warnx("(pid=%d): Changing to uid=%d, gid=%d", pid, user, group);
67 if (setuid(user) < 0)
68 err(EXIT_FAILURE, "(pid=%d): setuid(%d)", pid, user);
72 warnx("(pid=%d): Unshare user namespace", pid);
/linux-master/arch/x86/include/asm/
H A Duser_64.h8 can understand it and provide useful information to the user.
13 the user struct to find out what the floating point registers
17 UPAGE: 1 page consisting of a user struct that tells gdb what is present
23 current->brk to pick up all of the user variables, plus any memory
99 /* When the kernel dumps core, it starts by dumping the user struct -
103 struct user { struct
H A Duser_32.h7 can understand it and provide useful information to the user (under
12 the contents of the user struct to find out what the floating point
15 UPAGE: 1 page consisting of a user struct that tells gdb what is present
21 current->brk to pick up all of the user variables, plus any memory
74 * is still the layout used by user mode (the new
98 /* When the kernel dumps core, it starts by dumping the user struct -
101 struct user{ struct
/linux-master/kernel/power/
H A DMakefile18 obj-$(CONFIG_HIBERNATION_SNAPSHOT_DEV) += user.o
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dfault.h21 struct nvkm_device_oclass user; member in struct:nvkm_fault
/linux-master/arch/arm64/kvm/
H A Dpvtime.c78 u64 __user *user = (u64 __user *)attr->addr; local
88 if (get_user(ipa, user))
110 u64 __user *user = (u64 __user *)attr->addr; local
119 if (put_user(ipa, user))
/linux-master/net/netfilter/
H A Dnf_conntrack_ovs.c150 enum ip_defrag_users user = IP_DEFRAG_CONNTRACK_IN + zone; local
154 err = ip_defrag(net, skb, user);
162 enum ip6_defrag_users user = IP6_DEFRAG_CONNTRACK_IN + zone; local
165 err = nf_ct_frag6_gather(net, skb, user);
/linux-master/fs/smb/server/mgmt/
H A Dtree_connect.h28 struct ksmbd_user *user; member in struct:ksmbd_tree_connect
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh322 # instead "-net nic -net user".
329 echo $1 -net nic -net user
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dpd.c12 * @udata: optional user data
43 pd->user = !!udata;
52 * @udata: Valid user data or NULL for kernel object
/linux-master/net/ipv4/netfilter/
H A Dnf_defrag_ipv4.c27 u_int32_t user)
32 err = ip_defrag(net, skb, user);
84 enum ip_defrag_users user = local
87 if (nf_ct_ipv4_gather_frags(state->net, skb, user))
26 nf_ct_ipv4_gather_frags(struct net *net, struct sk_buff *skb, u_int32_t user) argument

Completed in 246 milliseconds

1234567891011>>