Home
last modified time | relevance | path

Searched refs:CACHE_WRITE_ALLOCATE (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dcacheinfo.h63 #define CACHE_WRITE_ALLOCATE BIT(3) macro
65 (CACHE_READ_ALLOCATE | CACHE_WRITE_ALLOCATE)
/Linux-v4.19/arch/riscv/kernel/
Dcacheinfo.c31 | CACHE_WRITE_ALLOCATE; in ci_leaf_init()
/Linux-v4.19/drivers/acpi/
Dpptt.c395 this_leaf->attributes |= CACHE_WRITE_ALLOCATE; in update_cache_properties()
400 CACHE_READ_ALLOCATE | CACHE_WRITE_ALLOCATE; in update_cache_properties()
/Linux-v4.19/drivers/base/
Dcacheinfo.c424 if ((ci_attr & CACHE_READ_ALLOCATE) && (ci_attr & CACHE_WRITE_ALLOCATE)) in allocation_policy_show()
428 else if (ci_attr & CACHE_WRITE_ALLOCATE) in allocation_policy_show()