Home
last modified time | relevance | path

Searched refs:TRCPRGCTLR (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x.c203 bus_write_4(sc->res, TRCPRGCTLR, TRCPRGCTLR_EN); in etm_enable()
210 if ((bus_read_4(sc->res, TRCPRGCTLR) & TRCPRGCTLR_EN) == 0) in etm_enable()
226 bus_write_4(sc->res, TRCPRGCTLR, 0); in etm_disable()
H A Dcoresight_etm4x.h35 #define TRCPRGCTLR 0x004 /* Trace Programming Control Register */ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td1123 def : RWSysReg<"TRCPRGCTLR", 0b10, 0b001, 0b0000, 0b0001, 0b000>;