Home
last modified time | relevance | path

Searched refs:MEMF_bits (Results 1 – 11 of 11) sorted by relevance

/xen/xen/arch/x86/
A Ddomain.c323 d = alloc_xenheap_pages(0, MEMF_bits(bits)); in alloc_domain_struct()
344 (is_hvm_domain(d) && paging_mode_shadow(d)) ? MEMF_bits(32) : 0; in alloc_vcpu_struct()
608 if ( (d->shared_info = alloc_xenheap_pages(0, MEMF_bits(32))) == NULL ) in arch_domain_create()
/xen/xen/include/xen/
A Dmm.h268 #define MEMF_bits(n) ((n)<<_MEMF_bits) macro
/xen/xen/common/
A Dtrace.c213 void *p = alloc_xenheap_pages(0, MEMF_bits(32 + PAGE_SHIFT)); in alloc_trace_bufs()
A Dkimage.c174 image->control_code_page = kimage_alloc_control_page(image, MEMF_bits(32)); in do_kimage_alloc()
A Dmemory.c612 memflags |= MEMF_bits(domain_clamp_alloc_bitsize( in memory_exchange()
968 a->memflags = MEMF_bits(address_bits); in construct_memop_from_reservation()
A Dkexec.c590 MEMF_bits(crashinfo_maxaddr_bits) ); in kexec_init()
A Dpage_alloc.c2196 memflags &= ~MEMF_bits(~0U); in alloc_xenheap_pages()
2198 memflags |= MEMF_bits(xenheap_bits); in alloc_xenheap_pages()
A Dgrant_table.c2274 MEMF_bits(max_bitsize)); in gnttab_transfer()
/xen/xen/arch/x86/pv/
A Dshim.c238 void *page = alloc_xenheap_pages(0, MEMF_bits(32)); in pv_shim_setup_dom()
/xen/xen/drivers/char/
A Dconsole.c1033 memflags = MEMF_bits(crashinfo_maxaddr_bits); in console_init_ring()
/xen/xen/arch/arm/
A Ddomain_build.c290 pg = alloc_domheap_pages(d, order, MEMF_bits(bits)); in allocate_memory_11()
321 lowmem ? MEMF_bits(lowmem_bitsize) : 0); in allocate_memory_11()

Completed in 36 milliseconds