Home
last modified time | relevance | path

Searched refs:tbd_ops (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/pexpert/arm/
H A Dpe_identify_machine.c209 static struct tbd_ops t8002_funcs = {&fleh_fiq_t8002, &t8002_get_decrementer, &t8002_set_decreme…
592 struct tbd_ops generic_funcs = {&fleh_fiq_generic, NULL, NULL}; in pe_arm_init_timer()
593 struct tbd_ops empty_funcs __unused = {NULL, NULL, NULL}; in pe_arm_init_timer()
/xnu-8020.140.41/osfmk/arm/
H A Dmachine_routines.h453 struct tbd_ops { struct
458 typedef struct tbd_ops *tbd_ops_t; argument
459 typedef struct tbd_ops tbd_ops_data_t;