Searched refs:entrypoint (Results 1 – 2 of 2) sorted by relevance
1841 uintptr_t entrypoint = ((uintptr_t) &hibernate_machine_entrypoint) - hibernateBase; in hibernate_write_image() local1843 if ((count > UINT_MAX) || (entrypoint > UINT_MAX) || (stack > UINT_MAX)) { in hibernate_write_image()1849 header->restore1CodeOffset = (uint32_t) entrypoint; in hibernate_write_image()
1781 panic_lockdown_helper_fcn_t entrypoint, in panic_lockdown_expect_fault_raw() argument1796 test_success = entrypoint(0); in panic_lockdown_expect_fault_raw()