Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/
H A Dmtrr.c33 state->enable_cache = dcache_status(); in mtrr_open()
35 if (state->enable_cache) in mtrr_open()
49 if (do_caches && state->enable_cache) in mtrr_close()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmtrr.h69 bool enable_cache; member
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c1555 IOMMUTLBEntry *iotlb, bool enable_cache) in riscv_iommu_translate() argument
1612 if (!fault && iotlb->translated_addr != iotlb->iova && enable_cache) { in riscv_iommu_translate()