Displaying 3 results from an estimated 3 matches for "remote_map".
Did you mean:
remote_unmap
2019 Aug 09
6
[RFC PATCH v6 71/92] mm: add support for remote mapping
From: Mircea C?rjaliu <mcirjaliu at bitdefender.com>
The following two new mm exports are introduced:
* mm_remote_map(struct mm_struct *req_mm,
unsigned long req_hva,
unsigned long map_hva)
* mm_remote_unmap(unsigned long map_hva)
* mm_remote_reset(void)
* rmap_walk_remote(struct page *page,
struct rmap_walk_control *rwc)
This patch allows one process to ma...
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
...| 2 +
arch/x86/kvm/x86.c | 601 ++++++-
drivers/gpu/drm/i915/gvt/kvmgt.c | 2 +-
include/linux/kvm_host.h | 26 +
include/linux/kvmi.h | 68 +
include/linux/page-flags.h | 9 +-
include/linux/remote_mapping.h | 167 ++
include/linux/swait.h | 11 +
include/trace/events/kvmi.h | 680 +++++++
include/uapi/linux/kvm.h | 34 +
include/uapi/linux/kvm_para.h | 10 +-
include/uapi/linux/kvmi.h | 286 +++
include/...
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
...| 2 +
arch/x86/kvm/x86.c | 601 ++++++-
drivers/gpu/drm/i915/gvt/kvmgt.c | 2 +-
include/linux/kvm_host.h | 26 +
include/linux/kvmi.h | 68 +
include/linux/page-flags.h | 9 +-
include/linux/remote_mapping.h | 167 ++
include/linux/swait.h | 11 +
include/trace/events/kvmi.h | 680 +++++++
include/uapi/linux/kvm.h | 34 +
include/uapi/linux/kvm_para.h | 10 +-
include/uapi/linux/kvmi.h | 286 +++
include/...