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