Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x.h60 #define TRCCONFIGR_INSTP0_S 1 /* Instruction P0 field. */ macro
61 #define TRCCONFIGR_INSTP0_M (0x3 << TRCCONFIGR_INSTP0_S)
63 #define TRCCONFIGR_INSTP0_LDR (1 << TRCCONFIGR_INSTP0_S) /* Trace load instructions as P0 instruct…
64 #define TRCCONFIGR_INSTP0_STR (2 << TRCCONFIGR_INSTP0_S) /* Trace store instructions as P0 instruc…
65 #define TRCCONFIGR_INSTP0_LDRSTR (3 << TRCCONFIGR_INSTP0_S) /* Trace load and store instructions a…