Searched refs:cpu_has_64bits (Results 26 - 28 of 28) sorted by relevance

12

/linux-master/arch/mips/include/asm/
H A Dcmpxchg.h30 __compiletime_error("cmpxchg64 not available; cpu_has_64bits may be false");
307 * will cause a build error unless cpu_has_64bits is a \
310 if (cpu_has_64bits && kernel_uses_llsc) { \
H A Dio.h215 else if (cpu_has_64bits) { \
250 else if (cpu_has_64bits) { \
/linux-master/arch/mips/mm/
H A Dtlbex.c1619 if (cpu_has_64bits)
1626 if (cpu_has_64bits)
1641 if (IS_ENABLED(CONFIG_XPA) && !cpu_has_64bits) {
1651 if (cpu_has_64bits)
1663 if (!cpu_has_64bits) {
1679 if (cpu_has_64bits)
1686 if (!cpu_has_64bits) {

Completed in 190 milliseconds

12