Searched refs:mem_flags (Results 1 – 5 of 5) sorted by relevance
/xen/xen/common/ |
A D | memory.c | 592 if ( unlikely(!propagate_node(exch.out.mem_flags, &memflags)) ) in memory_exchange() 614 XENMEMF_get_address_bits(exch.out.mem_flags) ? : in memory_exchange() 962 address_bits = XENMEMF_get_address_bits(r->mem_flags); in construct_memop_from_reservation() 971 if ( r->mem_flags & XENMEMF_vnode ) in construct_memop_from_reservation() 979 vnode = XENMEMF_get_node(r->mem_flags); in construct_memop_from_reservation() 990 if ( r->mem_flags & XENMEMF_exact_node_request ) in construct_memop_from_reservation() 996 else if ( unlikely(!propagate_node(r->mem_flags, &a->memflags)) ) in construct_memop_from_reservation() 1225 && (reservation.mem_flags & XENMEMF_populate_on_demand) ) in do_memory_op() 1464 if ( reservation.mem_flags != 0 ) in do_memory_op()
|
/xen/tools/libxc/ |
A D | xc_domain.c | 895 unsigned int mem_flags, in xc_domain_increase_reservation() argument 903 .mem_flags = mem_flags, in xc_domain_increase_reservation() 927 unsigned int mem_flags, in xc_domain_increase_reservation_exact() argument 933 extent_order, mem_flags, extent_start); in xc_domain_increase_reservation_exact() 942 domid, nr_extents, extent_order, mem_flags); in xc_domain_increase_reservation_exact() 961 .mem_flags = 0, in xc_domain_decrease_reservation() 1090 .mem_flags = 0, /* no flags */ in xc_domain_claim_pages() 1107 unsigned int mem_flags, in xc_domain_populate_physmap() argument 1115 .mem_flags = mem_flags, in xc_domain_populate_physmap() 1136 unsigned int mem_flags, in xc_domain_populate_physmap_exact() argument [all …]
|
/xen/xen/include/public/ |
A D | memory.h | 85 unsigned int mem_flags; member
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 1364 unsigned int mem_flags, 1371 unsigned int mem_flags, 1409 unsigned int mem_flags, 1416 unsigned int mem_flags,
|
/xen/tools/firmware/hvmloader/ |
A D | util.c | 413 xmr.mem_flags = 0; in mem_hole_populate_ram()
|
Completed in 22 milliseconds