Home
last modified time | relevance | path

Searched refs:safe_copy_string_from_guest (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dguestcopy.c9 char *safe_copy_string_from_guest(XEN_GUEST_HANDLE(char) u_buf, in safe_copy_string_from_guest() function
A Ddevice_tree.c289 path = safe_copy_string_from_guest(u_path, u_plen, PAGE_SIZE); in dt_find_node_by_gpath()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dguest_access.h32 char *safe_copy_string_from_guest(XEN_GUEST_HANDLE(char) u_buf,
/xen-4.10.0-shim-comet/xen/xsm/flask/
A Dflask_op.c180 buf = safe_copy_string_from_guest(arg->context, arg->size, PAGE_SIZE); in flask_security_context()
276 name = safe_copy_string_from_guest(arg->name, arg->size, PAGE_SIZE); in flask_security_resolve_bool()
509 buf = safe_copy_string_from_guest(arg->path, arg->length, PAGE_SIZE); in flask_devicetree_label()
783 #define safe_copy_string_from_guest(ch, sz, mx) ({ \ macro
786 safe_copy_string_from_guest(gh, sz, mx); \

Completed in 8 milliseconds