Searched refs:__get_user (Results 101 - 110 of 110) sorted by relevance

12345

/linux-master/arch/powerpc/kernel/
H A Dprocess.c1948 __get_user(entry, (unsigned long __user *)start);
1949 __get_user(toc, (unsigned long __user *)start+1);
H A Dtraps.c893 if (__get_user(instr, (unsigned int __user *)regs->nip))
/linux-master/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h405 if (unlikely(__get_user(pte, ptep_user)))
/linux-master/kernel/trace/
H A Dbpf_trace.c2620 if (__get_user(usymbol, usyms + i)) {
3409 if (__get_user(uprobes[i].offset, uoffsets + i)) {
3417 if (uref_ctr_offsets && __get_user(uprobes[i].ref_ctr_offset, uref_ctr_offsets + i)) {
3421 if (ucookies && __get_user(uprobes[i].cookie, ucookies + i)) {
/linux-master/io_uring/
H A Drw.c47 if (__get_user(clen, &uiov->iov_len))
H A Dnet.c218 if (__get_user(clen, &uiov->iov_len))
/linux-master/drivers/vhost/
H A Dvhost.c1259 ret = __get_user(x, ptr); \
1266 ret = __get_user(x, from); \
H A Dvringh.c1290 ret = __get_user(tmp, (__virtio16 __user *)ivec.iov.iovec[0].iov_base);
/linux-master/drivers/xen/
H A Dgntdev.c844 if (__get_user(old_status, batch->status[i]))
/linux-master/kernel/events/
H A Duprobes.c2016 result = __get_user(opcode, (uprobe_opcode_t __user *)vaddr);

Completed in 169 milliseconds

12345