/openbmc/linux/arch/x86/kernel/ |
H A D | setup_percpu.c | 84 static int __init pcpu_cpu_distance(unsigned int from, unsigned int to) in pcpu_cpu_distance()
|
/openbmc/linux/include/linux/ |
H A D | assoc_array_priv.h | 91 struct assoc_array_ptr *to; member 95 u8 to; member
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | memory.h | 202 #define __pv_stub(from,to,instr) \ argument 227 #define __pv_stub(from,to,instr) \ argument
|
/openbmc/linux/tools/perf/ |
H A D | builtin-buildid-cache.c | 56 char to[PATH_MAX]; in same_kallsyms_reloc() local 83 char to[PATH_MAX]; in build_id_cache__kcore_existing() local
|
/openbmc/linux/drivers/char/ |
H A D | applicom.c | 466 void __iomem *to = apbs[IndexCard].RamIO + RAM_FROM_PC; in ac_write() local 488 unsigned char *to = (unsigned char *)mailbox; in do_ac_read() local
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | zcrypt_api.h | 164 void *to, in z_copy_from_user() 175 void __user *to, in z_copy_to_user()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | des3_ede-asm_64.S | 123 #define round1(n, from, to, load_next_key) \ argument 361 #define round3(n, from, to, load_next_key, do_movq) \ argument
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | mm.c | 113 int pkvm_create_mappings_locked(void *from, void *to, enum kvm_pgtable_prot prot) in pkvm_create_mappings_locked() 138 int pkvm_create_mappings(void *from, void *to, enum kvm_pgtable_prot prot) in pkvm_create_mappings()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | uaccess.h | 390 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 416 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
|
/openbmc/u-boot/drivers/mtd/ |
H A D | mtdcore.c | 985 int mtd_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, in mtd_write() 1020 int mtd_panic_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, in mtd_panic_write() 1102 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() 1539 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len, in mtd_write_user_prot_reg() 1653 unsigned long count, loff_t to, size_t *retlen) in default_mtd_writev() 1685 unsigned long count, loff_t to, size_t *retlen) in mtd_writev()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | act.c | 87 struct flow_action *flow_action, int from, int to, in mlx5e_tc_act_post_parse()
|
/openbmc/linux/arch/x86/um/ |
H A D | syscalls_64.c | 84 void arch_switch_to(struct task_struct *to) in arch_switch_to()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | ptrace.c | 546 struct membuf to) in gpr_get() 574 struct membuf to) in fpa_get() 613 struct membuf to) in vfp_get()
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_devintf.c | 201 void __user *to) in handle_recv() 289 static int copyout_recv(struct ipmi_recv *rsp, void __user *to) in copyout_recv() 701 static int copyout_recv32(struct ipmi_recv *p64, void __user *to) in copyout_recv32()
|
/openbmc/linux/arch/x86/kernel/kprobes/ |
H A D | core.c | 110 __synthesize_relative_insn(void *dest, void *from, void *to, u8 op) in __synthesize_relative_insn() 123 void synthesize_reljump(void *dest, void *from, void *to) in synthesize_reljump() 130 void synthesize_relcall(void *dest, void *from, void *to) in synthesize_relcall()
|
/openbmc/u-boot/common/ |
H A D | flash.c | 27 flash_protect (int flag, ulong from, ulong to, flash_info_t *info) in flash_protect()
|
/openbmc/qemu/util/ |
H A D | coroutine-windows.c | 53 CoroutineWin32 *to = DO_UPCAST(CoroutineWin32, base, to_); in qemu_coroutine_switch() local
|
/openbmc/linux/fs/udf/ |
H A D | symlink.c | 29 int fromlen, unsigned char *to, int tolen) in udf_pc_to_char()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-icade.c | 126 u16 to; member
|
/openbmc/linux/fs/proc/ |
H A D | proc_tty.c | 71 dev_t to = from + p->num; in show_tty_driver() local
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ |
H A D | ia_css_vf.host.c | 29 int ia_css_vf_config(struct sh_css_isp_vf_isp_config *to, in ia_css_vf_config()
|
/openbmc/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | kup-8xx.h | 52 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access()
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | sst.c | 126 static int sst_nor_write(struct mtd_info *mtd, loff_t to, size_t len, in sst_nor_write()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | alternative.h | 47 #define ALTERNATIVE(from, to, cond, replacement)\ argument
|
/openbmc/linux/fs/configfs/ |
H A D | file.c | 80 static ssize_t configfs_read_iter(struct kiocb *iocb, struct iov_iter *to) in configfs_read_iter() 106 static ssize_t configfs_bin_read_iter(struct kiocb *iocb, struct iov_iter *to) in configfs_bin_read_iter()
|