| /kernel/linux/linux-6.6/arch/s390/lib/ |
| D | test_unwind.c | 160 struct unwindme *u = unwindme; in kretprobe_ret_handler() local 171 static noinline notrace int test_unwind_kretprobed_func(struct unwindme *u) in test_unwind_kretprobed_func() 183 static noinline int test_unwind_kretprobed_func_caller(struct unwindme *u) in test_unwind_kretprobed_func_caller() 188 static int test_unwind_kretprobe(struct unwindme *u) in test_unwind_kretprobe() 221 struct unwindme *u = unwindme; in kprobe_pre_handler() local 239 static int test_unwind_kprobe(struct unwindme *u) in test_unwind_kprobe() 273 struct unwindme *u = (struct unwindme *)fregs->regs.gprs[2]; in test_unwind_ftrace_handler() local 279 static noinline int test_unwind_ftraced_func(struct unwindme *u) in test_unwind_ftraced_func() 284 static int test_unwind_ftrace(struct unwindme *u) in test_unwind_ftrace() 319 static noinline int unwindme_func4(struct unwindme *u) in unwindme_func4() [all …]
|
| /kernel/linux/linux-6.6/fs/nfsd/ |
| D | nfs4xdr.c | 773 union nfsd4_op_u *u) in nfsd4_decode_access() 782 nfsd4_decode_close(struct nfsd4_compoundargs *argp, union nfsd4_op_u *u) in nfsd4_decode_close() 792 nfsd4_decode_commit(struct nfsd4_compoundargs *argp, union nfsd4_op_u *u) in nfsd4_decode_commit() 804 nfsd4_decode_create(struct nfsd4_compoundargs *argp, union nfsd4_op_u *u) in nfsd4_decode_create() 851 nfsd4_decode_delegreturn(struct nfsd4_compoundargs *argp, union nfsd4_op_u *u) in nfsd4_decode_delegreturn() 858 nfsd4_decode_getattr(struct nfsd4_compoundargs *argp, union nfsd4_op_u *u) in nfsd4_decode_getattr() 867 nfsd4_decode_link(struct nfsd4_compoundargs *argp, union nfsd4_op_u *u) in nfsd4_decode_link() 917 nfsd4_decode_lock(struct nfsd4_compoundargs *argp, union nfsd4_op_u *u) in nfsd4_decode_lock() 935 nfsd4_decode_lockt(struct nfsd4_compoundargs *argp, union nfsd4_op_u *u) in nfsd4_decode_lockt() 952 nfsd4_decode_locku(struct nfsd4_compoundargs *argp, union nfsd4_op_u *u) in nfsd4_decode_locku() [all …]
|
| D | nfs4proc.c | 527 union nfsd4_op_u *u) in nfsd4_open() 668 union nfsd4_op_u *u) in nfsd4_getfh() 676 union nfsd4_op_u *u) in nfsd4_putfh() 697 union nfsd4_op_u *u) in nfsd4_putrootfh() 706 union nfsd4_op_u *u) in nfsd4_restorefh() 721 union nfsd4_op_u *u) in nfsd4_savefh() 736 union nfsd4_op_u *u) in nfsd4_access() 765 union nfsd4_op_u *u) in nfsd4_commit() 785 union nfsd4_op_u *u) in nfsd4_create() 880 union nfsd4_op_u *u) in nfsd4_getattr() [all …]
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | termios.h | 72 struct termios2 __user *u) in user_termios_to_kernel_termios() 77 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() 84 struct termios __user *u) in user_termios_to_kernel_termios_1() 89 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1() 96 struct termios __user *u) in user_termios_to_kernel_termios() 101 static inline int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios()
|
| D | termios-base.h | 66 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 70 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) argument 73 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 74 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
| /kernel/linux/linux-5.10/drivers/xen/ |
| D | evtchn.c | 95 static unsigned int evtchn_ring_offset(struct per_user_data *u, in evtchn_ring_offset() 101 static evtchn_port_t *evtchn_ring_entry(struct per_user_data *u, in evtchn_ring_entry() 107 static int add_evtchn(struct per_user_data *u, struct user_evtchn *evtchn) in add_evtchn() 134 static void del_evtchn(struct per_user_data *u, struct user_evtchn *evtchn) in del_evtchn() 141 static struct user_evtchn *find_evtchn(struct per_user_data *u, in find_evtchn() 164 struct per_user_data *u = evtchn->user; in evtchn_interrupt() local 195 struct per_user_data *u = file->private_data; in evtchn_read() local 267 struct per_user_data *u = file->private_data; in evtchn_write() local 308 static int evtchn_resize_ring(struct per_user_data *u) in evtchn_resize_ring() 364 static int evtchn_bind_to_user(struct per_user_data *u, evtchn_port_t port) in evtchn_bind_to_user() [all …]
|
| /kernel/linux/linux-6.6/drivers/xen/ |
| D | evtchn.c | 95 static unsigned int evtchn_ring_offset(struct per_user_data *u, in evtchn_ring_offset() 101 static evtchn_port_t *evtchn_ring_entry(struct per_user_data *u, in evtchn_ring_entry() 107 static int add_evtchn(struct per_user_data *u, struct user_evtchn *evtchn) in add_evtchn() 134 static void del_evtchn(struct per_user_data *u, struct user_evtchn *evtchn) in del_evtchn() 141 static struct user_evtchn *find_evtchn(struct per_user_data *u, in find_evtchn() 164 struct per_user_data *u = evtchn->user; in evtchn_interrupt() local 200 struct per_user_data *u = file->private_data; in evtchn_read() local 272 struct per_user_data *u = file->private_data; in evtchn_write() local 313 static int evtchn_resize_ring(struct per_user_data *u) in evtchn_resize_ring() 369 static int evtchn_bind_to_user(struct per_user_data *u, evtchn_port_t port, in evtchn_bind_to_user() [all …]
|
| /kernel/linux/linux-5.10/arch/s390/lib/ |
| D | test_unwind.c | 140 struct unwindme *u = unwindme; in pgm_pre_handler() local 149 static noinline int unwindme_func4(struct unwindme *u) in unwindme_func4() 200 static noinline int unwindme_func3(struct unwindme *u) in unwindme_func3() 207 static noinline int unwindme_func2(struct unwindme *u) in unwindme_func2() 225 static noinline int unwindme_func1(void *u) in unwindme_func1() 234 struct unwindme *u = READ_ONCE(unwindme); in unwindme_irq_handler() local 243 static int test_unwind_irq(struct unwindme *u) in test_unwind_irq() 259 static int test_unwind_task(struct unwindme *u) in test_unwind_task() 291 struct unwindme u; in test_unwind_flags() local
|
| /kernel/linux/linux-6.6/drivers/xen/xenbus/ |
| D | xenbus_dev_frontend.c | 112 } u; member 129 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_read() local 308 struct xenbus_file_priv *u; in xenbus_worker() local 341 struct xenbus_file_priv *u; in xenbus_file_free() local 352 struct xenbus_file_priv *u, uint32_t tx_id) in xenbus_get_transaction() 365 struct xenbus_file_priv *u = req->par; in xenbus_dev_queue_reply() local 419 static int xenbus_command_reply(struct xenbus_file_priv *u, in xenbus_command_reply() 447 struct xenbus_file_priv *u) in xenbus_write_transaction() 496 static int xenbus_write_watch(unsigned msg_type, struct xenbus_file_priv *u) in xenbus_write_watch() 554 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_write() local [all …]
|
| /kernel/linux/linux-5.10/drivers/xen/xenbus/ |
| D | xenbus_dev_frontend.c | 112 } u; member 129 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_read() local 308 struct xenbus_file_priv *u; in xenbus_worker() local 341 struct xenbus_file_priv *u; in xenbus_file_free() local 352 struct xenbus_file_priv *u, uint32_t tx_id) in xenbus_get_transaction() 365 struct xenbus_file_priv *u = req->par; in xenbus_dev_queue_reply() local 419 static int xenbus_command_reply(struct xenbus_file_priv *u, in xenbus_command_reply() 447 struct xenbus_file_priv *u) in xenbus_write_transaction() 496 static int xenbus_write_watch(unsigned msg_type, struct xenbus_file_priv *u) in xenbus_write_watch() 554 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_write() local [all …]
|
| /kernel/linux/linux-5.10/fs/nfsd/ |
| D | nfs4proc.c | 353 union nfsd4_op_u *u) in nfsd4_open() 497 union nfsd4_op_u *u) in nfsd4_getfh() 505 union nfsd4_op_u *u) in nfsd4_putfh() 526 union nfsd4_op_u *u) in nfsd4_putrootfh() 537 union nfsd4_op_u *u) in nfsd4_restorefh() 552 union nfsd4_op_u *u) in nfsd4_savefh() 567 union nfsd4_op_u *u) in nfsd4_access() 596 union nfsd4_op_u *u) in nfsd4_commit() 607 union nfsd4_op_u *u) in nfsd4_create() 700 union nfsd4_op_u *u) in nfsd4_getattr() [all …]
|
| /kernel/linux/linux-6.6/lib/crypto/mpi/ |
| D | mpi-cmp.c | 23 int mpi_cmp_ui(MPI u, unsigned long v) in mpi_cmp_ui() 48 static int do_mpi_cmp(MPI u, MPI v, int absmode) in do_mpi_cmp() 88 int mpi_cmp(MPI u, MPI v) in mpi_cmp() 94 int mpi_cmpabs(MPI u, MPI v) in mpi_cmpabs()
|
| D | mpi-add.c | 20 void mpi_add_ui(MPI w, MPI u, unsigned long v) in mpi_add_ui() 67 void mpi_add(MPI w, MPI u, MPI v) in mpi_add() 134 void mpi_sub(MPI w, MPI u, MPI v) in mpi_sub() 143 void mpi_addm(MPI w, MPI u, MPI v, MPI m) in mpi_addm() 150 void mpi_subm(MPI w, MPI u, MPI v, MPI m) in mpi_subm()
|
| /kernel/linux/linux-5.10/lib/mpi/ |
| D | mpi-cmp.c | 23 int mpi_cmp_ui(MPI u, unsigned long v) in mpi_cmp_ui() 48 static int do_mpi_cmp(MPI u, MPI v, int absmode) in do_mpi_cmp() 88 int mpi_cmp(MPI u, MPI v) in mpi_cmp() 94 int mpi_cmpabs(MPI u, MPI v) in mpi_cmpabs()
|
| D | mpi-add.c | 20 void mpi_add_ui(MPI w, MPI u, unsigned long v) in mpi_add_ui() 67 void mpi_add(MPI w, MPI u, MPI v) in mpi_add() 134 void mpi_sub(MPI w, MPI u, MPI v) in mpi_sub() 143 void mpi_addm(MPI w, MPI u, MPI v, MPI m) in mpi_addm() 150 void mpi_subm(MPI w, MPI u, MPI v, MPI m) in mpi_subm()
|
| /kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/ |
| D | cpt_hw_types.h | 74 u64 u[8]; member 131 u64 u[2]; member 160 u64 u; member 189 u64 u; member 222 u64 u; member 285 u64 u; member 335 u64 u; member 370 u64 u; member 410 u64 u; member 439 u64 u; member [all …]
|
| /kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/ |
| D | cpt_hw_types.h | 74 u64 u[8]; member 131 u64 u[2]; member 160 u64 u; member 189 u64 u; member 222 u64 u; member 285 u64 u; member 335 u64 u; member 370 u64 u; member 410 u64 u; member 439 u64 u; member [all …]
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| D | termios.h | 75 #define user_termios_to_kernel_termios(k, u) \ argument 78 #define kernel_termios_to_user_termios(u, k) \ argument 81 #define user_termios_to_kernel_termios_1(k, u) \ argument 84 #define kernel_termios_to_user_termios_1(u, k) \ argument
|
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| D | termios.h | 67 #define user_termios_to_kernel_termios(k, u) \ argument 88 #define kernel_termios_to_user_termios(u, k) \ argument 109 #define user_termios_to_kernel_termios_1(k, u) \ argument 128 #define kernel_termios_to_user_termios_1(u, k) \ argument
|
| /kernel/linux/linux-6.6/arch/sparc/kernel/ |
| D | termios.c | 34 struct termios2 __user *u) in user_termios_to_kernel_termios() 55 int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() 78 struct termios __user *u) in user_termios_to_kernel_termios_1() 97 int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1()
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | termios.h | 53 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 54 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 55 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 56 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| D | termios.h | 47 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 48 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 49 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 50 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | termios.h | 82 struct termios2 *u) in user_termios_to_kernel_termios() 87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() 94 struct termios __user *u) in user_termios_to_kernel_termios_1() 99 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1()
|
| /kernel/linux/linux-6.6/drivers/tty/serial/ |
| D | serial-tegra.c | 168 static inline struct tegra_uart_port *to_tegra_uport(struct uart_port *u) in to_tegra_uport() 173 static unsigned int tegra_uart_get_mctrl(struct uart_port *u) in tegra_uart_get_mctrl() 236 static void tegra_uart_set_mctrl(struct uart_port *u, unsigned int mctrl) in tegra_uart_set_mctrl() 251 static void tegra_uart_break_ctl(struct uart_port *u, int break_ctl) in tegra_uart_break_ctl() 475 static int tegra_uart_request_port(struct uart_port *u) in tegra_uart_request_port() 480 static void tegra_uart_release_port(struct uart_port *u) in tegra_uart_release_port() 586 static void tegra_uart_start_tx(struct uart_port *u) in tegra_uart_start_tx() 595 static unsigned int tegra_uart_tx_empty(struct uart_port *u) in tegra_uart_tx_empty() 611 static void tegra_uart_stop_tx(struct uart_port *u) in tegra_uart_stop_tx() 725 struct uart_port *u = &tup->uport; in tegra_uart_rx_dma_complete() local [all …]
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | serial-tegra.c | 164 static inline struct tegra_uart_port *to_tegra_uport(struct uart_port *u) in to_tegra_uport() 169 static unsigned int tegra_uart_get_mctrl(struct uart_port *u) in tegra_uart_get_mctrl() 232 static void tegra_uart_set_mctrl(struct uart_port *u, unsigned int mctrl) in tegra_uart_set_mctrl() 247 static void tegra_uart_break_ctl(struct uart_port *u, int break_ctl) in tegra_uart_break_ctl() 471 static int tegra_uart_request_port(struct uart_port *u) in tegra_uart_request_port() 476 static void tegra_uart_release_port(struct uart_port *u) in tegra_uart_release_port() 583 static void tegra_uart_start_tx(struct uart_port *u) in tegra_uart_start_tx() 592 static unsigned int tegra_uart_tx_empty(struct uart_port *u) in tegra_uart_tx_empty() 608 static void tegra_uart_stop_tx(struct uart_port *u) in tegra_uart_stop_tx() 723 struct uart_port *u = &tup->uport; in tegra_uart_rx_dma_complete() local [all …]
|