Home
last modified time | relevance | path

Searched refs:cpa_flush (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/mm/pat/
H A Dset_memory.c352 static void cpa_flush(struct cpa_data *data, int cache) in cpa_flush() function
1774 cpa_flush(&cpa, cache); in change_page_attr_set_clr()
2002 cpa_flush(&cpa, !this_cpu_has(X86_FEATURE_SME_COHERENT)); in __set_memory_enc_dec()
2010 * flushing gets optimized in the cpa_flush() path use the same logic in __set_memory_enc_dec()
2013 cpa_flush(&cpa, 0); in __set_memory_enc_dec()
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H A Dset_memory.c399 static void cpa_flush(struct cpa_data *data, int cache) in cpa_flush() function
1871 cpa_flush(&cpa, cache); in change_page_attr_set_clr()
2152 cpa_flush(&cpa, x86_platform.guest.enc_cache_flush_required()); in __set_memory_enc_pgtable()
2164 * flushing gets optimized in the cpa_flush() path use the same logic in __set_memory_enc_pgtable()
2167 cpa_flush(&cpa, 0); in __set_memory_enc_pgtable()

Completed in 7 milliseconds