Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/arch/xtensa/
Dcache.h243 uint32_t rxor = (rto ^ rfrom) << 29; in z_xtrpoflip() local
246 if (Z_IS_POW2(rxor)) { in z_xtrpoflip()
247 if ((rxor & rto) == 0) { in z_xtrpoflip()
248 return addr & ~rxor; in z_xtrpoflip()
250 return addr | rxor; in z_xtrpoflip()