Searched defs:order (Results 1 – 8 of 8) sorted by relevance
/kvm-unit-tests/lib/s390x/ |
H A D | malloc_io.c | 44 int order = get_order(PAGE_ALIGN(size) >> PAGE_SHIFT); in alloc_io_mem() local 65 int order = get_order(PAGE_ALIGN(size) >> PAGE_SHIFT); in free_io_mem() local
|
H A D | smp.c | 51 int smp_sigp(uint16_t idx, uint8_t order, unsigned long parm, uint32_t *status) in smp_sigp() 99 uint8_t order = store ? SIGP_STOP_AND_STORE_STATUS : SIGP_STOP; in smp_cpu_stop_nolock() local
|
/kvm-unit-tests/lib/ |
H A D | alloc_page.h | 67 static inline void *alloc_pages(unsigned int order) in alloc_pages() 101 static inline void free_pages_by_order(void *mem, unsigned int order) in free_pages_by_order()
|
H A D | alloc_page.c | 18 #define IS_ALIGNED_ORDER(x,order) IS_ALIGNED((x),BIT_ULL(order)) argument 102 u8 metadata, order; in split() local 146 u8 order; in page_memalign_order() local 220 static bool coalesce(struct mem_area *a, u8 order, pfn_t pfn, pfn_t pfn2) in coalesce() 271 u8 order; in _free_pages() local 413 void *alloc_pages_flags(unsigned int order, unsigned int flags) in alloc_pages_flags() 469 u8 order = 0; in _page_alloc_init_area() local
|
/kvm-unit-tests/lib/arm64/ |
H A D | gic-v3-its.c | 53 unsigned long order = get_order(size >> PAGE_SHIFT); in its_baser_alloc_table() local 70 unsigned long order = get_order(SZ_64K >> PAGE_SHIFT); in its_cmd_queue_init() local
|
/kvm-unit-tests/lib/s390x/asm/ |
H A D | sigp.h | 48 static inline int sigp(uint16_t addr, uint8_t order, unsigned long parm, in sigp() 68 static inline int sigp_retry(uint16_t addr, uint8_t order, unsigned long parm, in sigp_retry()
|
/kvm-unit-tests/lib/arm/ |
H A D | gic-v3.c | 170 unsigned long order = fls(n); in gicv3_lpi_alloc_tables() local
|
/kvm-unit-tests/s390x/ |
H A D | smp.c | 26 int order; member
|