Home
last modified time | relevance | path

Searched refs:phys_alloc_set_minimum_alignment (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/lib/
H A Dalloc_phys.h30 extern void phys_alloc_set_minimum_alignment(phys_addr_t align);
H A Dalloc_phys.c62 void phys_alloc_set_minimum_alignment(phys_addr_t align) in phys_alloc_set_minimum_alignment() function
/kvm-unit-tests/lib/riscv/
H A Dsetup.c121 phys_alloc_set_minimum_alignment(PAGE_SIZE); in mem_allocator_init()
/kvm-unit-tests/lib/powerpc/
H A Dsetup.c188 phys_alloc_set_minimum_alignment(__icache_bytes > __dcache_bytes in mem_init()
/kvm-unit-tests/lib/arm/
H A Dsetup.c148 phys_alloc_set_minimum_alignment(SMP_CACHE_BYTES); in mem_allocator_init()