Home
last modified time | relevance | path

Searched refs:ALLOC_MIN_LONGS (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/core/
H A Dmem_region.c113 #define ALLOC_MIN_LONGS (sizeof(struct free_hdr) / sizeof(long) + 1) macro
227 *offset = ALLOC_MIN_LONGS; in fits()
239 if (hdr->num_longs > alloc_longs + ALLOC_MIN_LONGS) { in discard_excess()
385 if (alloc_longs < ALLOC_MIN_LONGS) in __mem_alloc()
386 alloc_longs = ALLOC_MIN_LONGS; in __mem_alloc()
511 if (len < ALLOC_MIN_LONGS) in mem_resize()
512 len = ALLOC_MIN_LONGS; in mem_resize()
573 if (hdr->num_longs < ALLOC_MIN_LONGS) { in mem_check()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/core/
H A Dmem_region.c127 #define ALLOC_MIN_LONGS (sizeof(struct free_hdr) / sizeof(long) + 1) macro
245 *offset = ALLOC_MIN_LONGS; in fits()
257 if (hdr->num_longs > alloc_longs + ALLOC_MIN_LONGS) { in discard_excess()
432 if (alloc_longs < ALLOC_MIN_LONGS) in __mem_alloc()
433 alloc_longs = ALLOC_MIN_LONGS; in __mem_alloc()
563 if (len < ALLOC_MIN_LONGS) in mem_resize()
564 len = ALLOC_MIN_LONGS; in mem_resize()
625 if (hdr->num_longs < ALLOC_MIN_LONGS) { in mem_check()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/core/
H A Dmem_region.c127 #define ALLOC_MIN_LONGS (sizeof(struct free_hdr) / sizeof(long) + 1) macro
245 *offset = ALLOC_MIN_LONGS; in fits()
257 if (hdr->num_longs > alloc_longs + ALLOC_MIN_LONGS) { in discard_excess()
432 if (alloc_longs < ALLOC_MIN_LONGS) in __mem_alloc()
433 alloc_longs = ALLOC_MIN_LONGS; in __mem_alloc()
563 if (len < ALLOC_MIN_LONGS) in mem_resize()
564 len = ALLOC_MIN_LONGS; in mem_resize()
625 if (hdr->num_longs < ALLOC_MIN_LONGS) { in mem_check()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/core/
H A Dmem_region.c127 #define ALLOC_MIN_LONGS (sizeof(struct free_hdr) / sizeof(long) + 1) macro
245 *offset = ALLOC_MIN_LONGS; in fits()
257 if (hdr->num_longs > alloc_longs + ALLOC_MIN_LONGS) { in discard_excess()
432 if (alloc_longs < ALLOC_MIN_LONGS) in __mem_alloc()
433 alloc_longs = ALLOC_MIN_LONGS; in __mem_alloc()
563 if (len < ALLOC_MIN_LONGS) in mem_resize()
564 len = ALLOC_MIN_LONGS; in mem_resize()
625 if (hdr->num_longs < ALLOC_MIN_LONGS) { in mem_check()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/core/
H A Dmem_region.c127 #define ALLOC_MIN_LONGS (sizeof(struct free_hdr) / sizeof(long) + 1) macro
245 *offset = ALLOC_MIN_LONGS; in fits()
257 if (hdr->num_longs > alloc_longs + ALLOC_MIN_LONGS) { in discard_excess()
432 if (alloc_longs < ALLOC_MIN_LONGS) in __mem_alloc()
433 alloc_longs = ALLOC_MIN_LONGS; in __mem_alloc()
563 if (len < ALLOC_MIN_LONGS) in mem_resize()
564 len = ALLOC_MIN_LONGS; in mem_resize()
625 if (hdr->num_longs < ALLOC_MIN_LONGS) { in mem_check()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/core/
H A Dmem_region.c127 #define ALLOC_MIN_LONGS (sizeof(struct free_hdr) / sizeof(long) + 1) macro
245 *offset = ALLOC_MIN_LONGS; in fits()
257 if (hdr->num_longs > alloc_longs + ALLOC_MIN_LONGS) { in discard_excess()
432 if (alloc_longs < ALLOC_MIN_LONGS) in __mem_alloc()
433 alloc_longs = ALLOC_MIN_LONGS; in __mem_alloc()
563 if (len < ALLOC_MIN_LONGS) in mem_resize()
564 len = ALLOC_MIN_LONGS; in mem_resize()
625 if (hdr->num_longs < ALLOC_MIN_LONGS) { in mem_check()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/core/
H A Dmem_region.c118 #define ALLOC_MIN_LONGS (sizeof(struct free_hdr) / sizeof(long) + 1) macro
236 *offset = ALLOC_MIN_LONGS; in fits()
248 if (hdr->num_longs > alloc_longs + ALLOC_MIN_LONGS) { in discard_excess()
423 if (alloc_longs < ALLOC_MIN_LONGS) in __mem_alloc()
424 alloc_longs = ALLOC_MIN_LONGS; in __mem_alloc()
554 if (len < ALLOC_MIN_LONGS) in mem_resize()
555 len = ALLOC_MIN_LONGS; in mem_resize()
616 if (hdr->num_longs < ALLOC_MIN_LONGS) { in mem_check()