Searched refs:CPU_CT_xSIZE_ASSOC (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/arm/arm/
H A Delf_trampoline.c331 if (CPU_CT_xSIZE_ASSOC(isize) == 0) {
338 (CPU_CT_xSIZE_ASSOC(isize) - 1);
346 if (CPU_CT_xSIZE_ASSOC(dsize) == 0) {
353 (CPU_CT_xSIZE_ASSOC(dsize) - 1);
359 arm_dcache_l2_assoc = CPU_CT_xSIZE_ASSOC(dsize) + multiplier - 2;
362 CPU_CT_xSIZE_ASSOC(dsize) - CPU_CT_xSIZE_LEN(dsize);
H A Dcpufunc.c925 if (CPU_CT_xSIZE_ASSOC(isize) == 0) {
932 (CPU_CT_xSIZE_ASSOC(isize) - 1);
940 if (CPU_CT_xSIZE_ASSOC(dsize) == 0) {
947 (CPU_CT_xSIZE_ASSOC(dsize) - 1);
953 arm_dcache_l2_assoc = CPU_CT_xSIZE_ASSOC(dsize) + multiplier - 2;
956 CPU_CT_xSIZE_ASSOC(dsize) - CPU_CT_xSIZE_LEN(dsize);
/freebsd-10.3-release/sys/arm/include/
H A Darmreg.h333 #define CPU_CT_xSIZE_ASSOC(x) (((x) >> 3) & 0x7) /* associativity */ macro

Completed in 74 milliseconds