Searched refs:commpage_text64_location (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/commpage/
H A Dcommpage.c666 extern user64_addr_t commpage_text64_location;
684 if ( (addr64 >= (commpage_text64_location + _COMM_TEXT_PFZ_START_OFFSET))
685 && (addr64 < (commpage_text64_location + _COMM_TEXT_PFZ_END_OFFSET))) {
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_shared_region.c1655 user64_addr_t commpage_text64_location = (user64_addr_t) _COMM_PAGE64_TEXT_START; variable
1719 commpage_text64_location = (user64_addr_t) (_COMM_PAGE64_TEXT_START + offset);
1810 commpage_text_address = (vm_map_offset_t) commpage_text64_location;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c2968 extern user64_addr_t commpage_text64_location;
2987 snprintf(pfz_string, sizeof(pfz_string),PFZ_KEY "0x%llx",commpage_text64_location);

Completed in 92 milliseconds