Searched refs:host_addr (Results 1 – 2 of 2) sorted by relevance
/xen/xen/include/public/ |
A D | grant_table.h | 342 uint64_t host_addr; member 367 uint64_t host_addr; member 506 uint64_t host_addr; member
|
/xen/xen/common/ |
A D | grant_table.c | 229 uint64_t host_addr; member 1152 rc = create_grant_host_mapping(op->host_addr, mfn, op->flags, in map_grant_ref() 1192 rc = create_grant_host_mapping(op->host_addr, mfn, op->flags, 0); in map_grant_ref() 1265 replace_grant_host_mapping(op->host_addr, mfn, 0, op->flags); in map_grant_ref() 1442 if ( op->host_addr && (flags & GNTMAP_host_map) ) in unmap_common() 1444 if ( (rc = replace_grant_host_mapping(op->host_addr, in unmap_common() 1590 common->host_addr = op->host_addr; in unmap_grant_ref() 1656 common->host_addr = op->host_addr; in unmap_and_replace()
|
Completed in 10 milliseconds