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

/linux-master/arch/arc/include/asm/
H A Dmmu-arcv2.h77 static inline int is_pae40_enabled(void) function
/linux-master/arch/arc/mm/
H A Dcache.c76 if (IS_ENABLED(CONFIG_HIGHMEM) || is_pae40_enabled())
229 if (is_pae40_enabled() && op == OP_INV_IC)
279 if (is_pae40_enabled()) {
328 if (is_pae40_enabled()) {
590 if (is_pae40_enabled())
595 if (is_pae40_enabled())
H A Dtlb.c33 if (is_pae40_enabled())
118 if (!is_pae40_enabled()) {
146 if (is_pae40_enabled())
613 return mmuinfo.pae && !is_pae40_enabled();

Completed in 403 milliseconds