Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
A Dmmu.c72 struct cachepolicy { struct
128 cachepolicy = i; in init_default_cache_policy()
166 cache_policies[cachepolicy].policy); in early_cachepolicy()
170 if (selected != cachepolicy) { in early_cachepolicy()
172 cachepolicy = selected; in early_cachepolicy()
411 struct cachepolicy *cp; in build_mem_type_table()
419 if (cachepolicy > CPOLICY_BUFFERED) in build_mem_type_table()
420 cachepolicy = CPOLICY_BUFFERED; in build_mem_type_table()
428 cachepolicy = CPOLICY_WRITEBACK; in build_mem_type_table()
435 cachepolicy = CPOLICY_WRITEALLOC; in build_mem_type_table()
[all …]
/linux/arch/arm/configs/
A Diop32x_defconfig18 CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc"

Completed in 8 milliseconds