Searched refs:alloc_pages_flags (Results 1 – 10 of 10) sorted by relevance
/kvm-unit-tests/lib/ |
H A D | alloc_page.h | 60 void *alloc_pages_flags(unsigned int order, unsigned int flags); 69 return alloc_pages_flags(order, AREA_ANY); in alloc_pages()
|
H A D | alloc_page.c | 413 void *alloc_pages_flags(unsigned int order, unsigned int flags) in alloc_pages_flags() function
|
/kvm-unit-tests/s390x/ |
H A D | firq.c | 73 h = alloc_pages_flags(0, AREA_DMA31); in test_wait_state_delivery()
|
H A D | smp.c | 198 struct cpu_status *status = alloc_pages_flags(1, AREA_DMA31); in test_store_status() 251 struct lowcore *new_lc = alloc_pages_flags(1, AREA_DMA31); in test_set_prefix() 462 struct cpu_status *status = alloc_pages_flags(0, AREA_DMA31); in test_reset_initial()
|
H A D | stfle-sie.c | 27 fac = alloc_pages_flags(0, AREA_DMA31); in setup_guest()
|
H A D | mvpg.c | 286 fresh = alloc_pages_flags(MEM_ORDER, FLAG_DONTZERO | FLAG_FRESH); in main()
|
/kvm-unit-tests/lib/s390x/ |
H A D | malloc_io.c | 50 p = alloc_pages_flags(order, AREA_DMA31 | flags); in alloc_io_mem()
|
H A D | sie.c | 142 vm->crycb = alloc_pages_flags(0, AREA_DMA31); in sie_guest_create()
|
H A D | smp.c | 259 lc = alloc_pages_flags(1, AREA_DMA31); in smp_cpu_setup_nolock()
|
/kvm-unit-tests/x86/ |
H A D | lam.c | 238 vaddr = alloc_pages_flags(0, AREA_NORMAL); in test_lam_user()
|