Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c38 static uintptr_t kplo_seed; variable
62 VERIFY(((uintptr_t)(addr) ^ (uintptr_t)(ctx)) == kplo_seed)
64 (void *)((uintptr_t)(addr) ^ kplo_seed)
83 read_random(&kplo_seed, sizeof(kplo_seed)); in kplo_dom_init()
84 SK_DF(SK_VERB_KERNEL_PIPE, "seed is 0x%llx", (uint64_t)kplo_seed); in kplo_dom_init()
104 kplo_nx_ctx = kplo_seed = 0; in kplo_dom_fini()