Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Didentcpu.c1434 switch(CTR_L1IP_VAL(reg)) { in print_ctr_fields()
1649 switch (CTR_L1IP_VAL(ctr)) { in identify_cache()
/f-stack/freebsd/arm64/include/
H A Darmreg.h114 #define CTR_L1IP_VAL(reg) ((reg) & CTR_L1IP_MASK) macro