Searched refs:addr_at_runtime (Results 1 – 1 of 1) sorted by relevance
225 commpage_address_t addr_at_runtime ) in commpage_addr_of() argument227 return (void*) ((uintptr_t)commPagePtr + (addr_at_runtime - commPageBaseOffset)); in commpage_addr_of()235 commpage_specific_addr_of(char *commPageBase, commpage_address_t addr_at_runtime) in commpage_specific_addr_of() argument241 return (void*) ((uintptr_t)commPageBase + (addr_at_runtime - _COMM_PAGE32_BASE_ADDRESS)); in commpage_specific_addr_of()