Home
last modified time | relevance | path

Searched refs:zero_superpage_phys (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/san/memory/
H A Dkasan-x86_64.c63 static vm_offset_t zero_superpage_phys; variable
166 L2[addr.pd] = (uint64_t)zero_superpage_phys in kasan_map_shadow_superpage_zero()
242 newpte = (uint64_t)zero_superpage_phys; in kasan_map_shadow()
260 __nosan_bzero((void *)phys2virt(zero_superpage_phys), I386_LPGBYTES); in kasan_arch_init()
315 zero_superpage_phys = alloc_superpage(); in kasan_reserve_memory()