Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/i386/commpage/
H A Dcommpage.c627 uint64_t asb_value, asb_addr, asb_kvalue, asb_kaddr; in commpage_populate() local
647 asb_kvalue = asb_rand_vals[randidx++ % nrandval]; in commpage_populate()
648 commpage_update(_COMM_PAGE_ASB_TARGET_KERN_VALUE, &asb_kvalue, sizeof(asb_kvalue)); in commpage_populate()
/xnu-12377.1.9/osfmk/arm/commpage/
H A Dcommpage.c199 uint64_t asb_value, asb_addr, asb_kvalue, asb_kaddr; in commpage_populate() local
219 asb_kvalue = asb_rand_vals[randidx++ % nrandval]; in commpage_populate()
220 *((uint64_t*)(_COMM_PAGE_ASB_TARGET_KERN_VALUE + _COMM_PAGE_RW_OFFSET)) = asb_kvalue; in commpage_populate()