Home
last modified time | relevance | path

Searched defs:xip_iprefetch (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/arm/include/asm/
Dmtd-xip.h18 #define xip_iprefetch() do { asm volatile (".rep 8; nop; .endr"); } while (0) macro
/linux-5.19.10/include/linux/mtd/
Dxip.h79 #define xip_iprefetch() do { } while (0) macro