Home
last modified time | relevance | path

Searched defs:arm_spe_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm64/spe/
H A Darm_spe_dev.h71 struct arm_spe_softc { struct
72 device_t dev;
74 struct resource *sc_irq_res;
75 void *sc_irq_cookie;
76 struct cdev *sc_cdev;
77 struct mtx sc_lock;
78 struct task task;
80 int64_t sc_pmsidr;
81 int kqueue_fd;
82 struct thread *hwt_td;
[all …]