Searched defs:xpc_arch_operations (Results 1 – 1 of 1) sorted by relevance
783 struct xpc_arch_operations { struct784 int (*setup_partitions) (void);785 void (*teardown_partitions) (void);786 void (*process_activate_IRQ_rcvd) (void);787 enum xp_retval (*get_partition_rsvd_page_pa)789 int (*setup_rsvd_page) (struct xpc_rsvd_page *);791 void (*allow_hb) (short);792 void (*disallow_hb) (short);793 void (*disallow_all_hbs) (void);794 void (*increment_heartbeat) (void);[all …]