Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcacheinfo.h65 #define CACHE_WRITE_ALLOCATE BIT(3) macro
67 (CACHE_READ_ALLOCATE | CACHE_WRITE_ALLOCATE)
/openbmc/linux/drivers/acpi/
H A Dpptt.c389 this_leaf->attributes |= CACHE_WRITE_ALLOCATE; in update_cache_properties()
394 CACHE_READ_ALLOCATE | CACHE_WRITE_ALLOCATE; in update_cache_properties()
/openbmc/linux/drivers/base/
H A Dcacheinfo.c688 if ((ci_attr & CACHE_READ_ALLOCATE) && (ci_attr & CACHE_WRITE_ALLOCATE)) in allocation_policy_show()
692 else if (ci_attr & CACHE_WRITE_ALLOCATE) in allocation_policy_show()