Searched refs:fixed (Results 1 – 13 of 13) sorted by relevance
163 kext_alloc(vm_offset_t *_addr, vm_size_t size, boolean_t fixed) in kext_alloc() argument167 mach_vm_offset_t addr = (fixed) ? *_addr : kext_post_boot_base; in kext_alloc()169 mach_vm_offset_t addr = (fixed) ? *_addr : kext_alloc_base; in kext_alloc()171 int flags = (fixed) ? VM_FLAGS_FIXED : VM_FLAGS_ANYWHERE; in kext_alloc()
40 kern_return_t kext_alloc(vm_offset_t *addr, vm_size_t size, boolean_t fixed);
80 * Legacy fixed-length Mach types which should89 * Other fixed length Mach types.
4 // coccinelle insists on adding a space for (void) casts which can be fixed with:
106 static code fixed[544]; in fixedtables() local119 next = fixed; in fixedtables()
235 static code fixed[544]; in fixedtables() local248 next = fixed; in fixedtables()
9 objects of fixed size.15 allocator implemented as a collection of zones of fixed size, and overflowing to57 - If your allocation size is of fixed size, of a sub-page size, and done with244 Zones allocate their objects from a specific fixed size map called the Zone Map.
53 …se case of high priority timeshare threads contending with lower priority fixed priority threads w…62 * Since the bucket level scheduler deals with a fixed small number of runnable buckets in the worst…
29 OTHER_CFLAGS += -Wno-gnu-empty-initializer -Wno-unused-macros -Wno-undef -Wno-fixed-enum-extension
174 # When a new clang has new warnings disable them here until the kernel is fixed.