Searched refs:MEMF_bits (Results 1 – 11 of 11) sorted by relevance
323 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()
268 #define MEMF_bits(n) ((n)<<_MEMF_bits) macro
213 void *p = alloc_xenheap_pages(0, MEMF_bits(32 + PAGE_SHIFT)); in alloc_trace_bufs()
174 image->control_code_page = kimage_alloc_control_page(image, MEMF_bits(32)); in do_kimage_alloc()
612 memflags |= MEMF_bits(domain_clamp_alloc_bitsize( in memory_exchange()968 a->memflags = MEMF_bits(address_bits); in construct_memop_from_reservation()
590 MEMF_bits(crashinfo_maxaddr_bits) ); in kexec_init()
2196 memflags &= ~MEMF_bits(~0U); in alloc_xenheap_pages()2198 memflags |= MEMF_bits(xenheap_bits); in alloc_xenheap_pages()
2274 MEMF_bits(max_bitsize)); in gnttab_transfer()
238 void *page = alloc_xenheap_pages(0, MEMF_bits(32)); in pv_shim_setup_dom()
1033 memflags = MEMF_bits(crashinfo_maxaddr_bits); in console_init_ring()
290 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