Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/i386/commpage/
H A Dcommpage.c626 uint64_t asb_value, asb_addr, asb_kvalue, asb_kaddr; in commpage_populate() local
646 asb_kvalue = asb_rand_vals[randidx++ % nrandval]; in commpage_populate()
647 commpage_update(_COMM_PAGE_ASB_TARGET_KERN_VALUE, &asb_kvalue, sizeof(asb_kvalue)); in commpage_populate()
/xnu-11417.121.6/osfmk/arm/commpage/
H A Dcommpage.c198 uint64_t asb_value, asb_addr, asb_kvalue, asb_kaddr; in commpage_populate() local
218 asb_kvalue = asb_rand_vals[randidx++ % nrandval]; in commpage_populate()
219 *((uint64_t*)(_COMM_PAGE_ASB_TARGET_KERN_VALUE + _COMM_PAGE_RW_OFFSET)) = asb_kvalue; in commpage_populate()