Searched refs:early (Results 1 – 6 of 6) sorted by relevance
111 kasan_arm64_phystokv(uintptr_t pa, bool early) in kasan_arm64_phystokv() argument113 return early ? (pa) : phystokv(pa); in kasan_arm64_phystokv()135 kasan_arm64_alloc_zero_page(bool early) in kasan_arm64_alloc_zero_page() argument138 __nosan_bzero((void *)kasan_arm64_phystokv(mem, early), ARM_PGBYTES); in kasan_arm64_alloc_zero_page()143 kasan_arm64_alloc_valid_page(bool early) in kasan_arm64_alloc_valid_page() argument146 kasan_impl_fill_valid_range(kasan_arm64_phystokv(mem, early), ARM_PGBYTES); in kasan_arm64_alloc_valid_page()194 bool early = options & KASAN_ARM64_NO_PHYSMAP; in kasan_arm64_pte_map() local201 *pte = ((uint64_t)kasan_arm64_alloc_zero_page(early) in kasan_arm64_pte_map()205 base = (uint64_t *)kasan_arm64_phystokv(*pte & ARM_TTE_TABLE_MASK, early); in kasan_arm64_pte_map()212 *pte = ((uint64_t)kasan_arm64_alloc_zero_page(early) in kasan_arm64_pte_map()[all …]
134 boolean_t early = FALSE; in kprintf() local137 early = TRUE; in kprintf()141 if (!PE_kputc || early) { in kprintf()
78 Initializes early locks that do not require any memory allocations to be116 Allows for subsystems to steal early memory.128 Denotes that the early kernel VM is initialized.283 - Middle: other manual early registrations.298 - Middle: Initialize some early BSD subsystems
87 early boot. The way these checks are performed varies from feature to feature (for example, VHE is …
39 The allocation is assumed to always succeed (this is mostly reserved for early377 if those are placed "early" in the type definition, as zero is not a valid value
3012 #pragma mark Zone zeroing and early random