Searched refs:early (Results 1 – 13 of 13) sorted by relevance
| /xnu-11215.1.10/san/memory/ |
| H A D | kasan-arm64.c | 120 kasan_arm64_phystokv(uintptr_t pa, bool early) in kasan_arm64_phystokv() argument 122 return early ? (pa) : phystokv(pa); in kasan_arm64_phystokv() 144 kasan_arm64_alloc_zero_page(bool early) in kasan_arm64_alloc_zero_page() argument 147 __nosan_bzero((void *)kasan_arm64_phystokv(mem, early), ARM_PGBYTES); in kasan_arm64_alloc_zero_page() 152 kasan_arm64_alloc_valid_page(bool early) in kasan_arm64_alloc_valid_page() argument 155 kasan_impl_fill_valid_range(kasan_arm64_phystokv(mem, early), ARM_PGBYTES); in kasan_arm64_alloc_valid_page() 199 bool early = options & KASAN_ARM64_NO_PHYSMAP; in kasan_arm64_pte_map() local 207 *pte = ((uint64_t)kasan_arm64_alloc_zero_page(early) in kasan_arm64_pte_map() 211 base = (uint64_t *)kasan_arm64_phystokv(*pte & ARM_TTE_TABLE_MASK, early); in kasan_arm64_pte_map() 218 *pte = ((uint64_t)kasan_arm64_alloc_zero_page(early) in kasan_arm64_pte_map() [all …]
|
| /xnu-11215.1.10/pexpert/i386/ |
| H A D | pe_kprintf.c | 135 boolean_t early = FALSE; in kprintf() local 138 early = TRUE; in kprintf() 142 if (!PE_kputc || early) { in kprintf()
|
| /xnu-11215.1.10/doc/lifecycle/ |
| H A D | startup.md | 4 Adding code to run during early boot. 82 Initializes early locks that do not require any memory allocations to be 118 Allows for subsystems to steal early memory. 255 - Middle: other manual early registrations. 270 - Middle: Initialize some early BSD subsystems
|
| H A D | hibernation.md | 220 `wake_abstime` is captured too early; later calls to 282 * During early boot, `secure_hmac_compute_rorgn_hmac()` is used to measure the
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | exclaves.c | 1567 handle_response_yield(bool early, __assert_only Exclaves_L4_Word_t scid, in handle_response_yield() argument 1576 early ? "(early yield)" : "", responding_scid, yielded_to_scid); in handle_response_yield() 1581 if (!early) { in handle_response_yield() 1587 MACH_EXCLAVES_SCHEDULER_YIELD), yielded_to_scid, early); in handle_response_yield()
|
| H A D | zalloc.c | 3060 #pragma mark Zone zeroing and early random
|
| /xnu-11215.1.10/tests/ |
| H A D | proc_info.c | 1045 _expect_increasing_taskinfo_times(const char *name, struct proc_taskinfo *early, in _expect_increasing_taskinfo_times() argument 1049 T_EXPECT_GT(late->pti_total_system, early->pti_total_system, in _expect_increasing_taskinfo_times() 1051 T_EXPECT_GT(late->pti_threads_system, early->pti_threads_system, in _expect_increasing_taskinfo_times() 1055 T_EXPECT_GT(late->pti_threads_user, early->pti_threads_user, in _expect_increasing_taskinfo_times() 1057 T_EXPECT_GT(late->pti_total_user, early->pti_total_user, in _expect_increasing_taskinfo_times()
|
| /xnu-11215.1.10/doc/mach_ipc/ |
| H A D | kmsg.md | 369 improve their early primitives.
|
| /xnu-11215.1.10/doc/building/ |
| H A D | xnu_build_consolidation.md | 89 early boot. The way these checks are performed varies from feature to feature (for example, VHE is …
|
| /xnu-11215.1.10/doc/primitives/ |
| H A D | string-handling.md | 146 This code converts the string pointer to a NUL-terminated string too early,
|
| /xnu-11215.1.10/doc/allocators/ |
| H A D | api-basics.md | 76 It is generally recommended to create zones early and to store the `zone_t`
|
| /xnu-11215.1.10/doc/vm/ |
| H A D | memorystatus.md | 62 1. Log this state to the os log (or serial if we're early in boot)
|
| /xnu-11215.1.10/makedefs/ |
| H A D | MakeInc.kernel | 29 # Generate xnu version file early (from build environment or SDK/KDK)
|