Searched refs:copyio_recovery_entry (Results 1 – 1 of 1) sorted by relevance
270 struct copyio_recovery_entry { struct276 extern struct copyio_recovery_entry copyio_recover_table[]; argument277 extern struct copyio_recovery_entry copyio_recover_table_end[];293 static inline struct copyio_recovery_entry *297 struct copyio_recovery_entry *e; in find_copyio_recovery_entry()1557 panic_on_invalid_recovery_handler(arm_saved_state_t *state, struct copyio_recovery_entry *recover) in panic_on_invalid_recovery_handler()1568 struct copyio_recovery_entry *_Nonnull recover) in handle_kernel_abort_recover()1590 [CRE_RECOVERY] "i"(offsetof(struct copyio_recovery_entry, cre_recovery)) in handle_kernel_abort_recover()1606 struct copyio_recovery_entry *recover = find_copyio_recovery_entry(state); in handle_kernel_abort()