Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/mm/
H A Dpageattr.c106 if (flags & SET_MEMORY_INV) { in walk_pte_level()
164 if (flags & SET_MEMORY_INV) { in modify_pmd_page()
253 if (flags & SET_MEMORY_INV) { in modify_pud_page()
401 return __set_memory((unsigned long)page_to_virt(page), 1, SET_MEMORY_INV); in set_direct_map_invalid_noflush()
/openbmc/linux/arch/s390/include/asm/
H A Dset_memory.h24 #define SET_MEMORY_INV BIT(_SET_MEMORY_INV_BIT) macro