Home
last modified time | relevance | path

Searched refs:SET_MEMORY_INV (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/s390/mm/
H A Dpageattr.c108 if (flags & SET_MEMORY_INV) { in walk_pte_level()
164 if (flags & SET_MEMORY_INV) { in modify_pmd_page()
251 if (flags & SET_MEMORY_INV) { in modify_pud_page()
397 return __set_memory((unsigned long)page_to_virt(page), 1, SET_MEMORY_INV); in set_direct_map_invalid_noflush()
412 flags = SET_MEMORY_INV; in set_direct_map_valid_noflush()
/linux-6.15/arch/s390/include/asm/
H A Dset_memory.h24 #define SET_MEMORY_INV BIT(_SET_MEMORY_INV_BIT) macro