Searched refs:TRCPRGCTLR (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/arm64/coresight/ |
| H A D | coresight_etm4x.c | 203 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 D | coresight_etm4x.h | 35 #define TRCPRGCTLR 0x004 /* Trace Programming Control Register */ macro
|
| /freebsd/sys/arm64/vmm/ |
| H A D | vmm_reset.c | 242 TRCPRGCTLR, TRAP); in reset_vm_el2_regs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SystemOperands.td | 1444 def : RWSysReg<"TRCPRGCTLR", 0b10, 0b001, 0b0000, 0b0001, 0b000>;
|