| /xnu-12377.41.6/tools/kt-dump/ |
| H A D | kt-dump.cpp | 105 std::span<const T> contents; member 109 contents(reinterpret_cast<T *>( in macho_section() 160 return &sec_cstring.contents[string_off - sec_cstring.section.offset]; in decode_string() 202 for (auto &ktv : sec_types->contents) { in dump_types() 264 for (auto &ktv : sec_types_var->contents) { in dump_types_var() 342 image(std::span<uint8_t> contents, size_t mh_offs = 0) in image() argument 343 : slice_contents{contents}, slice_mh_offs{mh_offs} in image() 346 std::span<uint8_t> commands = contents.subspan(mh_offs + sizeof(*hdr)); 483 do_simple_macho(const std::string filename, std::span<uint8_t> contents) in do_simple_macho() argument 485 image img{contents}; in do_simple_macho() [all …]
|
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | vm_dyld_pager.c | 363 vm_offset_t contents, in fixupPage64() argument 372 vm_offset_t end_contents = contents + PAGE_SIZE; in fixupPage64() 385 uint64_t *chain = (uint64_t *)(contents + firstStartOffset); in fixupPage64() 390 if ((uintptr_t)chain < contents || (uintptr_t)chain + sizeof(*chain) > end_contents) { in fixupPage64() 393 (long long)chain, (long long)contents, (long long)end_contents); in fixupPage64() 396 (long long)chain, (long long)contents, (long long)end_contents); in fixupPage64() 444 vm_offset_t contents, in fixupPageChain32() argument 452 vm_offset_t end_contents = contents + PAGE_SIZE; in fixupPageChain32() 455 if ((uintptr_t)chain < contents || (uintptr_t)chain + sizeof(*chain) > end_contents) { in fixupPageChain32() 458 (long long)chain, (long long)contents, (long long)end_contents); in fixupPageChain32() [all …]
|
| /xnu-12377.41.6/tools/tests/perf_index/PerfIndex_COPS_Module/ |
| H A D | Prefix.pch | 4 // The contents of this file are implicitly included at the beginning of every source file.
|
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | vm_map.defs | 99 * Returns information about the contents of the virtual 189 * Returns the contents of the specified range of the 202 * List corrollary to vm_read, returns mapped contents of specified 211 * Writes the contents of the specified range of the 223 * Copy the contents of the source range of the virtual 239 * Returns the contents of the specified range of the
|
| H A D | mach_vm.defs | 210 * Returns the contents of the specified range of the 227 * List corrollary to vm_read, returns mapped contents of specified 240 * Writes the contents of the specified range of the 256 * Copy the contents of the source range of the virtual 276 * Returns the contents of the specified range of the 432 * Returns information about the contents of the virtual
|
| /xnu-12377.41.6/bsd/net/aop/ |
| H A D | kpi_aop.h | 51 net_aop_capab_t capab, void *contents, uint32_t *len);
|
| /xnu-12377.41.6/doc/arm/ |
| H A D | sme.md | 41 These register files are unbanked, i.e., their contents are shared across all 61 `TPIDR_EL0`, `TPIDR2_EL0` is officially reserved for ABI use, but its contents 77 `PSTATE.ZA` independently controls whether the contents of `ZA` and `ZT0` are 175 `TPIDR2_EL0`, since its contents are valid even when EL0 isn't actually using 176 SME. However `ZA`'s and `ZT0`'s contents are often invalid and hence do not 179 time. If not, it skips saving the invalid `ZA` and `ZT0` contents.
|
| H A D | apple_speculative_hardening.md | 180 contents of arbitrary kernel memory into side channels. This includes, for 242 attacker is able to successfully leak the contents of a given type when 286 able to successfully leak the contents of the same-sized target allocation using 586 // y_doubled is stored to memory, which is assumed to leak the contents of 742 [^11]: Though storing data does not generally leak the contents of the store, we
|
| /xnu-12377.41.6/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 3 .\" The contents of this file constitute Original Code as defined in and 134 The initial contents of this buffer are ignored. 321 The following code lists the contents of a directory using
|
| /xnu-12377.41.6/libkern/libkern/ |
| H A D | version.h.template | 6 * The contents of this file constitute Original Code as defined in and
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | if_fake.c | 2522 fill_capab_interface_advisory(if_fake_ref fakeif, void *contents, uint32_t *len) in fill_capab_interface_advisory() argument 2524 struct kern_nexus_capab_interface_advisory * __single capab = contents; in fill_capab_interface_advisory() 2559 fill_capab_qset_extensions(if_fake_ref fakeif, void *contents, uint32_t *len) in fill_capab_qset_extensions() argument 2561 struct kern_nexus_capab_qset_extensions * __single capab = contents; in fill_capab_qset_extensions() 2589 fill_capab_rx_flow_steering(if_fake_ref fakeif, void *contents, uint32_t *len) in fill_capab_rx_flow_steering() argument 2591 struct kern_nexus_capab_rx_flow_steering * __single capab = contents; in fill_capab_rx_flow_steering() 2608 kern_nexus_capab_t capab, void *contents, uint32_t *len) in feth_nx_capab_config() argument 2619 error = fill_capab_interface_advisory(fakeif, contents, len); in feth_nx_capab_config() 2622 error = fill_capab_qset_extensions(fakeif, contents, len); in feth_nx_capab_config() 2625 error = fill_capab_rx_flow_steering(fakeif, contents, len); in feth_nx_capab_config()
|
| H A D | if_redirect.c | 983 fill_capab_interface_advisory(if_redirect_t rd, void *contents, in fill_capab_interface_advisory() argument 986 struct kern_nexus_capab_interface_advisory * __single capab = contents; in fill_capab_interface_advisory() 1008 kern_nexus_capab_t capab, void *contents, uint32_t *len) in redirect_nx_capab_config() argument 1018 error = fill_capab_interface_advisory(rd, contents, len); in redirect_nx_capab_config()
|
| /xnu-12377.41.6/libsyscall/mach/ |
| H A D | err_libkern.sub | 6 * The contents of this file constitute Original Code as defined in and
|
| H A D | err_iokit.sub | 6 * The contents of this file constitute Original Code as defined in and
|
| /xnu-12377.41.6/bsd/skywalk/nexus/ |
| H A D | os_nexus.h | 713 kern_nexus_t nexus, kern_nexus_capab_t capab, void *contents,
|
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | README | 76 flags, owners, and contents on each layer.
|
| /xnu-12377.41.6/makedefs/ |
| H A D | MakeInc.cmd | 310 # replacecontents - Write contents to a file and update modtime *only* if 311 # contents differ
|
| /xnu-12377.41.6/doc/lifecycle/ |
| H A D | hibernation.md | 36 preserves contents to persistent storage (the disk) and then completely powers 284 verify that the rorgn matches its original contents.
|
| /xnu-12377.41.6/doc/observability/ |
| H A D | mt_stackshot.md | 115 we memcpy the contents of each kcdata chunk into a single buffer, stripping off
|
| /xnu-12377.41.6/doc/primitives/ |
| H A D | string-handling.md | 136 suitable for modifications as bounds are determined by contents. Overwriting
|
| /xnu-12377.41.6/tests/ |
| H A D | disk_mount_conditioner.m | 536 T_QUIET; T_ASSERT_EQ_INT(0, err, "read expected contents from temporary file");
|
| /xnu-12377.41.6/doc/vm/ |
| H A D | pageout_scan.md | 109 contents back to disk and are now reclaimable. This queue is no longer used.
|
| H A D | memorystatus.md | 117 …eable memory is an API for clients to specify that the VM can treat the contents of a range of pag…
|
| /xnu-12377.41.6/ |
| H A D | APPLE_LICENSE | 48 or deletion from the contents of a file containing Covered Code;
|