| /xnu-11215/osfmk/kern/ |
| H A D | kext_alloc.c | 161 kext_alloc(vm_offset_t *_addr, vm_size_t size, boolean_t fixed) in kext_alloc() argument 165 mach_vm_offset_t addr = (fixed) ? *_addr : kext_post_boot_base; in kext_alloc() 167 mach_vm_offset_t addr = (fixed) ? *_addr : kext_alloc_base; in kext_alloc() 170 .vmf_fixed = (fixed != 0), in kext_alloc()
|
| H A D | kext_alloc.h | 40 kern_return_t kext_alloc(vm_offset_t *addr, vm_size_t size, boolean_t fixed);
|
| /xnu-11215/doc/observability/ |
| H A D | cpu_counters.md | 9 The CPMU contains both fixed instructions and cycles counters, as well as configurable counters tha… 25 - Monotonic: The Monotonic system provides access to the fixed CPMU counters with limited support f… 34 - The Recount subsystem makes extensive use of the fixed CPMU counters to attribute CPU resources b…
|
| H A D | mt_stackshot.md | 57 Stackshot is given a fixed-size buffer upfront since it cannot allocate any
|
| /xnu-11215/doc/allocators/ |
| H A D | api-basics.md | 12 objects of fixed size. 15 allocator implemented as a collection of zones of fixed size, and overflowing to 123 #### fixed-sized types 125 The first case is fixed size types, this is typically a `struct`, `union` 142 An array is simply an allocation of several fixed-size types, 143 and the rules of "fixed-sized types" above apply to them. 152 the header becoming a fixed-sized type becoming the single owner 220 <td>Arrays of fixed-sized type</td> 248 <td>Header-prefixed arrays of fixed-sized type</td>
|
| /xnu-11215/osfmk/mach/ |
| H A D | std_types.defs | 80 * Legacy fixed-length Mach types which should 89 * Other fixed length Mach types.
|
| /xnu-11215/tools/cocci/ |
| H A D | hw_atomic_rewrite.cocci | 4 // coccinelle insists on adding a space for (void) casts which can be fixed with:
|
| H A D | os_atomic_normalize.cocci | 4 // coccinelle insists on adding a space for (void) casts which can be fixed with:
|
| H A D | OSAtomic_rewrite.cocci | 4 // coccinelle insists on adding a space for (void) casts which can be fixed with:
|
| /xnu-11215/libkern/zlib/ |
| H A D | infback.c | 106 static code fixed[544]; in fixedtables() local 119 next = fixed; in fixedtables()
|
| H A D | inflate.c | 235 static code fixed[544]; in fixedtables() local 248 next = fixed; in fixedtables()
|
| /xnu-11215/osfmk/tests/ |
| H A D | vm_parameter_validation.h | 1455 vm_map_kernel_flags_trials_t *fixed = in generate_vm_map_kernel_flags_trials() local 1462 allocate_vm_map_kernel_flags_trials(fixed->count + anywhere->count); in generate_vm_map_kernel_flags_trials() 1463 append_trials(trials, fixed->list, fixed->count); in generate_vm_map_kernel_flags_trials() 1467 free_trials(fixed); in generate_vm_map_kernel_flags_trials() 3862 …IMPL_ONE_FROM_HELPER(type, fixed, VM_FLAGS_FIXED | VM_FLAGS_OVERWRITE, false, ##__VA_ARGS__) … 3900 IMPL_REMAP_FN_DST_SIZE(remap_fn, fixed); \ 3904 IMPL_REMAP_FN_SRC_SIZE_INHERIT(remap_fn, fixed); \ 3911 IMPL_REMAP_FN_PROT_PAIRS(remap_fn, fixed); \ 3915 IMPL_REMAP_FN_SRC_DST_SIZE(remap_fn, fixed); \
|
| H A D | vm_parameter_validation_kern.c | 1925 RUN_DST_SIZE(fn, fixed, "realigned dst/size", name); \ in IMPL() 1928 RUN_INHERIT(fn, fixed, name); \ in IMPL() 1933 RUN_PROT_PAIRS(fn, fixed, name); \ in IMPL() 1936 RUN_SRC_DST_SIZE(fn, fixed, "src/dst/size", name); \ in IMPL()
|
| /xnu-11215/doc/mach_ipc/ |
| H A D | kmsg.md | 226 DriverKit replies, with a fixed size of 0x17c0 bytes. Note that because of this,
|
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 3010 RUN_DST_SIZE(fn, fixed, "realigned dst/size", name); \ 3013 RUN_INHERIT(fn, fixed, name); \ 3018 RUN_PROT_PAIRS(fn, fixed, name); \ 3021 RUN_SRC_DST_SIZE(fn, allocated, fixed, "src/dst/size", name); \
|
| /xnu-11215/doc/arm/ |
| H A D | sme.md | 58 In contrast, `ZT0` is fixed at 512 bits, independent of SVL.
|
| /xnu-11215/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 55 …se case of high priority timeshare threads contending with lower priority fixed priority threads w… 64 * Since the bucket level scheduler deals with a fixed small number of runnable buckets in the worst…
|
| /xnu-11215/doc/lifecycle/ |
| H A D | hibernation.md | 226 + The boot CPU's idle thread preemption_count also has to be fixed up. This
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.def | 189 # When a new clang has new warnings disable them here until the kernel is fixed.
|
| /xnu-11215/tests/ |
| H A D | Makefile | 47 OTHER_CFLAGS += -Wno-gnu-empty-initializer -Wno-unused-macros -Wno-undef -Wno-fixed-enum-extension
|