Searched refs:PG_dc_clean (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
H A D | cacheflush.h | 57 #define PG_dc_clean PG_arch_1 macro 62 clear_bit(PG_dc_clean, &page->flags); in flush_dcache_page()
|
/kernel/linux/linux-6.6/arch/openrisc/include/asm/ |
H A D | cacheflush.h | 57 #define PG_dc_clean PG_arch_1 macro 61 clear_bit(PG_dc_clean, &folio->flags); in flush_dcache_folio()
|
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | cache.c | 723 clear_bit(PG_dc_clean, &folio->flags); in flush_dcache_folio() 737 clear_bit(PG_dc_clean, &folio->flags); in flush_dcache_folio() 997 clear_bit(PG_dc_clean, &dst->flags); in copy_user_highpage() 1007 clear_bit(PG_dc_clean, &src->flags); in copy_user_highpage() 1018 clear_bit(PG_dc_clean, &folio->flags); in clear_user_page()
|
H A D | tlb.c | 497 int dirty = !test_and_set_bit(PG_dc_clean, &folio->flags); in update_mmu_cache_range()
|
/kernel/linux/linux-5.10/arch/openrisc/mm/ |
H A D | cache.c | 47 int dirty = !test_and_set_bit(PG_dc_clean, &page->flags); in update_cache()
|
/kernel/linux/linux-6.6/arch/openrisc/mm/ |
H A D | cache.c | 47 int dirty = !test_and_set_bit(PG_dc_clean, &folio->flags); in update_cache()
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | cache.c | 842 clear_bit(PG_dc_clean, &page->flags); in flush_dcache_page() 856 clear_bit(PG_dc_clean, &page->flags); in flush_dcache_page() 1104 clear_bit(PG_dc_clean, &to->flags); in copy_user_highpage() 1112 set_bit(PG_dc_clean, &from->flags); in copy_user_highpage() 1114 clear_bit(PG_dc_clean, &from->flags); in copy_user_highpage() 1124 clear_bit(PG_dc_clean, &page->flags); in clear_user_page()
|
H A D | tlb.c | 600 int dirty = !test_and_set_bit(PG_dc_clean, &page->flags); in update_mmu_cache()
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | cacheflush.h | 83 #define PG_dc_clean PG_arch_1 macro
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | cacheflush.h | 78 #define PG_dc_clean PG_arch_1 macro
|
Completed in 9 milliseconds