Searched refs:mem_flags (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | memory.c | 534 if ( unlikely(!propagate_node(exch.out.mem_flags, &memflags)) ) in memory_exchange() 556 XENMEMF_get_address_bits(exch.out.mem_flags) ? : in memory_exchange() 891 address_bits = XENMEMF_get_address_bits(r->mem_flags); in construct_memop_from_reservation() 900 if ( r->mem_flags & XENMEMF_vnode ) in construct_memop_from_reservation() 908 vnode = XENMEMF_get_node(r->mem_flags); in construct_memop_from_reservation() 919 if ( r->mem_flags & XENMEMF_exact_node_request ) in construct_memop_from_reservation() 925 else if ( unlikely(!propagate_node(r->mem_flags, &a->memflags)) ) in construct_memop_from_reservation() 1017 && (reservation.mem_flags & XENMEMF_populate_on_demand) ) in do_memory_op() 1254 if ( reservation.mem_flags != 0 ) in do_memory_op()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 932 unsigned int mem_flags, in xc_domain_increase_reservation() argument 940 .mem_flags = mem_flags, in xc_domain_increase_reservation() 964 unsigned int mem_flags, in xc_domain_increase_reservation_exact() argument 970 extent_order, mem_flags, extent_start); in xc_domain_increase_reservation_exact() 979 domid, nr_extents, extent_order, mem_flags); in xc_domain_increase_reservation_exact() 998 .mem_flags = 0, in xc_domain_decrease_reservation() 1116 .mem_flags = 0, /* no flags */ in xc_domain_claim_pages() 1133 unsigned int mem_flags, in xc_domain_populate_physmap() argument 1141 .mem_flags = mem_flags, in xc_domain_populate_physmap() 1162 unsigned int mem_flags, in xc_domain_populate_physmap_exact() argument [all …]
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | memory.h | 85 unsigned int mem_flags; member
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1382 unsigned int mem_flags, 1389 unsigned int mem_flags, 1423 unsigned int mem_flags, 1430 unsigned int mem_flags,
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | util.c | 413 xmr.mem_flags = 0; in mem_hole_populate_ram()
|
Completed in 17 milliseconds