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

/freebsd-11.0-release/sys/arm/arm/
H A Dcpufunc.c659 if (CPU_CT_xSIZE_ASSOC(isize) == 0) {
666 (CPU_CT_xSIZE_ASSOC(isize) - 1);
674 if (CPU_CT_xSIZE_ASSOC(dsize) == 0) {
681 (CPU_CT_xSIZE_ASSOC(dsize) - 1);
687 arm_dcache_l2_assoc = CPU_CT_xSIZE_ASSOC(dsize) + multiplier - 2;
690 CPU_CT_xSIZE_ASSOC(dsize) - CPU_CT_xSIZE_LEN(dsize);
H A Delf_trampoline.c325 if (CPU_CT_xSIZE_ASSOC(isize) == 0) {
332 (CPU_CT_xSIZE_ASSOC(isize) - 1);
340 if (CPU_CT_xSIZE_ASSOC(dsize) == 0) {
347 (CPU_CT_xSIZE_ASSOC(dsize) - 1);
353 arm_dcache_l2_assoc = CPU_CT_xSIZE_ASSOC(dsize) + multiplier - 2;
356 CPU_CT_xSIZE_ASSOC(dsize) - CPU_CT_xSIZE_LEN(dsize);
/freebsd-11.0-release/sys/arm/include/
H A Darmreg.h354 #define CPU_CT_xSIZE_ASSOC(x) (((x) >> 3) & 0x7) /* associativity */ macro

Completed in 168 milliseconds