Searched defs:arch_timer_erratum_workaround (Results 1 – 1 of 1) sorted by relevance
111030 struct arch_timer_erratum_workaround { struct111031 enum arch_timer_erratum_match_type match_type;111032 const void *id;111033 const char *desc;111034 u64 (*read_cntpct_el0)();111035 u64 (*read_cntvct_el0)();111036 int (*set_next_event_phys)(unsigned long, struct clock_event_device *);111037 int (*set_next_event_virt)(unsigned long, struct clock_event_device *);111038 bool disable_compat_vdso;