Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/include/asm/
Dcacheflush.h379 #define __CACHE_WRITEBACK_ORDER 6 /* guessed from existing platforms */ macro
380 #define __CACHE_WRITEBACK_GRANULE (1 << __CACHE_WRITEBACK_ORDER)
/Linux-v5.4/arch/arm/kernel/
Dasm-offsets.c167 DEFINE(CACHE_WRITEBACK_ORDER, __CACHE_WRITEBACK_ORDER); in main()