HelenOS sources

section_cacheable  152 boot/arch/arm32/src/mm.c 	pte->tex = section_cacheable(frame) ? 5 : 0;
section_cacheable  153 boot/arch/arm32/src/mm.c 	pte->cacheable = section_cacheable(frame) ? 0 : 0;
section_cacheable  154 boot/arch/arm32/src/mm.c 	pte->bufferable = section_cacheable(frame) ? 1 : 1;
section_cacheable  156 boot/arch/arm32/src/mm.c 	pte->bufferable = section_cacheable(frame);
section_cacheable  157 boot/arch/arm32/src/mm.c 	pte->cacheable = section_cacheable(frame);
HelenOS homepage, sources at GitHub