Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/include/asm/
Dcacheflush.h375 #define __CACHE_WRITEBACK_ORDER 6 /* guessed from existing platforms */ macro
376 #define __CACHE_WRITEBACK_GRANULE (1 << __CACHE_WRITEBACK_ORDER)
/linux-6.12.1/arch/arm/kernel/
Dasm-offsets.c153 DEFINE(CACHE_WRITEBACK_ORDER, __CACHE_WRITEBACK_ORDER); in main()