Searched refs:zones (Results 1 – 11 of 11) sorted by relevance
| /xnu-11215/tools/lldbmacros/ |
| H A D | zonetriage.py | 83 for zval, _ in kern.zones: 120 for zval, _ in kern.zones:
|
| H A D | memory.py | 330 zone_array = [z[0] for z in kern.zones] 332 zone_security = kern.zones[zid][1] 335 for zval, zsval in kern.zones: 563 zones = [] 564 for zval, zsval in kern.zones: 566 zones.append(GetZone(zval, zsval, marks, security_marks)) 568 print(json.dumps(zones)) 571 for zval, zsval in kern.zones: 746 zone_array = [z[0] for z in kern.zones] 748 zone_security = kern.zones[zid][1] [all …]
|
| H A D | README.md | 214 …07c000 29808 182 25 3600 144 4096 28 1 64 X$ zones
|
| /xnu-11215/doc/allocators/ |
| H A D | read-only.md | 11 Read-only zones are intended for very specific use cases where the data being 84 Read-only zones cannot be created after lockdown. To create a new read-only 89 We require identifiers for read-only zones for two reasons: firstly to ensure 90 that we're making conscious, considered choices over which zones are made
|
| H A D | api-basics.md | 15 allocator implemented as a collection of zones of fixed size, and overflowing to 65 made with `Z_WAITOK` from regular (non exhaustible) zones, or from `kalloc*` 73 The first blessed way to allocate memory in the kernel is by using zones. 76 It is generally recommended to create zones early and to store the `zone_t`
|
| /xnu-11215/doc/lifecycle/ |
| H A D | startup.md | 143 - `ZONE_DEFINE`, `ZONE_INIT`: automatically initialized permanent zones. 150 created VM/pmap zones to become dynamic.
|
| /xnu-11215/osfmk/mach/ |
| H A D | mach_host.defs | 256 * Returns information about the memory allocation zones. 384 * Returns names of zones that have zlog enabled.
|
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | kernelcore.py | 536 def zones(self, target=None): member in KernelTarget
|
| /xnu-11215/osfmk/kern/ |
| H A D | kalloc.c | 1398 uint16_t zones = kt_zones[i]; in kalloc_type_redistribute_budget() local 1404 if (zones == 0 && (freq_total_list[i] != 0)) { in kalloc_type_redistribute_budget() 1607 zone_t *zones, in kalloc_type_init_sig_eq() argument 1612 zone_t z = zones[i]; in kalloc_type_init_sig_eq()
|
| H A D | zalloc.h | 1342 #pragma mark XNU only: SMR support for zones
|
| H A D | zalloc.c | 10466 KMEM_RANGE_REGISTER_STATIC(zones, &zone_map_range, ZONE_MAP_VA_SIZE);
|