Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/include/asm/
Dcacheflush.h373 #define __CACHE_WRITEBACK_ORDER 6 /* guessed from existing platforms */ macro
374 #define __CACHE_WRITEBACK_GRANULE (1 << __CACHE_WRITEBACK_ORDER)
/Linux-v6.6/arch/arm/kernel/
Dasm-offsets.c150 DEFINE(CACHE_WRITEBACK_ORDER, __CACHE_WRITEBACK_ORDER); in main()