Home
last modified time | relevance | path

Searched refs:to_buff (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/vfio/pci/pds/
H A Dlm.c301 u8 *to_buff; in pds_vfio_restore_write() local
313 to_buff = kmap_local_page(page); in pds_vfio_restore_write()
314 err = copy_from_user(to_buff + page_offset, buf, page_len); in pds_vfio_restore_write()
315 kunmap_local(to_buff); in pds_vfio_restore_write()
/linux/kernel/bpf/
H A Dcore.c1295 struct bpf_insn *to_buff, in bpf_jit_blind_insn() argument
1298 struct bpf_insn *to = to_buff; in bpf_jit_blind_insn()
1447 return to - to_buff; in bpf_jit_blind_insn()