Searched refs:copyio_recovery_entry (Results 1 – 1 of 1) sorted by relevance
287 struct copyio_recovery_entry { struct293 extern struct copyio_recovery_entry copyio_recover_table[]; argument294 extern struct copyio_recovery_entry copyio_recover_table_end[];310 static inline struct copyio_recovery_entry *314 struct copyio_recovery_entry *e; in find_copyio_recovery_entry()1834 panic_on_invalid_recovery_handler(arm_saved_state_t *state, struct copyio_recovery_entry *recover) in panic_on_invalid_recovery_handler()1845 struct copyio_recovery_entry *_Nonnull recover) in handle_kernel_abort_recover()1869 [CRE_RECOVERY] "i"(offsetof(struct copyio_recovery_entry, cre_recovery)) in handle_kernel_abort_recover()1885 struct copyio_recovery_entry *recover = find_copyio_recovery_entry(state); in handle_kernel_abort()