Searched refs:copyio_recovery_entry (Results 1 – 1 of 1) sorted by relevance
273 struct copyio_recovery_entry { struct279 extern struct copyio_recovery_entry copyio_recover_table[]; argument280 extern struct copyio_recovery_entry copyio_recover_table_end[];296 static inline struct copyio_recovery_entry *300 struct copyio_recovery_entry *e; in find_copyio_recovery_entry()1694 panic_on_invalid_recovery_handler(arm_saved_state_t *state, struct copyio_recovery_entry *recover) in panic_on_invalid_recovery_handler()1705 struct copyio_recovery_entry *_Nonnull recover) in handle_kernel_abort_recover()1729 [CRE_RECOVERY] "i"(offsetof(struct copyio_recovery_entry, cre_recovery)) in handle_kernel_abort_recover()1745 struct copyio_recovery_entry *recover = find_copyio_recovery_entry(state); in handle_kernel_abort()