Home
last modified time | relevance | path

Searched refs:etm_attach (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x_acpi.c71 return (etm_attach(dev)); in etm_acpi_attach()
H A Dcoresight_etm4x_fdt.c75 return (etm_attach(dev)); in etm_fdt_attach()
H A Dcoresight_etm4x.h180 int etm_attach(device_t dev);
H A Dcoresight_etm4x.c235 etm_attach(device_t dev) in etm_attach() function