Lines Matching full:paste
33 * where "vas_copy" and "vas_paste" are defined in copy-paste.h.
34 * copy/paste returns to the user space directly. So refer NX hardware
35 * documentation for exact copy/paste usage and completion / error
356 * If the executed instruction that caused the fault was a paste, then
379 * Not a paste instruction, driver may fail the fault. in do_fail_paste()
384 regs->ccr &= ~0xe0000000; /* Clear CR0[0-2] to fail paste */ in do_fail_paste()
385 regs_add_return_ip(regs, 4); /* Emulate the paste */ in do_fail_paste()
392 * the paste address. Happens if the kernel closes window in hypervisor
393 * (on pseries) due to lost credit or the paste address is not mapped.
409 pr_err("Unexpected fault on paste address with TX window closed\n"); in vas_mmap_fault()
417 * paste addresses and set windows in-active (zap_vma_pages in in vas_mmap_fault()
424 pr_err("No previous mapping with paste address\n"); in vas_mmap_fault()
432 * the credit is available, map the new paste address at the in vas_mmap_fault()
449 * Since no mapping, return the paste instruction failure in vas_mmap_fault()
506 * mmap_mutex protects the paste address mmap() with DLPAR in coproc_mmap()
519 pr_err("Window paste address failed\n"); in coproc_mmap()
535 pr_devel("paste addr %llx at %lx, rc %d\n", paste_addr, in coproc_mmap()