Searched refs:entrypoint (Results 1 – 2 of 2) sorted by relevance
1890 uintptr_t entrypoint = ((uintptr_t) &hibernate_machine_entrypoint) - hibernateBase; in hibernate_write_image() local1892 if ((count > UINT_MAX) || (entrypoint > UINT_MAX) || (stack > UINT_MAX)) { in hibernate_write_image()1898 header->restore1CodeOffset = (uint32_t) entrypoint; in hibernate_write_image()
1858 panic_lockdown_helper_fcn_t entrypoint, in panic_lockdown_expect_fault_raw() argument1873 test_success = entrypoint(0); in panic_lockdown_expect_fault_raw()